Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité

Consultez-les par la suite

1 sur 5 Publicité

Plus De Contenu Connexe

Diaporamas pour vous (20)

Similaire à Boto3 (20)

Publicité

Plus récents (20)

Publicité

Boto3

  1. 1. Boto3 Patrick Pierson, DevOps Engineer IonChannel
  2. 2. What is boto? Boto is a Python library that provides you with an easy way to interact with and automate using various Amazon Web Services.
  3. 3. What is boto3? Boto 3 is a ground-up rewrite of Boto. It uses a data-driven approach to generate classes at runtime from JSON description files that are shared between SDKs in various languages. This includes descriptions for a high level, object oriented interface similar to those available in previous versions of Boto. Because Boto 3 is generated from these shared JSON files, we get fast updates to the latest services and features and a consistent API across services. Community contributions to JSON description files in other SDKs also benefit Boto 3, just as contributions to Boto 3 benefit the other SDKs.
  4. 4. Install and Configure pip install boto3 aws configure AWS Access Key ID []: ALJDAL##ACCESSKEYID##ALJFLAJFA AWS Secret Access Key []: EQOFJFLJA###SECRETACCESSKEY###ALDFJAL Default region name []: us-east-1 Default output format []: None
  5. 5. Demo https://github.com/python-frederick/2016-07-boto3

×