Using SQS client with FIPS endpoints #3230
Unanswered
dhwaneetbhatt
asked this question in
Q&A
Replies: 1 comment
-
I dug deeper into Please correct me if my conclusion is incorrect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to use SQS with FIPS endpoints. The AWS documentation says setting the
AWS_USE_FIPS_ENDPOINT
totrue
in the environment variables should be enough, but I am curious if that would work because almost all of the method calls in the SQS client take in the SQS URL.So, would the program pass in a FIPS endpoint URL manually when making the request, in addition to setting the environment variable?
Beta Was this translation helpful? Give feedback.
All reactions