Easy connect to AWS and gather info about EC2, S3, SQS
Project description
:orange_square: Getting Started
AWS Client is python utility that use boto3 library
to get information about EC2 instances
to put, get files from S3 buckets
to send, receive messages from SQS
Installing
Install via pip
pip install awsconnect
:orange_square: Run
Examples EC2
Get information about instances in EC2
python3 -m awsconnect ec2
Examples S3
Put files to S3 buckets
python3 -m awsconnect s3 put --filename test.json --bucket test
Get files from S3 buckets
python3 -m awsconnect s3 get --filename test.json --bucket test
Examples SQS
Send messages from SQS
python3 -m awsconnect sqs send --queue test --filename example_sqs_messages.json
Receive messages from SQS
python3 -m awsconnect sqs receive --queue test
:orange_square: Versioning
Using SemVer for versioning. For the versions available, see the tags on this repository.
:orange_square: Authors
- Zakhar Bengart - Initial work - Ze
See also the list of contributors who participated in this project.
:orange_square: License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation - see the LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for awsconnect-1.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74841b576486b5841401b7eea4343c60f4ead69f7d6ee3ed6efb4152e5a5deb2 |
|
MD5 | 2ac2306e435a6024752f6b65ee1f9272 |
|
BLAKE2b-256 | 0cea921f08f47342935286f538ad8ac585e45b79162c20e889e8fbdea7873aee |