Skip to content

Commit d157e69

Browse files
authored
fix(endpoints): fix FIPS endpoints for CloudFormation (#4325)
* fix(endpoints): fix FIPS endpoints for CloudFormation The SDK currently uses the following FIPS endpoint for CloudFormation in Gov regions: ``` cloudformation-fips.us-gov-west-1.amazonaws.com ``` According to the [FIPS endpoint reference](https://aws.amazon.com/compliance/fips/) it should be: ``` cloudformation.us-gov-west-1.amazonaws.com ``` * Add change
1 parent cb16a61 commit d157e69

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "bugfix",
3+
"category": "Endpoints",
4+
"description": "Use correct FIPS endpoint for CloudFormation in GovCloud"
5+
}

lib/region_config_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"us-gov-*/runtime.lex": "fips.runtime.lex",
109109
"us-gov-*/acm-pca": "fipsWithServiceOnly",
110110
"us-gov-*/batch": "fipsWithServiceOnly",
111+
"us-gov-*/cloudformation": "fipsWithServiceOnly",
111112
"us-gov-*/config": "fipsWithServiceOnly",
112113
"us-gov-*/eks": "fipsWithServiceOnly",
113114
"us-gov-*/elasticmapreduce": "fipsWithServiceOnly",

0 commit comments

Comments
 (0)