IAM_access_for_snapshots.json #1

  • //
  • guest/
  • perforce_software/
  • sdp/
  • main/
  • 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 29443 C. Thomas Tyler Released SDP 2022.2.29441 (2023/02/27).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
//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.