This document provides steps to create an AWS VPC, deploy a Windows instance into the VPC, and test connectivity. Key steps include:
1. Creating a VPC with an IPv4 CIDR block and subnet within the block in a selected availability zone.
2. Configuring a routing table with a default route to an Internet Gateway attached to the VPC, and associating the subnet.
3. Launching a Windows instance into the VPC subnet and assigning an Elastic IP for external access.
4. Testing connectivity by accessing the instance via RDP using the Elastic IP and security group rules.
Related topics: