Creating a Prod VPC

Creating a Prod VPC

  1. Access the Amazon VPC Console:
  2. Initiate VPC creation:
    • On the VPC dashboard, select Create VPC.

Create VPC

  1. Under Resources to create, choose VPC and more.

Create VPC

  1. Configure Name Tags:
    • You can either let the system auto-generate Name tags for VPC resources or provide them yourself.
  2. Set up IPv4 CIDR Block:
    • Enter the IPv4 address range for your VPC, as a VPC requires this.
  3. Optional - Support for IPv6 Traffic:
    • If needed, select “IPv6 CIDR block”, then choose “Amazon-provided IPv6 CIDR block”.
  4. Choose Tenancy Option:
    • Decide whether EC2 instances will run on shared hardware (Default tenancy) or dedicated hardware (Dedicated tenancy).
  5. Determine Availability Zones:
    • For a production environment, it’s advisable to have subnets in at least two Availability Zones. Customize the AZs if necessary.
  6. Configure Subnets:
    • Specify the number of public and private subnets. Customize their IP address ranges if needed.
  7. Optional - Set up NAT Gateways:
    • If private subnets require IPv4 access to the public internet, decide on the number of NAT gateways in each AZ. Note that NAT gateways incur costs.
  8. Optional - Configure Egress-Only Internet Gateway:
    • To access the IPv6 internet from private subnets, activate “Egress only internet gateway”.
  9. Optional - Set up VPC Endpoints for S3:
    • For direct access to Amazon S3 from your VPC, select “VPC endpoints, S3 Gateway”.
  10. Optional - DNS Options:
    • Modify DNS options if the default settings don’t meet your requirements.
  11. Add Additional Tags:
    • Expand “Additional tags”, select “Add new tag”, and enter the key and value of the tag.
  12. Review Configuration:
    • The preview pane helps visualize VPC resources and their interrelationships. Solid lines indicate relationships between resources, while dashed lines represent network traffic paths.
  13. Create VPC:
    • Once satisfied with the configuration, click Create VPC.

Create VPC

  1. After creating the VPC, review the VPC you have created.

Create VPC

  1. Review what you have created.

Create VPC