Skip to content

Commit 1d044c6

Browse files
committed
updated readme; provided sample config
1 parent 1a3e771 commit 1d044c6

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ pip3 install --user spotme
1414
## Setup
1515
Since `spotcheck` uses boto3, you'll have to setup the same way. You can view the [docs here](http://boto3.readthedocs.io/en/latest/guide/quickstart.html)
1616

17+
A sample `config` file that is to in `~/.aws/config` is also in this repository.
18+
1719

1820
## Usage
1921
To use, run

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Since ``spotcheck`` uses boto3, you’ll have to setup the same way. You
3232
can view the `docs
3333
here <http://boto3.readthedocs.io/en/latest/guide/quickstart.html>`__
3434

35+
A sample ``config`` file that is to in ``~/.aws/config`` is also in this
36+
repository.
37+
3538
Usage
3639
-----
3740

sample-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[default]
2+
region=ca-central-1
3+
instancetype=t2.micro

0 commit comments

Comments
 (0)