Created
January 11, 2017 18:35
-
-
Save arhea/75e5e0ef9fc7918b0ffbc90980b2e256 to your computer and use it in GitHub Desktop.
RexRay Amazon Web Services IAM Policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "", | |
"Effect": "Allow", | |
"Action": [ | |
"ec2:AttachVolume", | |
"ec2:CreateVolume", | |
"ec2:CreateSnapshot", | |
"ec2:CreateTags", | |
"ec2:DeleteVolume", | |
"ec2:DeleteSnapshot", | |
"ec2:DescribeAvailabilityZones", | |
"ec2:DescribeInstances", | |
"ec2:DescribeVolumes", | |
"ec2:DescribeVolumeAttribute", | |
"ec2:DescribeVolumeStatus", | |
"ec2:DescribeSnapshots", | |
"ec2:CopySnapshot", | |
"ec2:DescribeSnapshotAttribute", | |
"ec2:DetachVolume", | |
"ec2:ModifySnapshotAttribute", | |
"ec2:ModifyVolumeAttribute", | |
"ec2:DescribeTags", | |
"elasticfilesystem:CreateFileSystem", | |
"elasticfilesystem:CreateMountTarget", | |
"ec2:DescribeSubnets", | |
"ec2:DescribeNetworkInterfaces", | |
"ec2:CreateNetworkInterface", | |
"elasticfilesystem:CreateTags", | |
"elasticfilesystem:DeleteFileSystem", | |
"elasticfilesystem:DeleteMountTarget", | |
"ec2:DeleteNetworkInterface", | |
"elasticfilesystem:DescribeFileSystems", | |
"elasticfilesystem:DescribeMountTargets" | |
], | |
"Resource": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment