Creating an EC2 Instance
Published: (December 14, 2025 at 06:30 PM EST)
1 min read
Source: Dev.to
Source: Dev.to
Launching the Instance
- In the AWS console search bar, type EC2 and select the first option.
- Click Launch Instance.
- In the Launch Instance Environment, enter a name in the name field and click Add Additional Tags.
- In the Name and Tag section, fill in the Key and Value fields. For Resource Types, select Instances from the dropdown.
- In Application and OS Images (Amazon Machine Images), choose the desired operating system (e.g., Windows Microsoft).
- In the Key Pair (Login) section, click Create new key pair and provide the required information.
Configuring Network Settings
- In the Network Settings section, enable Allow RDP traffic and Allow HTTP traffic from the Internet.
- Click Launch Instance.
- (No action required for this step.)
Connecting to the Instance
- Connect to the instance.
- Open the RDP Client tab.
- Upload the private key file.
- Decrypt the password.
- Download the Remote Desktop file and copy the password.
- Connect to the instance.
- Click OK, then Yes on the subsequent pop‑up. The EC2 instance is now ready.