Skip to content

Commit

Permalink
Update code and add missing data for the new EC2 ap-east-1 region.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Nov 26, 2021
1 parent 8eb196c commit 762f0e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/scrape-ec2-prices.py
Expand Up @@ -56,6 +56,7 @@
"ap-south-1",
"sa-east-1",
"cn-north-1",
"ap-east-1",
]

EC2_INSTANCE_TYPES = [
Expand Down
7 changes: 7 additions & 0 deletions contrib/scrape-ec2-sizes.py
Expand Up @@ -179,6 +179,13 @@
"country": "Japan",
"signature_version": "4",
},
"Asia Pacific (Hong Kong)": {
"id": "ap-east-1",
"endpoint": "ec2.ap-east-1.amazonaws.com",
"api_name": "ec2_ap_east",
"country": "Hong Kong",
"signature_version": "2",
},
# Not in JSON
"China (Beijing)": {
"id": "cn-north-1",
Expand Down

0 comments on commit 762f0e5

Please sign in to comment.