Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from daspecster/patch-1
Browse files Browse the repository at this point in the history
Add link to boto configuration file
  • Loading branch information
broamski committed Aug 27, 2015
2 parents 4a1fd50 + 55845db commit 071c389
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
boto profiles were introduced in v2.24.0. This has been tested on versions >=2.35.2.

1. You must provide your AWS account number via the environment variable ``AWS_ACT_NUM``
2. The script assumes the identifying value of your MFA device is the same as your shell's ``USER`` variable. To override this, set the environment variable ``MFA_USER`` with your MFA device id.
2. The script assumes the identifying value of your MFA device is the same as your shell's ``USER`` variable. To override this, set the environment variable ``MFA_DEVICE_NAME`` with your MFA device id.

**e.g.** ``arn:aws:iam::AWS_ACT_NUM:mfa/MFA_USER``
**e.g.** ``arn:aws:iam::AWS_ACT_NUM:mfa/MFA_DEVICE_NAME``


**botomfa** requires that you have a boto user configuration file with the following sections:
**botomfa** requires that you have a [boto user configuration file](http://boto.readthedocs.org/en/latest/boto_config_tut.html) with the following sections:

```
[long-term]
Expand Down

0 comments on commit 071c389

Please sign in to comment.