In this section, we will quickly deploy an additional instance, the Build Instance.
We will create a Build Instance with options similar to those in section 2.1, except that since the Build Instance does not need to handle many tasks, set the Instance type to t2.micro.
We now have a Build Instance.
Follow the steps as outlined in section 2.3.
When you get to the Add New SSH Host step, create a new host named Host build-instance-remote
and update the config file as follows:
Host build-instance-remote
HostName 13.236.71.4
User ubuntu
IdentityFile "C:\Users\ADMIN\Downloads\devsecops-kp.pem"
Proceed to connect to the Build Instance.