Skip to main content

Easy connect to AWS and gather info about EC2, S3, SQS

Project description

 Low Budget Font

description

usage

: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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awsconnect-1.3.1.tar.gz (2.4 MB view hashes)

Uploaded Source

Built Distribution

awsconnect-1.3.1-py3-none-any.whl (21.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page