Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnculkin authored Jan 31, 2022
1 parent a7761bd commit 18bdcd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You have an EC2 instance in a private subnet and need to connect to the instance
## Solution
Create an IAM role, attach the `AmazonSSMManagedInstanceCore` policy, create an EC2 instance profile, attach the IAM role you created to the instance profile, associate the EC2 instance profile to an EC2 instance, and finally, run the `aws ssm start-session` command to connect to the instance. A logical flow of these steps is shown in Figure 1-8.

![Figure 1.8](ConnectingToEC2InstancesUsingAWSSSMSession Manager.png)
![Figure 1.8](/ConnectingToEC2InstancesUsingAWSSSMSession Manager.png)

Prerequisites
* Amazon Virtual Private Cloud (VPC) with isolated or private subnets and associated route tables
Expand Down

0 comments on commit 18bdcd5

Please sign in to comment.