Skip to content

Commit

Permalink
fix: Add missing c7i-flex.
Browse files Browse the repository at this point in the history
  • Loading branch information
brookemckim committed May 24, 2024
1 parent 45dd88a commit 7ddc4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def get_instances():
product_pager = pricing_client.get_paginator("get_products")

# Not all instances are in US-EAST-1 any longer.
# Check Ohio as well.
for region in ["US East (Ohio)", "US East (N. Virginia)"]:
# Check Ohio and California as well.
for region in ["US East (Ohio)", "US East (N. Virginia)", "US West (N. California)"]:
product_iterator = product_pager.paginate(
ServiceCode="AmazonEC2",
Filters=[
Expand Down

0 comments on commit 7ddc4dd

Please sign in to comment.