- Newest
- Most votes
- Most comments
There appears to be some confusion regarding the support for ElastiCache resources in AWS Config. While ElastiCache resources are indeed supported by AWS Config, they may not be listed explicitly in some documentation or user interfaces.
AWS Config does support tracking ElastiCache resources, including the following resource types:
- AWS::ElastiCache::CacheCluster
- AWS::ElastiCache::ReplicationGroup
- AWS::ElastiCache::SubnetGroup
- AWS::ElastiCache::ParameterGroup
The fact that there are managed AWS Config rules like "elasticache-auto-minor-version-upgrade-check" that deal with the AWS::ElastiCache::CacheCluster resource type confirms this support.
The discrepancy you're experiencing might be due to a few reasons:
-
Documentation lag: The list of supported resource types in the AWS Config documentation might not be fully up-to-date.
-
Regional availability: Some resource types might not be supported in all regions. Make sure you're looking in the correct region where your ElastiCache resources are deployed.
-
UI limitations: The dropdown list in the AWS Config settings for configuring the "Customer managed recorder" might not show all supported resource types, possibly due to UI constraints or regional differences.
-
Configuration issues: It's possible that AWS Config is not set up to record ElastiCache resources in your account or region. You may need to update your AWS Config settings to include these resource types.
To ensure AWS Config is properly set up to track your ElastiCache resources:
- Review your configuration recorder settings in the AWS Config console.
- Make sure the ElastiCache resource types you want to track are selected for recording.
- If you're writing a custom AWS Config rule using Guard, you should be able to use the ElastiCache resource types mentioned above.
If you're still unable to find or configure ElastiCache resources in AWS Config, it would be advisable to contact AWS support for further assistance, as they can provide the most up-to-date and account-specific information.
Sources
finding lost resource using AWS config. | AWS re:Post
elasticache-auto-minor-version-upgrade-check - AWS Config
Relevant content
- asked 4 months ago
- asked 8 months ago