3 Answers
- Newest
- Most votes
- Most comments
0
You would want to use Cloudformation's ability to disable rollback which keeps items that are successfully deployed instead of destroying all new resources. This allows you to investigate them and query the logs.
answered 5 years ago
0
That error is often the result of a permissions issue, where the user or role creating the ListenerRule is not authorized to perform the elasticloadbalancing:CreateRule action on the ListenerRule being created.
Please refer to this thread: https://github.com/aws/aws-cdk/issues/12327#issuecomment-1149336304.
answered 4 years ago
Relevant content
asked 4 years ago

I got this error and retrying the same request succeeded. Any idea why that would happen? The retry was automatically handed by deployment scripts, I don't think there is any further record of the failed attempt to investigate.