Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 718 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 718 Bytes

#Various Amazon Web Services (AWS) Scripts#

#Environment Configuration (Mac OS)#

  • Install pip pip install boto3

  • Install AWS CLI pip install awscli

  • Install Boto3

  • Putting your AWS credentials directly into your scripts is dangerous as you can quite easily forget to remove them before pushing it to a github repo. See here for other options - http://boto3.readthedocs.io/en/latest/guide/configuration.html