eddmann / serverless-fargate

Maintain long-running Fargate ECS tasks within your Serverless project
53 stars 22 forks source link

Updated schema picklist to support additional vcpu amount that AWS su… #49

Closed jackSadoffVerkada closed 4 months ago

jackSadoffVerkada commented 1 year ago

Currently, the plugin only supports up to 4096 VCPUs but fargate officially supports 8192 and 16384. This PR adds those as accepted values in the schema

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html

eddmann commented 4 months ago

Sorry for the delay on getting this merged, thanks for the PR 🙏🏻 . This will go out in the next release.