Skip to main content

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

homepage documentation contributing
version build status downloads python license


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


Download files

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

Source Distribution

avtomat_aws-0.3.0.tar.gz (46.3 kB view hashes)

Uploaded Source

Built Distribution

avtomat_aws-0.3.0-py3-none-any.whl (112.1 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