Description
We started using xhttp.Client for aws config in #9322 to add the Insecure option.
But with this client, the aws-sdk cannot connect to IMDS to get credentials.
Solution
Use the aws BuildableClient with the Insecure option.
Discussed in #9429
Description
We started using
xhttp.Clientfor aws config in #9322 to add the Insecure option.But with this client, the
aws-sdkcannot connect toIMDSto get credentials.Solution
Use the aws BuildableClient with the Insecure option.
Discussed in #9429