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 e1877b9 commit a7761bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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)

Prerequisites
* Amazon Virtual Private Cloud (VPC) with isolated or private subnets and associated route tables
* [Required VPC endpoints for AWS Systems Manager](https://aws.amazon.com/premiumsupport/knowledge-center/ec2-systems-manager-vpc-endpoints/)
Expand Down

0 comments on commit a7761bd

Please sign in to comment.