python3 -m venv venv
source venv/bin/activate
pip install pip -U
# Temporary until 0.23.0
pip install git+https://github.com/compose-x/ecs_composex@refactor/resources-and-stacks
With the venv still activated
git clone https://github.com/compose-x/xander69
cd xander69
ecs-compose-x render -d templates -p osticket-app -f docker-compose.yaml -f aws.yamlChange render with up or plan to deploy to AWS.