Skip to content

Commit bd3e98a

Browse files
authored
chore(region-info): beanstalk hostedZoneId for ap-southeast-5, ap-southeast-7, eu-south-2 (aws#35371)
### Issue # (if applicable) Closes aws#23619 Relates aws#33526 ### Reason for this change https://aws.amazon.com/about-aws/whats-new/2025/08/aws-elastic-beanstalk-asiapacific-thailand-malaysia-europe-spain-regions/ ### Description of changes Beanstalk support ap-southeast-5, ap-southeast-7, eu-south-2 ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ae38d2d commit bd3e98a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ export const EBS_ENV_ENDPOINT_HOSTED_ZONE_IDS: { [region: string]: string } = {
5757
'ap-southeast-1': 'Z16FZ9L249IFLT',
5858
'ap-southeast-2': 'Z2PCDNR3VC2G1N',
5959
'ap-southeast-3': 'Z05913172VM7EAZB40TA8',
60+
'ap-southeast-5': 'Z18NTBI3Y7N9TZ',
61+
'ap-southeast-7': 'Z1R25G3KIG2GBW',
6062
'ca-central-1': 'ZJFCZL7SSZB5I',
6163
'eu-central-1': 'Z1FRNW7UH4DEZJ',
6264
'eu-north-1': 'Z23GO28BZ5AETM',
6365
'eu-south-1': 'Z10VDYYOA2JFKM',
66+
'eu-south-2': 'Z23GO28BZ5AETM',
6467
'eu-west-1': 'Z2NYPWQ7DFZAZH',
6568
'eu-west-2': 'Z1GKAAAUGATPF1',
6669
'eu-west-3': 'Z5WN6GAYWG5OB',

0 commit comments

Comments
 (0)