This content originally appeared on DEV Community and was authored by Andy Tran
Launch an EC2 instance. (Preferably with an AMI using Amazon Linux 2023 or later)
Create an IAM role, and attach the policy "AmazonSSMManagedInstanceCore"
Attach the role to your EC2 instance
Go to your instance, click "connect" and choose "Session Manager"
The benefits of connecting to your EC2 instance through Session Manager is that doesn't require you to open any ports to connect. This reduces the attack surface of your systems providing more security to your network.
Tip: After you created your EC2 instance, you can check if it has the SSM agent installed by connecting with Direct Connect first and then running the command
sudo systemctl status amazon-ssm-agent
You should get an output like this
This content originally appeared on DEV Community and was authored by Andy Tran

Andy Tran | Sciencx (2024-08-30T21:41:18+00:00) How to Connect to an EC2 Instance with SSM. Retrieved from https://www.scien.cx/2024/08/30/how-to-connect-to-an-ec2-instance-with-ssm/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.