You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Description
This AWS doc specifies that machine sizes with 8 and 16 vCPUs and up to 120GB memory are possible since Fargate linux platform version 1.4.0.
Current docker compose ECS integration does not yet support it.
Steps to reproduce the issue:
Docker compose file with any resource limits value for cpus > 4 or memory > 30G. Deploy.
Describe the results you received:
Deployment fails. Error message "the resources requested are not supported by ECS/Fargate"
Describe the results you expected:
Successfully deploys.
Additional information you deem important (e.g. issue happens only occasionally):
I added a PR.
The text was updated successfully, but these errors were encountered: