[BUG] Invalid request provided: AWS::ElasticLoadBalancingV2::ListenerRule
wweic opened this issue · 1 comments
Important note on security disclosures: If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.
Describe the bug
Followed the instructions in https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-alb. Failed to create the howto-alb-app
cloudformation stack because of error:
Resource handler returned message: "Invalid request provided: AWS::ElasticLoadBalancingV2::ListenerRule Validation exception" (RequestToken: 2e145274-3f83-c38f-cfdc-0645483c40fe, HandlerErrorCode: InvalidRequest)
There example here: https://github.com/aws/aws-app-mesh-examples/tree/main/examples/apps/colorapp also failed with the same error.
Platform
ECS
To Reproduce
- Export the environment variables as requests.
- run
./deploy.sh
Expected behavior
The example application is expected to come up and ready to server traffic.
Config files, and API responses
If applicable config files and responses from our API.
Additional context
Add any other context about the problem here.
@wweic Could you provide all the environment variable values set?