You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./run.py --billing work oscxxxx billing/xxxReport --ec2 work --xlsx-name builling
Processing billing data (1/5 - billing diff)...
Processing billing data (2/5 - instance history)...
Processing billing data (3/5 - ec2 last month)...
Traceback (most recent call last):
File "src/get_last_month_ec2_cost.py", line 38, in
instance_usage_records[(record['lineItem/UsageAccountId'], record['lineItem/ResourceId'], record['lineItem/AvailabilityZone'], record['pricing/term'], record['product/instanceType'])] += float(record['lineItem/UnblendedCost'])
KeyError: 'lineItem/ResourceId'
Processing billing data (4/5 - ebs last month)...
Traceback (most recent call last):
File "src/get_last_month_ebs_cost.py", line 41, in
ebs_usage_records[(record['lineItem/UsageAccountId'], record['lineItem/ResourceId'], record['product/region'])] += float(record['lineItem/UnblendedCost'])
KeyError: 'lineItem/ResourceId'
Processing billing data (5/5 - s3 cost)...
Generating xlsx file...
Traceback (most recent call last):
File "src/make_xlsx.py", line 630, in
main(name)
File "src/make_xlsx.py", line 619, in main
instance_summary(workbook, header_format, val_format)
File "src/make_xlsx.py", line 418, in instance_summary
with open(IN_EC2_BANDWIDTH_USAGE_LAST_MONTH) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'out/last-month/ec2_bandwidth.csv'
The text was updated successfully, but these errors were encountered:
haewan
changed the title
error
Error while running the report-2
Aug 7, 2019
./run.py --billing work oscxxxx billing/xxxReport --ec2 work --xlsx-name builling
Processing billing data (1/5 - billing diff)...
Processing billing data (2/5 - instance history)...
Processing billing data (3/5 - ec2 last month)...
Traceback (most recent call last):
File "src/get_last_month_ec2_cost.py", line 38, in
instance_usage_records[(record['lineItem/UsageAccountId'], record['lineItem/ResourceId'], record['lineItem/AvailabilityZone'], record['pricing/term'], record['product/instanceType'])] += float(record['lineItem/UnblendedCost'])
KeyError: 'lineItem/ResourceId'
Processing billing data (4/5 - ebs last month)...
Traceback (most recent call last):
File "src/get_last_month_ebs_cost.py", line 41, in
ebs_usage_records[(record['lineItem/UsageAccountId'], record['lineItem/ResourceId'], record['product/region'])] += float(record['lineItem/UnblendedCost'])
KeyError: 'lineItem/ResourceId'
Processing billing data (5/5 - s3 cost)...
Generating xlsx file...
Traceback (most recent call last):
File "src/make_xlsx.py", line 630, in
main(name)
File "src/make_xlsx.py", line 619, in main
instance_summary(workbook, header_format, val_format)
File "src/make_xlsx.py", line 418, in instance_summary
with open(IN_EC2_BANDWIDTH_USAGE_LAST_MONTH) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'out/last-month/ec2_bandwidth.csv'
The text was updated successfully, but these errors were encountered: