Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.37 KB | None | 0 0
  1. {
  2.   "Version": "2008-10-17",
  3.   "Statement": [
  4.     {
  5.       "Effect": "Allow",
  6.       "Action": [
  7.         "ssm:GetParameters"
  8.       ],
  9.       "Resource": "*"
  10.     },
  11.     {
  12.       "Action": "sts:AssumeRole",
  13.       "Principal": {
  14.         "Service": [
  15.           "ecs.amazonaws.com",
  16.           "ec2.amazonaws.com"
  17.         ]
  18.       },
  19.       "Effect": "Allow"
  20.     }
  21.   ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement