Create and Connect to Build Instance

In this section, we will quickly deploy an additional instance, the Build Instance.

image.png

1. Create 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.

image.png

image.png

image.png

image.png

image.png

We now have a Build Instance.

image.png

2. Connect to Deploy 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"

image.png

Proceed to connect to the Build Instance.

image.png