The following are additional configurations that you need to set when using GCE:
Table of Contents |
---|
Create a GCE service account
...
Navigate to the Google Developers Console.
Create a project in GCE.Anchor 5.b 5.b
This will give a project ID for the project. In this case the project ID is as follows:ultra-component-108507
Create a service account.
Every GCE account has a service account that is used for authentication purposes and to enable advanced features. Follow the instructions below to create a service account.- On the APIs and auth menu, click Credentials.
- Select the JSON option.
Click Create to create the service account.Anchor 5.3.c 5.3.c
This will download a JSON file containing the following: private key, client email, client ID etc.
Adding a firewall rule
Either edit the default firewall rules or add a new firewall in GCE. By default, incoming traffic from outside is blocked.
...