instance_events
Boto is a Python package that provides interfaces to Amazon Web
Install
- All systems
-
curl cmd.cat/instance_events.sh
- Debian
-
apt-get install python-boto
- Ubuntu
-
apt-get install python-boto
- Arch Linux
-
pacman -S python2-boto
- Kali Linux
-
apt-get install python-boto
- CentOS
-
yum install python-boto
- Fedora
-
dnf install python2-boto
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-boto
- Raspbian
-
apt-get install python-boto
- Dockerfile
- dockerfile.run/instance_events
python2-boto
Boto is a Python package that provides interfaces to Amazon Web
Services. It supports over thirty services, such as S3 (Simple Storage Service), SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their REST and Query APIs. The goal of boto is to support the full breadth and depth of Amazon Web Services. In addition, boto provides support for other public services such as Google Storage in addition to private cloud systems like Eucalyptus, OpenStack and Open Nebula.
python-boto
Python interface to Amazon's Web Services - Python 2.x
Boto is a Python interface to the infrastructure services available from Amazon. Boto supports the following services: * Elastic Compute Cloud (EC2) * Elastic MapReduce * CloudFront * DynamoDB * SimpleDB * Relational Database Service (RDS) * Identity and Access Management (IAM) * Simple Queue Service (SQS) * CloudWatch * Route53 * Elastic Load Balancing (ELB) * Flexible Payment Service (FPS) * Simple Storage Service (S3) * Glacier * Elastic Block Store (EBS) * and many more... This package provides the Python 2.x module.