-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
@aws-cdk/region-infoRelated to AWS Region informationRelated to AWS Region informationbugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp1
Description
@aws-cdk/region-info/build-tools/aws-entities.ts doesn't have ap-northeast-3 in AWS_REGIONS list, while ap-northeast-3 region has some facts hardcoded in fact-tables.ts (example).
Reproduction Steps
In my case, I tried to enable load balancer access logging and encountered an error. Example:
// loadBalancer is an ApplicationLoadBalancer instance
// logBucket is a Bucket instance
loadBalancer.logAccessLogs(logBucket);What did you expect to happen?
Expect no error.
What actually happened?
When building the templates, I got Error: Cannot enable access logging; don't know ELBv2 account for region ap-northeast-3
Environment
These are more or less irrelevant to the issue as I already know what's missing.
- CDK CLI Version : 1.91.0
- Framework Version: 1.80.0
- Node.js Version: node-v12.18.3
- OS : MacOS
- Language (Version): TypeScript (3.9.7)
Other
I'm also wondering if there is a particular reason why ap-northeast-3 is not included right now and if there is a plan to include that in the future.
This is 🐛 Bug Report
Metadata
Metadata
Assignees
Labels
@aws-cdk/region-infoRelated to AWS Region informationRelated to AWS Region informationbugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp1