Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Closes #12. Add new bigger Fargate linux pod sizes of platform version 1.4.0 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pickledolives
Copy link

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'

@pickledolives pickledolives changed the title add new bigger Fargate linux pod sizes of platform version 1.4.0 Closes #12. add new bigger Fargate linux pod sizes of platform version 1.4.0 Sep 19, 2023
@pickledolives pickledolives changed the title Closes #12. add new bigger Fargate linux pod sizes of platform version 1.4.0 Closes #12. Add new bigger Fargate linux pod sizes of platform version 1.4.0 Sep 19, 2023
@austindrenski austindrenski mentioned this pull request Nov 8, 2023
@austindrenski
Copy link

Fixes: #12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants