Posts

Boto3 python

BOTO3 ·          Amazon Web Services (AWS) has become a leader in Cloud computing. ·          We have different ways to automate ant task or to automate AWS Infrastructure provisioning. è Shell Scripting. è Python Scripting. è Python Scripting with Boto3. ·          Boto3 is the name of the python open source SDK for AWS. ·          Boto3 is a python module which is used to AWS services. ·          Boto3 is an open source. ·           It allows you to create, update and delete AWS resources from your python script. ·          It’s complicated in many ways but it is rich SDK for AWS. ·          Boto3 is written on top of botocore (It is also im...