From 845c0ea9432bf3dd6996821e078f4bb2111ae62c Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 23 Nov 2022 17:12:55 -0800 Subject: [PATCH] Add pattern dualstack global by default (#4277) --- .changes/next-release/feature-Endpoint-cbd3413f.json | 5 +++++ lib/region_config_data.json | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 .changes/next-release/feature-Endpoint-cbd3413f.json 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" } } }