New Project Creation – Basics of Google Cloud Platform
Google Cloud projects serve as the foundation for the creation, activation, and use of all Google Cloud services, such as managing APIs, enabling invoicing, adding and deleting collaborators, and managing permissions for Google Cloud resources.
Project can be created by following the steps in web console:
- Navigation from IAM and admin | Manage resources. The sequence can be seen in Figure 1.12:

Figure 1.12: Project Creation
- Click on CREATE PROJECT.
The project creation can be seen in the following figure:

Figure 1.13: Project Creation
- Users to provide name for the project, follow the steps as shown in Figure 1.14:

- Provide Project name.
- Project ID will be automatically populated, users can edit it while creation of the project. If users need to access the resources under Project through SDK or APIs project-ID is needed. Once project is created users cannot change the Project-ID
- If users are creating a project under Organization, select the organization. Users with free account cannot create organization or folder. All the projects will be created under No Organization.
Note: Users who are accessing through free account will be given limited amount of project creation.
To delete any project that is active:
- Select the project that needs to be deleted.
- Click on DELETE, users will be prompted for confirmation.
This can be seen illustrated in Figure 1.15:

Once the users will confirm the deletion of project, it will be marked for deletion and will be in same state for 30 days. Users can restore the project within a period of 30 days, post that project and the resources associated under that project will be deleted permanently and cannot be recovered back. Also, project which is marked under deletion is not usable.
When we talk about resources, let us discuss how we can work with them. GCP offers three basic ways to interact with the services and resources:
When working with Google Cloud, the Console or Web User Interface is the most common method of communication. At the same time, it delivers a wealth of functionality and an easy-to-use interface for the users who are just getting started with GCP.
Cloud console can be accessed with the link https://console.cloud.google.com.
Landing page of the google cloud console is as shown in Figure 1.16:

Leave a Reply