An IAM policy hat allows full EC2 access within a specific region. This policy also provides the permissions necessary to complete this action on the console.

Missing Parameters
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "ec2:*"
            ],
            "Resource": [
                "*"
            ],
            "Effect": "Allow",
            "Condition": {
                "StringEquals": {
                    "ec2:Region": [
                        ""
                    ]
                }
            }
        }
    ]
}

Actions



Customize Template

Policy Parameters

* Required field