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

AWS::RDS::DBCluster - Certain engines don't support being public #3104

Open
2 tasks done
kddejong opened this issue Mar 20, 2024 · 3 comments
Open
2 tasks done

AWS::RDS::DBCluster - Certain engines don't support being public #3104

kddejong opened this issue Mar 20, 2024 · 3 comments
Labels
v1 v1.X

Comments

@kddejong
Copy link
Contributor

Is this feature request related to a new rule or cfn-lint capabilities?

rules

Describe the feature you'd like to request

PubliclyAccessible isn't supported for DB engine aurora-mysql

Describe the solution you'd like

Validate that certain engines can't be public

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request

Would this feature include a breaking change?

  • ⚠️ This feature might incur a breaking change
@kddejong
Copy link
Contributor Author

kddejong commented Mar 20, 2024

You can't use storage type gp2

Engine: mysql
      MasterUsername: user
      MasterUserPassword: *******
      DBClusterInstanceClass: db.m5d.large
      AllocatedStorage: 100

@kddejong kddejong changed the title Certain engines don't support being public AWS::RDS::DBCluster - Certain engines don't support being public Mar 26, 2024
@kddejong kddejong added the v1 v1.X label Apr 17, 2024
@kddejong
Copy link
Contributor Author

Covered in v1 with rule E3693

@kddejong
Copy link
Contributor Author

gp2 is covered in E3692 in v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1 v1.X
Projects
None yet
Development

No branches or pull requests

1 participant