跳至內容

How to quickly create an Excel file for a Cost Estimate on AWS

0

Hi, I am a Solutions Architect (SA) and frequently work with the AWS Pricing Calculator to create estimates for AWS resources for customers. This task takes a lot of time because after creating the estimate on the AWS Pricing Calculator, I have to export it to a CSV file and map the data from the CSV file into a company Excel template for client quotations. This file includes columns such as Service, Description, Specs, Monthly Cost, 12 Months Cost, and Upfront Cost. Therefore, I am looking for a solution to help me shorten the time required to create cost estimates for clients. If you have experience, please share it to help me.

Thanks, Steven

已提問 2 年前檢視次數 442 次
2 個答案
0

As you have already noted the AWS Calculator does provide CSV, but the layout is different than your expected format. And each company could be having their own Excel template, so there is really not one standardized format.

One possibility is to create Macro(s) in Excel that will do the mapping and reformatting from source CSV to your target Excel format. You could record the Macro when you perform the task and then replay it subsequently. Also having Visual Basic skills to fully program out the reformatting logic could be helpful.

AWS
專家
已回答 2 年前
0

Steven - please elaborate on the "company Excel template." Is this template the same format for every customer, or is the template different for each customer company? If it is the same template for every customer, perhaps Excel PowerQuery could be used to query the .csv file export, do data transformations on the column contents, then output the data in the format you need. You would then just need to create one template for the output format, and for each customer point power query to a different source .csv file to automatically ingest new data and transform it.

AWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。