Advertisement
s4ros

iam_session_manager_policy.json

Mar 17th, 2021
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.79 KB | None | 0 0
  1. {
  2.     "Version": "2012-10-17",
  3.     "Statement": [
  4.         {
  5.             "Effect": "Allow",
  6.             "Action": [
  7.                 "ssm:UpdateInstanceInformation",
  8.                 "ssmmessages:CreateControlChannel",
  9.                 "ssmmessages:CreateDataChannel",
  10.                 "ssmmessages:OpenControlChannel",
  11.                 "ssmmessages:OpenDataChannel"
  12.             ],
  13.             "Resource": "*"
  14.         },
  15.         {
  16.             "Effect": "Allow",
  17.             "Action": [
  18.                 "s3:GetEncryptionConfiguration"
  19.             ],
  20.             "Resource": "*"
  21.         },
  22.         {
  23.             "Effect": "Allow",
  24.             "Action": [
  25.                 "kms:Decrypt"
  26.             ],
  27.             "Resource": "arn:aws:kms:us-east-2:xxxxxxx:key/yyyyyy"
  28.         }
  29.     ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement