Skip to content

Commit

Permalink
fix(ResourceExplorer2): set dualstack endpoint by default (#4263)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Nov 4, 2022
1 parent 6651a48 commit c98afb1
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-176b5724.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "ResourceExplorer2",
"description": "Set endpoint to dualstack by default"
}
6 changes: 5 additions & 1 deletion lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"*/sdb": {
"endpoint": "{service}.{region}.amazonaws.com",
"signatureVersion": "v2"
}
},
"*/resource-explorer-2": "dualstackByDefault"
},

"fipsRules": {
Expand Down Expand Up @@ -223,6 +224,9 @@
},
"dualstackLegacyEc2": {
"endpoint": "api.ec2.{region}.aws"
},
"dualstackByDefault": {
"endpoint": "{service}.{region}.api.aws"
}
}
}

0 comments on commit c98afb1

Please sign in to comment.