From 26b40db7e64d9ee71ee9e760500b09d51633b984 Mon Sep 17 00:00:00 2001 From: Fabio Cicerchia Date: Fri, 20 Dec 2024 20:47:51 +0100 Subject: [PATCH] removed redis resources as they cannot be imported into cloudformation --- sys/cloudformation/stack.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sys/cloudformation/stack.yaml b/sys/cloudformation/stack.yaml index b69e8ed9..1647c7c3 100644 --- a/sys/cloudformation/stack.yaml +++ b/sys/cloudformation/stack.yaml @@ -580,31 +580,6 @@ Resources: Properties: UserName: !Ref iamusergithubactions - # REDIS - rediscluster: - Type: AWS::ElastiCache::ReplicationGroup - Properties: - AtRestEncryptionEnabled: False - AutoMinorVersionUpgrade: True - CacheNodeType: cache.t4g.micro - CacheSubnetGroupName: !Ref redissubnet - ClusterMode: Disabled - Engine: redis - EngineVersion: 7.0.7 - MultiAZEnabled: False - NumNodeGroups: 1 - PrimaryClusterId: poser-stats - ReplicationGroupDescription: poser-stats - SecurityGroupIds: !Ref sgredis - SnapshotRetentionLimit: 1 - TransitEncryptionEnabled: False - redissubnet: - Type: AWS::ElastiCache::SubnetGroup - Properties: - CacheSubnetGroupName: poser-subnet - Description: poser-subnet - SubnetIds: !Ref Subnets - ################################################################################ # Outputs # ################################################################################