Skip to content

Commit

Permalink
fix(ResourceExplorer2): add fips dualstack by default (#4276)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 24, 2022
1 parent ce2286c commit b88543c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-ResourceExplorer2-af0b0824.json
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "ResourceExplorer2",
"description": "Add dualstack by default for FIPS"
}
6 changes: 5 additions & 1 deletion lib/region_config_data.json
Expand Up @@ -128,7 +128,8 @@
"us-gov-west-1/organizations": "fipsWithServiceOnly",
"us-gov-west-1/route53": {
"endpoint": "route53.us-gov.amazonaws.com"
}
},
"*/resource-explorer-2": "fipsDualstackByDefault"
},

"dualstackRules": {
Expand Down Expand Up @@ -227,6 +228,9 @@
},
"dualstackByDefault": {
"endpoint": "{service}.{region}.api.aws"
},
"fipsDualstackByDefault": {
"endpoint": "{service}-fips.{region}.api.aws"
}
}
}

0 comments on commit b88543c

Please sign in to comment.