Skip to content

Commit

Permalink
include IAM policy in README
Browse files Browse the repository at this point in the history
  • Loading branch information
troex committed Feb 19, 2015
1 parent 24d5e11 commit 7531bf9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ A command line utility is also included.
$ cloudfront-invalidator list $AWS_KEY $AWS_SECRET $DISTRIBUTION_ID
$ cloudfront-invalidator list_detail $AWS_KEY $AWS_SECRET $DISTRIBUTION_ID

Amazon IAM Policy
=================

{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"cloudfront:CreateInvalidation",
"cloudfront:GetInvalidation",
"cloudfront:ListInvalidations"
],
"Effect": "Allow",
"Resource": "*"
}
]
}

Authors
=======

Expand Down

0 comments on commit 7531bf9

Please sign in to comment.