IAM_access_for_snapshots.json #1

  • //
  • p4-sdp/
  • dev_c2s/
  • Unsupported/
  • Samples/
  • cloud/
  • aws/
  • IAM_access_for_snapshots.json
  • View
  • Commits
  • Open Download .zip Download (503 B)
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "ec2:CreateSnapshot",
            "Resource": [
                "arn:aws:ec2:us-west-1::snapshot/*",
                "arn:aws:ec2:us-west-1:*:volume/*",
                "arn:aws:ec2:us-west-1:*:instance/*"
            ]
        },
        {
            "Effect": "Allow",
            "Action": "ec2:CreateTags",
            "Resource": [
                "*"
            ]
        }
    ]
}
# Change User Description Committed
#1 31399 C. Thomas Tyler Populate -r -S //p4-sdp/dev_c2s.
//p4-sdp/dev/Unsupported/Samples/cloud/aws/IAM_access_for_snapshots.json
#1 31397 C. Thomas Tyler Populate -b SDP_Classic_to_Streams -s //guest/perforce_software/sdp/...@31368.
//guest/perforce_software/sdp/dev/Unsupported/Samples/cloud/aws/IAM_access_for_snapshots.json
#1 29439 C. Thomas Tyler Added file describing AWS IAM access needs of EBS snapshot script.