SetUp AWS-VPC-SubNets

Sebastian Velez Zuluaga
2 min readJan 11, 2023

--

One way to improve your cloud architecture and maybe some securty

To create this model you have to follow this steps:

  1. Go to VPC
  2. Create VPC, give a name that you can read and understand very fast. Set the IP. Apply this settings.

3. Create a subnet from the VPC, very important in this case the public subnet enable auto-assign IP, Set the IP subnet.

4. Create the number of subnets that you want or you need, recommendation if private don't put auto-assign on enable.

5. Create Internet gateways and attach VPC.

6. Create a Route table and add 0.0.0.0 to access from intenert from internet gateway.

7. Associate the route table to the subnets, in this case public subnet.

8. Remember set up the security group to give some seceurity to your services.

And is done. !

Some guides:

--

--