-
Notifications
You must be signed in to change notification settings - Fork 597
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
Got E3002 error in 1.9.0 version, #3542
Comments
This rule is triggered from an AWS::ECS::Service and associated AWS::ECS::TaskDefinition. Can you provide the relevant parts of those resources too? |
"IngestionServerclickstreamingestionserviceecstaskdef5E69A80A": { AWS::ECS::Service |
Thank you this release should have this resolved https://github.com/aws-cloudformation/cfn-lint/releases/tag/v1.9.1 |
CloudFormation Lint Version
1.9.0
What operating system are you using?
Mac
Describe the bug
When I upgrade cfn-lint to version 1.9.0, got below error:
E3002 When using an ECS task definition of host port 0 and associating that container to an ELB the target group has to have a 'HealthCheckPort' of 'traffic-port'
cdk.out/MyTestIngestionServerC0000BCCECD80.nested.template.json:1768:5
We don't think this is an error, and according to
cfn-lint/docs/rules.md
Line 101 in 63cadf4
The E3002 should be another error.
Expected behavior
Expect there is no error for cfn-lint v1.9.0
Reproduction template
The text was updated successfully, but these errors were encountered: