Metadata-Version: 2.1
Name: ecst
Version: 0.0.3
Summary: Create local tunnels and sessions to AWS ECS services running in a VPC.
Project-URL: Homepage, https://github.com/mikefrancis/ecstunnel
Project-URL: Bug Tracker, https://github.com/mikefrancis/ecstunnel/issues
Author-email: Mike Francis <mikeffrancis@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# ecs-tunnel 🚧 WIP 🚧

Create local tunnels and sessions to AWS ECS services running in a VPC.

## Prerequesites

* macOS (sorry)
* [AWS CLI Session Manager plugin](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html)

## Usage

```
usage: ecs-tunnel [-h] [--local-port LOCAL_PORT] [--remote-port REMOTE_PORT]
                  [--region REGION] [--aws-profile AWS_PROFILE]
                  cluster service
```
