Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Fargate Rules #1547

Closed
2 of 4 tasks
Tro95 opened this issue May 22, 2020 · 1 comment · Fixed by #3546
Closed
2 of 4 tasks

New Fargate Rules #1547

Tro95 opened this issue May 22, 2020 · 1 comment · Fixed by #3546
Labels
enhancement New feature or request

Comments

@Tro95
Copy link
Contributor

Tro95 commented May 22, 2020

cfn-lint version: (cfn-lint --version): 0.32.1

Description of issue. New Rule Suggestions for ECS Fargate

Having just tried to deploy a new task alongside some existing tasks in Fargate, I ran across quite a few deployment failures that cfn-lint didn't warn me against, so this issue is simply a proposal for new rules to cover these cases.

@viraptor
Copy link

viraptor commented Nov 18, 2020

Adding another suggestion to fargate rules:

  • [Error] When AWS::ECS::Service has LauchType set to FARGATE, but the TaskDefinition it references does not specify "RequiresCapabilities": ["FARGATE"] (causes "Task definition does not support launch_type FARGATE.")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants