aws-app-mesh-examples icon indicating copy to clipboard operation
aws-app-mesh-examples copied to clipboard

[BUG] Invalid request provided: AWS::ElasticLoadBalancingV2::ListenerRule

Open wweic opened this issue 4 years ago • 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

  1. Export the environment variables as requests.
  2. 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 avatar May 29 '21 08:05 wweic

@wweic Could you provide all the environment variable values set?

rajal-amzn avatar Jun 24 '21 23:06 rajal-amzn