How to do it...

  1. Run the command to generate the report:
      aws cloudformation estimate-template-cost \        --template-body \        file://06-create-database-with-automatic-failover.yaml \        --parameters ParameterKey=VPCId,ParameterValue=test \        ParameterKey=SubnetIds,ParameterValue=\"test,test\" \        ParameterKey=DBUsername,ParameterValue=test \        ParameterKey=DBPassword,ParameterValue=test \        --query Url \        --output text
  1. Click or copy and paste the URL into a browser to see the report:
  1. Click on Amazon RDS in the left-hand menu to see the individual service page details:
  1. Click on Estimate of your Monthly Bill to see a total summary of the template resources: ...

Get AWS Administration Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.