Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Property Resources: Throughput #1837

Closed
chenwany opened this issue Dec 16, 2020 · 4 comments
Closed

Invalid Property Resources: Throughput #1837

chenwany opened this issue Dec 16, 2020 · 4 comments
Labels
spec CloudFormation Specification Bug

Comments

@chenwany
Copy link

cfn-lint version: (0.44.0)

Description of issue.
Hi,
Recently EBS introduced the gp3 volume type. This volume type enables customers to configure IOPS and throughput independently, there is also corresponding CFN resource Throughput parameter.

When will lint become able to validate Throughput?

@PatMyron PatMyron added the spec CloudFormation Specification Bug label Dec 16, 2020
@PatMyron
Copy link
Contributor

Could you provide a sample template? Or specify which resource type this property type was recently added to?

This likely involves #1219 since no Resource Specfications have been released for weeks

@chenwany
Copy link
Author

Thanks for your reply!
It is AWS::EC2::Volume, property Throughput, it is a new parameter haven't be in the document. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html

@chenwany
Copy link
Author

Hi, this resource Throughput is already in Resource Specfications, but the Cfn linters check still fail with Invalid Property Resources: Throughput

@PatMyron
Copy link
Contributor

just merged in yesterday, will be fixed in the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec CloudFormation Specification Bug
Projects
None yet
Development

No branches or pull requests

2 participants