diff --git a/.changes/next-release/feature-Endpoint-cbd3413f.json b/.changes/next-release/feature-Endpoint-cbd3413f.json new file mode 100644 index 0000000000..176ced7b03 --- /dev/null +++ b/.changes/next-release/feature-Endpoint-cbd3413f.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "Endpoint", + "description": "Add pattern global dualstack by default" +} \ No newline at end of file diff --git a/lib/region_config_data.json b/lib/region_config_data.json index eeea20b0de..74d45d6458 100644 --- a/lib/region_config_data.json +++ b/lib/region_config_data.json @@ -231,6 +231,12 @@ }, "fipsDualstackByDefault": { "endpoint": "{service}-fips.{region}.api.aws" + }, + "globalDualstackByDefault": { + "endpoint": "{service}.global.api.aws" + }, + "fipsGlobalDualstackByDefault": { + "endpoint": "{service}-fips.global.api.aws" } } }