You must be logged in to view saved presets
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.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"ec2:*"
],
"Resource": [
"*"
],
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ec2:Region": [
""
]
}
}
}
]
}