Managing EC2 instances
EC2 is an infrastructure in the AWS Cloud with certain compute, memory, and network resources. Though EC2 is not a networking component, we shall try to create a couple of them to check whether the network components that we have created work with EC2. We shall also understand how networking components integrate with resources in AWS.
Getting ready
We need to have an AWS account created with a user that has permission to manage EC2 instances, which we already have.
How to do it...
- Log in to your AWS account and open the
EC2 Dashboard
:

EC2 Dashboard
- Click on the
Launch Instance
. The following window will open. You can choose any prebuilt virtual image called Amazon Machine Images (AMIs) that you like. However, for nowSelect
the first one:

Choose AMI for EC2
- The following window will open. Select the instance type that you would like to choose. For now, select the one that is already selected. It is free tier eligible:
EC2 - Choose instance type
- Click
Next: Configure Instance...