Skip to content

Commit c98afb1

Browse files
authored
fix(ResourceExplorer2): set dualstack endpoint by default (#4263)
1 parent 6651a48 commit c98afb1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "bugfix",
3+
"category": "ResourceExplorer2",
4+
"description": "Set endpoint to dualstack by default"
5+
}

lib/region_config_data.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"*/sdb": {
6868
"endpoint": "{service}.{region}.amazonaws.com",
6969
"signatureVersion": "v2"
70-
}
70+
},
71+
"*/resource-explorer-2": "dualstackByDefault"
7172
},
7273

7374
"fipsRules": {
@@ -223,6 +224,9 @@
223224
},
224225
"dualstackLegacyEc2": {
225226
"endpoint": "api.ec2.{region}.aws"
227+
},
228+
"dualstackByDefault": {
229+
"endpoint": "{service}.{region}.api.aws"
226230
}
227231
}
228232
}

0 commit comments

Comments
 (0)