A collection of reusable Amazon Web Services actions, bringing speed and certainty to cloud operations.
Project description
Automate Cloud Operations, AWS Collection
Maintained by Avtomat
A collection of reusable Amazon Web Services actions, bringing speed and certainty to cloud operations.
Written in Python. Built on top of Boto3.
Table of Contents
Overview
This repository features a collection of pre-written AWS scripts (called actions), designed to streamline daily operations - from information gathering to infrastructure changes.
Actions are written in Python and can be used as standalone scripts, chained together to form workflows or incorporated into your own projects.
The collection has a CLI interface, providing easy access to each action.
For a list of available actions or usage instructions, see the documentation.
Installation
Currently, this collection can only be installed from PyPi.
PyPi
If you already have Python3 and pip3 installed, you can perform:
Virtual Environment Installation (pip)
python3 -m venv venv
source venv/bin/activate
pip install avtomat-aws
aaws --help
Global Installation (recommended: pipx)
pipx install avtomat-aws
aaws --help
Requirements
This collection only requires Python3 and Boto3.
AWS configuration files (~/.aws/credentials
and ~/.aws/config
) are optional but highly recommended for falling back to Boto3 authentication flow.
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you are interested in contributing or would like to make some modifications, please take a look at the contributing guide.
License
Copyright © 2024 Avtomat Ltd. This project is GPLv2 licensed.
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
File details
Details for the file avtomat_aws-0.3.0.tar.gz
.
File metadata
- Download URL: avtomat_aws-0.3.0.tar.gz
- Upload date:
- Size: 46.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e028a8bd03cc11d3a85efa219967a95c56e892300e37ecd58abbd62004e125c6 |
|
MD5 | 70cf49461f968631375c85bd13a51de0 |
|
BLAKE2b-256 | eba9393c039619f85605e94beb0f15ad2039273f8ff58a3dfb7bc492e14aba67 |
File details
Details for the file avtomat_aws-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: avtomat_aws-0.3.0-py3-none-any.whl
- Upload date:
- Size: 112.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6b33cdfa0f67804c41575796754fb81b374005d44e31f1df97fe8883e32fb8b |
|
MD5 | 423499c505c5a0f696b7f7812c4b0aec |
|
BLAKE2b-256 | 2f4f15b5b60592656a210e5bd3c204315dc7baf26243e708cf1b641814f3b542 |