CloudServer Configuration

Setup server can connect to internet through NAT gateway

In this step, we will need to create a VPC with one public and one private subnets. Then create an EC2 Instance Ubuntu located in the private subnet, a NAT gateway located in the public subnet and creating Route Table for VPC.

The architecture overview after we complete this step will be as follows:

cloud

Table of Contents

  1. Create VPC
  2. Create Subnet
  3. Create Security Group
  4. Create Internet Gateway
  5. Create NAT Gateway
  6. Create Routing Table
  7. Create EC2 Server