Install & Compatibility
Where this runs
tested against v1.16.3 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 54.4MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 4.3s · import 0.000s · 55MB
53MB installed
● package 53MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
VERSION
✓ from ecs_deploy import VERSION
✗ from ecs_deploy import ecs_deploy
Basic deployment using the library's Python API. Requires AWS credentials.
# Quickstart: deploy a service to ECS
# Ensure AWS credentials are configured (e.g., via environment variables)
import os
os.environ['AWS_ACCESS_KEY_ID'] = os.environ.get('AWS_ACCESS_KEY_ID', '')
os.environ['AWS_SECRET_ACCESS_KEY'] = os.environ.get('AWS_SECRET_ACCESS_KEY', '')
from ecs_deploy import ecs_deploy
result = ecs_deploy.deploy('my-cluster', 'my-service', image='nginx:latest')
print(result)
ecs-deploy --version
Upgrade
Version history
1.16.3latest on PyPI · released Jun 8, 2026
Audit
Dependencies
No dependency data recorded yet.