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

Validate AWSApplicationAutoscaling available in region, and node type #3022

Open
2 tasks
nartz opened this issue Jan 19, 2024 · 1 comment
Open
2 tasks

Validate AWSApplicationAutoscaling available in region, and node type #3022

nartz opened this issue Jan 19, 2024 · 1 comment
Labels
researching Researching the issue

Comments

@nartz
Copy link

nartz commented Jan 19, 2024

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

new rules

Describe the feature you'd like to request

when validating resources in a region, e.g. us-gov-west-1, trying to apply AWSApplicationAutoscaling to a redis 7 cluster results in AccessDeniedException because it is not availble in the region; however, this is not caught using -r us-gov-west-1.

Similarly, only certain node types are supported for redis autoscaling; cfn-lint should validate the specific node types supported by redis autoscaling

Describe the solution you'd like

cfn-lint should be able to properly verify whether redis autoscaling is available in a region from the region specification file

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
@nartz nartz changed the title Validate AWSApplicationAutoscaling available Validate AWSApplicationAutoscaling available in region, and node type Jan 19, 2024
@kddejong kddejong added the researching Researching the issue label Feb 16, 2024
@ArjunMenon-bit
Copy link

ArjunMenon-bit commented Mar 9, 2024

ElastiCache for Redis Auto Scaling is limited to the following:

Redis (cluster mode enabled) clusters running Redis engine version 6.0 onwards

Instance type families - R5, R6g, M5, M6g

Instance sizes - Large, XLarge, 2XLarge

Auto Scaling in ElastiCache for Redis is not supported for clusters running in Global datastores, Outposts or Local Zones.

AWS Auto Scaling for ElastiCache for Redis is not available in the following regions: China (Beijing), China (Ningxia), AWS GovCloud (US-West) and AWS GovCloud (US-East).

@kddejong happy to contribute to this issue if you think this would be a good starting point :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
researching Researching the issue
Projects
None yet
Development

No branches or pull requests

3 participants