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
This is a new CLI command added to the SPA project to estimate the cost of SPA deployment. When you type the command make cost-estimation this generates a CloudFormation template and passes it to the AWS CLI command estimate-template-cost. The output is a link to the AWS Calculator with cost indication for resources in the template.
Feb-17: make command has been implemented. However, the template generated by CDK for SPA is too big for the AWS CLI command. The template should be uploaded to a S3 bucket instead.
What is this?
This is a new CLI command added to the SPA project to estimate the cost of SPA deployment. When you type the command
make cost-estimation
this generates a CloudFormation template and passes it to the AWS CLI commandestimate-template-cost
. The output is a link to the AWS Calculator with cost indication for resources in the template.Learn more:
Why is this important?
While SPA is based on serverless AWS products and services, and very cost-effective, we need to factually estimate costs that it can incur.
How to implement it?
The AWS CLI has a command to bridge with the AWS Cost Calculator
Definition of Done
Makefile
a new targetcost-estimation
with appropriate shell commandsThe text was updated successfully, but these errors were encountered: