Skip to content

Commit

Permalink
closes #1
Browse files Browse the repository at this point in the history
Additional doc on using IAM as opposed to access keys.
  • Loading branch information
majormoses committed Oct 5, 2016
1 parent 0816b13 commit fe66699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Options:
Copy the example config file ``config.yml.sample`` to ``config.yml``
and fill in the configuration details. You will need AWS Credentials
and are strongly encouraged to use an IAM user with access limited to
the AWS CloudWatch Events SQS queue.
the AWS CloudWatch Events SQS queue.You will need to specify the region
in the config even if you are using IAM Credentials.

The app takes one arg '-c' that points at the config file. If -c is
omitted it will look for the config file in the current directory.
Expand Down Expand Up @@ -68,4 +69,3 @@ config.yml.sample for an example of the config.
### Limitations

Currently only supports a single AWS region.

1 change: 1 addition & 0 deletions config.yml.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:aws:
# only region is required when using iam which is recommended
:access_key_id: 'AWS Access Key'
:secret_access_key: 'AWS Secret Access Key'
:region: 'us-west-2'
Expand Down

0 comments on commit fe66699

Please sign in to comment.