Creating VPC

In this step we will learn how to create a VPC for our database and EC2 instance

Creating a VPC

  1. First go to your AWS VPC console:
  2. click create Create VPC dynamodb-1
  3. In the VPC creation form :
  • click on VPC and more
  • add VPC-RDS as the name tag
  • add 10.0.0.0/16 as the CIDR block
  • click on no IPV6 CIDR
  • set then number of AZ as 2
  • number of public subnet as 2 dynamodb-1
  • number of private subnet as 0
  • then set the NAT gateway and S3 end point as None
  • finally click on the create VPC dynamodb-1
    log back to your AWS VPC console for the next step