File tree 1 file changed +0
-25
lines changed
1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -580,31 +580,6 @@ Resources:
580
580
Properties :
581
581
UserName : !Ref iamusergithubactions
582
582
583
- # REDIS
584
- rediscluster :
585
- Type : AWS::ElastiCache::ReplicationGroup
586
- Properties :
587
- AtRestEncryptionEnabled : False
588
- AutoMinorVersionUpgrade : True
589
- CacheNodeType : cache.t4g.micro
590
- CacheSubnetGroupName : !Ref redissubnet
591
- ClusterMode : Disabled
592
- Engine : redis
593
- EngineVersion : 7.0.7
594
- MultiAZEnabled : False
595
- NumNodeGroups : 1
596
- PrimaryClusterId : poser-stats
597
- ReplicationGroupDescription : poser-stats
598
- SecurityGroupIds : !Ref sgredis
599
- SnapshotRetentionLimit : 1
600
- TransitEncryptionEnabled : False
601
- redissubnet :
602
- Type : AWS::ElastiCache::SubnetGroup
603
- Properties :
604
- CacheSubnetGroupName : poser-subnet
605
- Description : poser-subnet
606
- SubnetIds : !Ref Subnets
607
-
608
583
# ###############################################################################
609
584
# Outputs #
610
585
# ###############################################################################
You can’t perform that action at this time.
0 commit comments