Skip to content

Terraform to launch Compute Cluster inside VPC in Google Cloud

Notifications You must be signed in to change notification settings

jpolara2016/Terraform-GCP-Compute-Cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GCP: Terraform to launch VM Cluster inside VPC


Commands:

git clone https://github.com/jpolara2016/Terraform-GCP-Compute-Cluster.git
cd terraform_ecs
terraform init
terraform validate
terraform plan
terraform apply

Resources:

  • VPC Network
    • High-availability (Multi-AZ deployment)
      • Public Subnet (Internet access via IG)
      • Private Subnet (Internet access via NAT Gateway)
    • Hily Available NAT Gateway for each private subnet
  • Security
    • Firewall for Instances in Public Subnet
    • Firewall for Instances in Private Subnet (Access from only Public Subnet)
    • Firewall for SSH through IAP Tunnel
  • Compute VM instance
    • In Private & Public Subnet

Graph:

terraform graph | dot -Tsvg > graph.svg

You can open graph.svg in any browser.

About

Terraform to launch Compute Cluster inside VPC in Google Cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages