Part 2/8:
- For the base image, select Ubuntu as it’s a popular and user-friendly operating system.
- Selecting Instance Type:
- The default T2 micro instance type is appropriate for this project. This option is especially useful if you are within the free tier of AWS.
- Setting Up Authentication:
- Create a new key pair, which enables you to log in via SSH from your local machine. Name the key pair relevant to your region and save it.
- Configuring Network Settings:
- Set up a firewall to control incoming traffic. Allow SSH (for your IP) and HTTP/HTTPS for web traffic, ensuring a secure connection.
- Launch Instance:
- After confirming all settings, click Launch Instance to create your virtual machine.