Skip to content

Commit 35059f3

Browse files
chore(issue-template): create issue template for new regions (#24222)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 815b039 commit 35059f3

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

.github/ISSUE_TEMPLATE/region.yml

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
name: New Region
2+
description: Register a new region.
3+
title: "Register new region: [region]"
4+
labels: ["@aws-cdk/region-info", "feature-request", "p1", "effort/medium"]
5+
body:
6+
- type: input
7+
id: ROUTE_53_BUCKET_WEBSITE_ZONE_IDS
8+
attributes:
9+
label: AWS Route 53 Bucket Website Zone ID
10+
description: |
11+
See [Amazon Simple Storage Service endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints).
12+
13+
- type: input
14+
id: EBS_ENV_ENDPOINT_HOSTED_ZONE_IDS
15+
attributes:
16+
label: AWS Elastic Beanstalk Hosted Zone ID
17+
description: |
18+
See [AWS Elastic Beanstalk endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/elasticbeanstalk.html).
19+
20+
- type: input
21+
id: ELBV2_ACCOUNTS
22+
attributes:
23+
label: AWS Elastic Beanstalk Load Balancer Account ID
24+
description: |
25+
See [Attach a policy to your S3 bucket](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy).
26+
27+
- type: input
28+
id: DLC_REPOSITORY_ACCOUNTS
29+
attributes:
30+
label: AWS Deep Learning Container Account ID
31+
description: |
32+
See [Available Deep Learning Containers Images](https://aws.amazon.com/releasenotes/available-deep-learning-containers-images/).
33+
34+
- type: input
35+
id: APPMESH_ECR_ACCOUNTS
36+
attributes:
37+
label: AWS AppMesh Envoy Proxy ECR Account ID
38+
description: |
39+
See [Envoy Image](https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html).
40+
41+
- type: input
42+
id: CLOUDWATCH_LAMBDA_INSIGHTS_ARNS
43+
attributes:
44+
label: AWS CloudWatch Lambda Insights Extension ARN
45+
description: |
46+
See [1.0.178.0](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html#Lambda-Insights-extension-1.0.178.0).
47+
48+
- type: input
49+
id: FIREHOSE_CIDR_BLOCKS
50+
attributes:
51+
label: AWS Kinesis Data Firehose CIDR Block
52+
description: |
53+
See [VPC Access to an Amazon Redshift Cluster](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-rs-vpc).
54+
55+
- type: checkboxes
56+
id: ADOT_LAMBDA_LAYER
57+
attributes:
58+
label: OpenTelemetry Lambda Support
59+
description: |
60+
[Supported in Region](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js)?
61+
options:
62+
- label: "Yes"
63+
- label: "No"
64+
65+
- type: markdown
66+
attributes:
67+
value: |
68+
---
69+
70+
🚀 Checklist:
71+
72+
* [ ] Add region in [AWS_CDK_METADATA](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L1) (commented out).
73+
* [ ] Add region and zone id in [ROUTE_53_BUCKET_WEBSITE_ZONE_IDS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L40).
74+
* [ ] Add region and zone id in [EBS_ENV_ENDPOINT_HOSTED_ZONE_IDS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L77).
75+
* [ ] Add region and account in [ELBV2_ACCOUNTS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L116).
76+
* [ ] Add region and account in [DLC_REPOSITORY_ACCOUNTS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L149).
77+
* [ ] Add region and account in [APPMESH_ECR_ACCOUNTS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L174).
78+
* [ ] Add region and ARN in [CLOUDWATCH_LAMBDA_INSIGHTS_ARNS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L202) for `1.0.178.0`.
79+
* [ ] Add region and CIDR block address in [FIREHOSE_CIDR_BLOCKS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L498).
80+
* [ ] Add region and ARN in [ADOT_LAMBDA_LAYER_JAVA_SDK_ARNS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L529) for most recent version in `x86_64` and `arm64`.
81+
* [ ] Add region and ARN in [ADOT_LAMBDA_LAYER_JAVA_AUTO_INSTRUMENTATION_ARNS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L608) for most recent version in `x86_64` and `arm64`.
82+
* [ ] Add region and ARN in [ADOT_LAMBDA_LAYER_JAVASCRIPT_SDK_ARNS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L689) for most recent version in `x86_64` and `arm64`.
83+
* [ ] Add region and ARN in [ADOT_LAMBDA_LAYER_PYTHON_SDK_ARNS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L768) for most recent version in `x86_64` and `arm64`.
84+
* [ ] Add region and ARN in [ADOT_LAMBDA_LAYER_GENERIC_ARNS](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/build-tools/fact-tables.ts#L847) for most recent version in `x86_64` and `arm64`.
85+
* [ ] Add region in [AWS_REGIONS_AND_RULES](https://github.com/aws/aws-cdk/blob/v2.65.0/packages/@aws-cdk/region-info/lib/aws-entities.ts).
86+
* [ ] Run integ tests and update snapshots

0 commit comments

Comments
 (0)