Skip to content

Commit

Permalink
Fix FIPS endpoints for EC2 (#4543)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Dec 6, 2023
1 parent 8265de3 commit f7623c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-Endpoints-a25af9c7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "Endpoints",
"description": "Use correct FIPS endpoint for EC2 in GovCloud"
}
1 change: 1 addition & 0 deletions lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"us-gov-*/batch": "fipsWithServiceOnly",
"us-gov-*/cloudformation": "fipsWithServiceOnly",
"us-gov-*/config": "fipsWithServiceOnly",
"us-gov-*/ec2": "fipsWithServiceOnly",
"us-gov-*/eks": "fipsWithServiceOnly",
"us-gov-*/elasticmapreduce": "fipsWithServiceOnly",
"us-gov-*/identitystore": "fipsWithServiceOnly",
Expand Down

0 comments on commit f7623c7

Please sign in to comment.