Skip to content

Commit 1cfc79d

Browse files
committed
Update AWS resource metadata
1 parent 17ca55f commit 1cfc79d

File tree

2 files changed

+329
-1
lines changed

2 files changed

+329
-1
lines changed

pkg/lib/aws/gen_resource_metadata.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
import re
1717
from string import Template
1818

19-
# https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/
19+
# https://docs.aws.amazon.com/general/latest/gr/eks.html
2020
# China regions don't seem to support these endpoints (yet?)
2121
REGIONS = [
2222
"us-east-1", # N. Virginia
2323
"us-east-2", # Ohio
24+
"us-west-1", # California
2425
"us-west-2", # Oregon
2526
"ca-central-1", # Montreal
2627
"sa-east-1", # Sao Paulo

0 commit comments

Comments
 (0)