We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03bf1e commit b8597aaCopy full SHA for b8597aa
aws/reporting/pricing.py
@@ -26,8 +26,8 @@ def _ec2_usage_filter_map(instance_type):
26
'us-west-1': 'USW1-BoxUsage:{}'.format(instance_type),
27
'us-west-2': 'USW2-BoxUsage:{}'.format(instance_type),
28
'eu-central-1': 'EUC1-BoxUsage:{}'.format(instance_type),
29
- 'eu-west-1': 'EU-BoxUsage:{}'.format(instance_type),
30
- 'eu-west-2': 'EU-BoxUsage:{}'.format(instance_type)
+ 'eu-west-1': 'EUW1-BoxUsage:{}'.format(instance_type),
+ 'eu-west-2': 'EUW2-BoxUsage:{}'.format(instance_type)
31
}
32
33
def _region_filter_map():
0 commit comments