http://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html https://www.youtube.com/watch?v=_wiGpBQGCjU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requirements | |
# - Docker | |
#-------- | |
# Installation | |
# - docker build -t <your image name> . | |
#-------- | |
# "root" folder is app | |
FROM python:3.6-alpine | |
RUN pip3 install -U awscli |