aws ssm 역할 설정 :: 에버노트

ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 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": "*"
            }
        ]
    }

    댓글

Designed by Tistory.