
ℹ️ Information: Selecting the appropriate Amazon EC2 instance type is a critical decision that determines the compute capabilities of your virtual server. The instance type you choose affects several key performance factors:
Sign in to the AWS Management Console: - Navigate to the EC2 service - In the navigation pane, select Instances - Locate and select your Windows-instance
Make sure the instance is Stopped. If not, choose Instance state → Stop instance and wait for it to stop.

⚠️ Warning: An EC2 instance must be in the stopped state before you can modify its instance type. This will temporarily interrupt any applications running on the instance.
Access the instance type settings: - Click on Actions - Expand Instance settings - Select Change instance type

In the Change instance type dialog: - From the New instance type dropdown, search t3.medium and select it. - Review the new specifications (vCPUs, memory, network performance) - Scroll down and click Change instance type

After the instance type has been changed:

Monitor the instance status:

🔒 Security Note: When changing instance types, security groups, IAM roles, and other security configurations remain unchanged. However, it’s a good practice to review these settings after any instance modification.