CLI is using the wrong FIPS endpoint for resource groups tagging API #9081
Labels
bug
This issue is a bug.
needs-review
This issue or pull request needs review from a core team member.
p2
This is a standard priority issue
resourcegroupstaggingapi
Describe the bug
When trying to use the
aws resourcegroupstaggingapi
service from the CLI withuse_fips_endpoint = true
in my AWS config, I'm getting this error:This error makes sense because indeed that endpoint does not exist. There is no specific FIPS endpoint for the tagging service, so the actual endpoint should be https://tagging.us-gov-west-1.amazonaws.com/.
Somehow the CLI is configured to use the wrong endpoint when running in FIPS mode.
Regression Issue
Expected Behavior
There should be no endpoint errors when trying to run
aws resourcegroupstaggingapi
commandsCurrent Behavior
Got this error when trying to run
aws resourcegroupstaggingapi
commands:Reproduction Steps
aws resourcegroupstaggingapi get-resources
Possible Solution
No response
Additional Information/Context
No response
CLI version used
2.21.3
Environment details (OS name and version, etc.)
Mac OS Sonoma 14.7.1
The text was updated successfully, but these errors were encountered: