Skip to content

(region-info): aws-entities.ts AWS_REGIONS missing ap-northeast-3 #13561

@archelangelo

Description

@archelangelo

@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 informationbugThis issue is a bug.effort/smallSmall work item – less than a day of effortp1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions