Minimal setup

When you first onboard to Cloud de Confiance, you are provided with a new empty organization.

If you just want to try out a new organization before setting it up fully, you can add a single project and Virtual Private Cloud (VPC) network. This basic deployment is enough to explore available services and run our quickstart tutorials.

For options for a full enterprise setup, see Set up your organization.

Before you begin

Ensure the following:

Set up with minimal configuration

To add your project and network, do the following:

  1. Create a project in your organization.
  2. Create and configure a VPC network called default in your project with the following commands:

    gcloud compute networks create default
    gcloud compute firewall-rules create default-allow-internal --allow=tcp:1-65535,udp:1-65535,icmp --source-ranges 10.128.0.0/9
    gcloud compute firewall-rules create default-allow-ssh --allow=tcp:22
    gcloud compute firewall-rules create default-allow-rdp --allow=tcp:3389
    gcloud compute firewall-rules create default-allow-icmp --allow=icmp
    

You can now go on to try out our services.

No default network

If you're familiar with Google Cloud, you might not expect to have to create a network: in Google Cloud, a default VPC network (with pre-populated IPV4 firewall rules) is created automatically for each project. A Cloud de Confiance project, however, does not have a default network, so you need to create one yourself for you and your team members to get started.

What's next?

  • When you're ready to set up an enterprise organization for your users and teams, learn how to Set up your organization.