2 Answers
- Newest
- Most votes
- Most comments
0
It turns out I was doing a couple of things wrong that the error response from AWS was not revealing.
- I was doing a POST instead of a GET.
- I was sending content type text/xml instead of application/x-www-form-urlencoded After making those changes, it worked.
answered a year ago
0
To troubleshoot this can you please perform following steps:
- Check CloudTrail logs and see what request and response you are seeing for this request from the service.
- Also try sending a manual API request for "DescribeLoadBalancers" from AWS CLI and see if you are still seeing the issue [1].
This should help you isolate the issue.
Please feel free to share the response here and I can look into it further. (Please make sure to hide sensitive information from the output.)
References:
[1] https://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html
Relevant content
- asked 5 years ago
