question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support serverless v2 DBInstanceClass

See original GitHub issue

cfn-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

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:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kddejongcommented, Oct 25, 2022

Try this again. Should be in the v0.69.0 release.

0reactions
kddejongcommented, Oct 24, 2022

Found the issue. Working on resolution.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found