aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

[AWS::ElastiCache::ReplicationGroup] - [BUG] - Missing default `aws::*` Tags

Open
#2,009 1 comment 2 reactions 0 assignees View on GitHub
bug
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### Name of the resource

AWS::ElastiCache::ReplicationGroup

### Resource Name

_No response_

### Issue Description

`AWS::ElastiCache::ReplicationGroup` is missing the default CloudFormation Tags like

aws:cloudformation:logical-id
aws:cloudformation:stack-id
aws:cloudformation:stack-name

### Expected Behavior

Default Tags are added to the CloudFormation resources.

### Observed Behavior

Does not compute.

### Test Cases

```yaml
myReplicationGroup:
Type: 'AWS::ElastiCache::ReplicationGroup'
Properties:
ReplicationGroupDescription: my description
NumCacheClusters: '2'
Engine: redis
CacheNodeType: cache.m3.medium
AutomaticFailoverEnabled: 'true'
CacheSubnetGroupName: subnetgroup
EngineVersion: 2.8.6
PreferredMaintenanceWindow: 'wed:09:25-wed:22:30'
SnapshotRetentionLimit: '4'
SnapshotWindow: '03:30-05:30'
```

### Other Details

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.