boto3
- Python¿ë AWS SDK(Software Development Kit) :
¤¡) SDK : ¼ÒÇÁÆ®¿þ¾î °³¹ßÀÚ°¡ ƯÁ¤ ¿î¿µÃ¼Á¦¿ë ÀÀ¿ëÇÁ·Î±×·¥À» ¸¸µé ¼ö ÀÖ°Ô ÇØÁÖ´Â ¼Ò½º¿Í µµ±¸ ÆÐÅ°Áö
pip3, boto3 install
# yum install -y https://centos7.iuscommunity.org/ius-release.rpm
# yum search python36
# yum install -y python36u python36u-libs python36u-devel python36u-pip
# wget https://bootstrap.pypa.io/get-pip.py
# python3.6 get-pip.py
# pip3 -V
# pip3 install boto3