Skip to content

Instantly share code, notes, and snippets.

@yoshiya54
Last active September 1, 2017 15:02
Show Gist options
  • Save yoshiya54/42fd07e83f3a050e469d11a900085188 to your computer and use it in GitHub Desktop.
Save yoshiya54/42fd07e83f3a050e469d11a900085188 to your computer and use it in GitHub Desktop.
Deep Security as a service 登録編 ref: http://qiita.com/yoshiya64/items/1d40824be71baf38d4bd
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"cloudconnector",
"Effect":"Allow",
"Action":[
"ec2:DescribeImages",
"ec2:DescribeInstances",
"ec2:DescribeRegions",
"ec2:DescribeSubnets",
"ec2:DescribeTags",
"ec2:DescribeVpcs",
"iam:ListAccountAliases",
"sts:AssumeRole"※
],
"Resource":[
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment