Skip to content

Commit

Permalink
Merge pull request #149 from hspencer77/iam_quotas
Browse files Browse the repository at this point in the history
Added IAM quota policy for ec2:quota-internetgatewaynumber
  • Loading branch information
hspencer77 committed Aug 3, 2016
2 parents 560737b + 2d0e5a9 commit 8082dc4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nephoria/testcases/iam/quotas/ec2/internetgatewaynumber.json
@@ -0,0 +1,10 @@
{
"Statement": [
{
"Action": ["*" ],
"Effect": "Limit",
"Resource": "*",
"Condition": { "NumericLessThanEquals":{"ec2:quota-internetgatewaynumber": "3"}}
}
]
}

0 comments on commit 8082dc4

Please sign in to comment.