Skip to content

Commit

Permalink
fix(KendraRanking): set endpoint to dualstack by default (#4319)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 9, 2023
1 parent 9460a45 commit dbe1c5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-KendraRanking-2ca3213c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "KendraRanking",
"description": "Set endpoint to dualstack by default"
}
2 changes: 2 additions & 0 deletions lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"signatureVersion": "v2"
},
"*/resource-explorer-2": "dualstackByDefault",
"*/kendra-ranking": "dualstackByDefault",
"*/codecatalyst": "globalDualstackByDefault"
},

Expand Down Expand Up @@ -131,6 +132,7 @@
"endpoint": "route53.us-gov.amazonaws.com"
},
"*/resource-explorer-2": "fipsDualstackByDefault",
"*/kendra-ranking": "dualstackByDefault",
"*/codecatalyst": "fipsGlobalDualstackByDefault"
},

Expand Down

0 comments on commit dbe1c5f

Please sign in to comment.