aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

[AWS::ElastiCache::CacheCluster] ElastiCache CacheCluster Resource in CloudFormation does not support Outposts. #1854

Open ruchirshetye-aws opened 9 months ago

ruchirshetye-aws commented 9 months ago

Name of the resource

AWS::ElastiCache::CacheCluster

Resource name

No response

Description

From the Elasticache Documentation for launching on outpost, it can be seen that steps/guidance is provided for both console and AWS CLI, but nothing for CFN :-

Via Console - The VPC ID should match that of outpost VPC Via AWS CLI - Parameter --outpost-mode needs to be mentioned along with value as single-outpost

However AWS::ElastiCache::CacheCluster does not support property to launch using Outpost.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-cachecluster.html

Other Details

No response