rustyrazorblade / easy-cass-lab

Other
5 stars 4 forks source link

Create VPC in terraform #129

Closed rustyrazorblade closed 1 month ago

rustyrazorblade commented 1 month ago

When setting up the environment we need to put everything in a VPC. Currently it uses the default, which causes a bunch of weird failures.

I think we need all of the following:

  1. VPC
  2. Internet Gateway
  3. NAT Gateway
  4. Route Table
  5. Subnets

I think I can use IPv6 addresses for external connections, which means I'd need to rework how the sshConfig gets generated as well.

https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html