aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 56 forks source link

estimate-template-cost resource type coverage #217

Open PatMyron opened 5 years ago

PatMyron commented 5 years ago

estimate-template-cost, https://github.com/aws/aws-cdk-rfcs/issues/70

resource types that are currently supported in some form need to be documented

Looks like CloudFront, CloudWatch, EBS, EC2, ElastiCache, ELB, Elastic Beanstalk, RDS, Redshift, Route53, S3, SimpleDB, SNS, SQS, and VPC might have some support

We should also skip unsupported resource types rather than failing

PatMyron commented 5 years ago

Support for every EC2/RDS instance type supported by the simple monthly calculator rolling out region-by-region now. ElastiCache/Redshift still lacking support of some instance types supported by the simple monthly calculator

team currently working on me-south-1, af-south-1, and eu-south-1 support

Other partitions are not supportable with the current architecture

OSType won't be fully supported soon because describe-images doesn't yet return detailed Platform information beyond being Windows or not and we're not going to be calling describe-images on customers' private images anyways

simple monthly calculator
atkinsonm commented 4 years ago

It may become necessary to re-tool this command against https://calculator.aws which will eventually replace the SMC

secbug commented 12 months ago

Is this issue being worked on by anyone @PatMyron or @brianterry , or potentially being overruled by another worktrack?

rreeves8 commented 1 week ago

If you try to estimate the cost of stack that includes an unsupported resource type, like AWS::Lambda::Url, the response throws an error, shouldn't the system just ignore this ? or provide a null value, If I want to estimate the cost I have to adjust my template before hand. (unless my stack is broken somehow)