Support serverless v2 DBInstanceClass
See original GitHub issuecfn-lint version: 0.59.0
Allowed list of DBInstanceClass does not include “db.serverless”
Please provide as much information as possible:
- Template linting issues:
- Please provide a CloudFormation sample that generated the issue.
DbInstance0:
Type: AWS::RDS::DBInstance
Properties:
Engine: aurora-postgresql
DBClusterIdentifier: !Ref MyAuroraCluster
DBInstanceClass: db.serverless
- Feature request:
- List of allowed db instance class to include
db.serverless
. Documentation: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.Types
- List of allowed db instance class to include
Cfn-lint uses the CloudFormation Resource Specifications as the base to do validation. These files are included as part of the application version. Please update to the latest version of cfn-lint
or update the spec files manually (cfn-lint -u
)
- Yes this fixes it for me locally, but I need a release with the change because I’m running it via GitHub actions.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Requirements for Aurora Serverless v2 - AWS Documentation
serverless DB instance class. This attribute specifies the capacity range. Aurora Serverless v2 capacity ranges from a minimum of 0.5 Aurora capacity units...
Read more >Requirements for Aurora Serverless v2 - 亚马逊云科技
serverless DB instance class. This attribute specifies the capacity range. Aurora Serverless v2 capacity ranges from a minimum of 0.5 Aurora capacity units...
Read more >Exploring Aurora Serverless V2 for MySQL - MyDBOPS
Filters : Turn ON Show versions that support ServerlessV2 ( saves time ) ... DB instance class : Serverless 'Serverless v2 – new'....
Read more >Provisioned to Serverless v2 - Workshop Studio
On the Modify DB instance page, under the Instance configuration section, for the DB instance class, choose the Serverless v2 radio button.
Read more >AWS Aurora Serverless - Lumigo
Amazon Aurora v2 is a relational database service provided by Amazon Web Services (AWS), compatible with MySQL and PostgreSQL.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try this again. Should be in the v0.69.0 release.
Found the issue. Working on resolution.