Saltar al contenido

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

preguntada hace 2 años443 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 2 años
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.