Problem
a. Create a Virtual Private Cloud with a private and public subnet, an Internet Gateway, and a NAT Gateway.
b. Configure Route Tables associated with a public subnet for internet-bound traffic to be directed to the IGW for direct internet access.
c. Configure Route Tables associated with a private subnet for isolated resources to securely connect to the internet through a NAT Gateway.
d. Launch a Windows Host in the public subnet and a Linux host in the private subnet.
e. Connect to the Windows host using remote desktop from your computer.