compose-ecs
compose-ecs copied to clipboard
Closes #12. Add new bigger Fargate linux pod sizes of platform version 1.4.0
What I did
I added the new bigger Fargate linux machine sizes as of platform update 1.4.0.
Related issue Docker compose ECS integration currently returns the error message "the resources requested are not supported by ECS/Fargate" when deploying to ECS a docker compose config like this one:
services: webapp: image: xxx deploy: replicas: 1 resources: limits: cpus: '8' memory: '60G'
Fixes: #12