-
aws ssm 역할 설정카테고리 없음 2023. 11. 29. 09:28
aws Systems Manager
------------------{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "kms:Decrypt",
"Resource": "arn:aws:kms:ap-northeast-2:2424124:key/a124124124124-d-124124124124"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"ssmmessages:CreateDataChannel",
"logs:CreateLogStream",
"logs:DescribeLogGroups",
"ssm:UpdateInstanceInformation",
"logs:DescribeLogStreams",
"ssmmessages:OpenDataChannel",
"ssmmessages:OpenControlChannel",
"ssmmessages:CreateControlChannel",
"logs:PutLogEvents"
],
"Resource": "*"
}
]
}