From c98afb12945a70a69c0b3245866c1bcc0a8c42ce Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Fri, 4 Nov 2022 10:46:24 -0700 Subject: [PATCH] fix(ResourceExplorer2): set dualstack endpoint by default (#4263) --- .../next-release/bugfix-ResourceExplorer2-176b5724.json | 5 +++++ lib/region_config_data.json | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/bugfix-ResourceExplorer2-176b5724.json diff --git a/.changes/next-release/bugfix-ResourceExplorer2-176b5724.json b/.changes/next-release/bugfix-ResourceExplorer2-176b5724.json new file mode 100644 index 0000000000..19233f9d84 --- /dev/null +++ b/.changes/next-release/bugfix-ResourceExplorer2-176b5724.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "ResourceExplorer2", + "description": "Set endpoint to dualstack by default" +} \ No newline at end of file diff --git a/lib/region_config_data.json b/lib/region_config_data.json index ecf8cea164..f3111e992c 100644 --- a/lib/region_config_data.json +++ b/lib/region_config_data.json @@ -67,7 +67,8 @@ "*/sdb": { "endpoint": "{service}.{region}.amazonaws.com", "signatureVersion": "v2" - } + }, + "*/resource-explorer-2": "dualstackByDefault" }, "fipsRules": { @@ -223,6 +224,9 @@ }, "dualstackLegacyEc2": { "endpoint": "api.ec2.{region}.aws" + }, + "dualstackByDefault": { + "endpoint": "{service}.{region}.api.aws" } } }