LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/aec/__init__.py
src/aec/main.py
src/aec/command/__init__.py
src/aec/command/ami.py
src/aec/command/compute_optimizer.py
src/aec/command/ec2.py
src/aec/command/ssm.py
src/aec/config-example/__init__.py
src/aec/config-example/ec2.toml
src/aec/config-example/userdata/amzn-install-docker.yaml
src/aec/util/__init__.py
src/aec/util/cli.py
src/aec/util/config.py
src/aec/util/configure.py
src/aec/util/display.py
src/aec/util/docgen.py
src/aec/util/ec2.py
src/aec/util/ec2_types.py
src/aec/util/errors.py
src/aec/util/tags.py
src/aec/util/threads.py
src/aec_cli.egg-info/PKG-INFO
src/aec_cli.egg-info/SOURCES.txt
src/aec_cli.egg-info/dependency_links.txt
src/aec_cli.egg-info/entry_points.txt
src/aec_cli.egg-info/requires.txt
src/aec_cli.egg-info/top_level.txt
tests/test_ami.py
tests/test_cli.py
tests/test_compute_optimizer.py
tests/test_configure.py
tests/test_display.py
tests/test_ec2.py
tests/test_ssm.py