Commit 552b1e49 authored by Adam Cohen's avatar Adam Cohen Committed by Russell Dickenson
Browse files

Provide instructions for adding SSH rule to EC2 instance after instance creation

parent 56611c0e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@ To overcome this, a SAST developer image has been added to the EC2 AMI catalog a
1. Select the `static-analysis-workspace` AMI and click "Launch Instance with AMI".
1. For the instance type, `c6a.xlarge` is recommended as it should provide decent single core performance which is useful for the integration tests.
1. In "Network Settings", ensure the check box "Allow SSH traffic from" is selected and choose "My IP" in the dropdown select.

   Note: If you need to allow SSH traffic from another IP after the instance has been created, select your instance from the instances list, then click on the `Security` tab, then look for the `Security groups` panel, and click on the security group. Once the security group configuration page has opened, you'll need to click on `Edit inbound rules` and set the `Source: My IP` from the drop down menu, then click on `Save rules`.

1. Create or select a key pair and download the private key `.pem`.
1. Click on "Launch Instance". You'll be redirected to another page and see a message stating "Successfully initiated launch of instance".
1. Click on "View all instances" and note the public IP address of the instance.