Skip to content

Instantly share code, notes, and snippets.

@autoize
Created July 12, 2019 18:36
Show Gist options
  • Save autoize/bc878d0bf94d4c0353f98fef4f61af97 to your computer and use it in GitHub Desktop.
Save autoize/bc878d0bf94d4c0353f98fef4f61af97 to your computer and use it in GitHub Desktop.

Revisions

  1. autoize created this gist Jul 12, 2019.
    30 changes: 30 additions & 0 deletions rexray_ebs.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "VisualEditor0",
    "Effect": "Allow",
    "Action": [
    "ec2:DetachVolume",
    "ec2:AttachVolume",
    "ec2:CopySnapshot",
    "ec2:DeleteSnapshot",
    "ec2:ModifyVolumeAttribute",
    "ec2:DescribeInstances",
    "ec2:DescribeTags",
    "ec2:DescribeSnapshotAttribute",
    "ec2:CreateTags",
    "ec2:DescribeSnapshots",
    "ec2:DescribeVolumeAttribute",
    "ec2:CreateVolume",
    "ec2:DeleteVolume",
    "ec2:DescribeVolumeStatus",
    "ec2:ModifySnapshotAttribute",
    "ec2:DescribeAvailabilityZones",
    "ec2:DescribeVolumes",
    "ec2:CreateSnapshot"
    ],
    "Resource": "*"
    }
    ]
    }