Metadata-Version: 2.1
Name: awsalot
Version: 0.0.5
Summary: A collection of CLI utils for helping with AWS tasks
Author-email: Anthony Lukach <anthonylukach@gmail.com>
License: MIT License
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: inquirer
Requires-Dist: boto3

# AWSalot

![logo](https://raw.githubusercontent.com/alukach/awsalot/main/.docs/logo.png)

A selection of helpers to perform common AWS tasks via the command line.

## Install

```
pip install awsalot
```

## Commands

- `rds-sg-connector`: Edits the security group of selected RDS Instances to allow connectivity from a selected ECS Service or EC2 Instance.
- `secret-to-pgconn`: Generate a Postgresql connection string from an AWS SecretsManager Secret.
