How to Set up and Use the Aws Session Manager Within the System Manager to Access Ec2 Instances
This article has not been completed yet. However, it may already contain helpful information and therefore it has been published at this stage.
Introduction:
1)
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ssm:UpdateInstanceInformation",
"ssmmessages:CreateControlChannel",
"ssmmessages:CreateDataChannel",
"ssmmessages:OpenControlChannel",
"ssmmessages:OpenDataChannel"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"s3:GetEncryptionConfiguration"
],
"Resource": "*"
}
]
}
2)
3)
https://it-infrastructure.solutions/spinning-up-your-first-ec2-instance-aws/
4)
Sources: