Skip to content

Commit

Permalink
removed redis resources as they cannot be imported into cloudformation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Dec 20, 2024
1 parent e6e11da commit 26b40db
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions sys/cloudformation/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
################################################################################
Expand Down

0 comments on commit 26b40db

Please sign in to comment.