Use a CloudFormationtemplate to calculate the monthly costs.
- Estimate costs of an CloudFormation template.
- Open CloudFormation in AWS Management Console.
- Click Create Stack button.
- Select Upload a template to Amazon S3.
- Choose file
learn-cloudformation/lab10-estimate-costs/demo.yaml
. - Click Next button.
- Insert
lab10-$username
as stack name. Replace$username
with your username (e.g. lab10-awittig). - Select two random subnets and the only available VPC as Parameters.
- Click Next button.
- Skip next step by clicking on Next button.
- Under Estimate cost, you will find a Cost link. CLick this link. A new tab will open
- Explore the calculated costs.
- Go back to the CLoudFormation tab and click Cancel to stop exit the wizzard.
- Congratulations! You are done with the lab!