ℹ️ Information: Amazon EC2 (Elastic Compute Cloud) provides scalable computing capacity in the AWS Cloud, eliminating the need to invest in hardware upfront.
To create a Linux EC2 instance using the AWS Management Console, follow these instructions. This guide helps you quickly launch your first instance with essential configurations. For advanced options, refer to the Launch Instance documentation.


ec2-instance
💡 Pro Tip: Look for AMIs marked as Free tier eligible to avoid unexpected charges if you’re using the AWS Free Tier.


🔒 Security Note: The key pair is essential for secure SSH access to your instance. Store the private key securely and never share it.
kp-linuxℹ️ Information: The kp-linux.pem file will be downloaded automatically, you need to keep this file for the following steps.

🔒 Security Note: Security groups act as virtual firewalls that control inbound and outbound traffic to your instance. Ensure your security group allows SSH access (port 22) from your IP address only.
💡 Pro Tip: Placing this instance in a public subnet allows direct internet access, which is necessary for initial setup and configuration.


⚠️ Warning: After launching, your instance may take a few minutes to initialize. Wait until the instance state shows as “running” and status checks have passed before proceeding to the next step.

Download MobaXterm to connect to the instance via SSH on port 22

This is the interface of MobaXterm:

Choose New Session

Create a new session in MobaXterm with the following configurations:
ec2-user

