Se connecter aux services web d'Amazon en Python


Boto est une interface python qui permet d'accéder aux services Web d'Amazon. Pour le moment les services concernés sont :

  •     Simple Storage Service (S3)
  •     SimpleQueue Service (SQS)
  •     Elastic Compute Cloud (EC2)
  •     Mechanical Turk
  •     SimpleDB
  •     CloudFront
  •     CloudWatch
  •     AutoScale
  •     Elastic Load Balancer (ELB)
  •     Virtual Private Cloud (VPC)
  •     Elastic Map Reduce (EMR)
  •     Relational Data Service (RDS)
  •     Simple Notification Server (SNS)
  •     Google Storage
  •     Identity and Access Management (IAM)
  •     Route53 DNS Service (route53)
  •     Simple Email Service (SES)
  •     Flexible Payment Service (FPS)
  •     CloudFormation
  •     Amazon DynamoDB
  •     Amazon SimpleWorkflow
  •     CloudSearch
  •     Marketplace Web Services

Le projet est régulièrement mis à jour donc je vous conseille d'y jeter un coup d'œil de temps en temps pour voir si d'autres services ont été ajoutés.

Pour installer Boto vous avez le choix :

- easy_install boto
- pip install -U boto
- Télécharger l'archive sur https://github.com/boto/boto

« Seul on va plus vite, ensemble on va plus loin »