Skip to content

Commit

Permalink
Removing non-serverless ElastiCache
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Oct 10, 2024
1 parent 091bd66 commit 7cab5b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
17 changes: 0 additions & 17 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,23 +121,6 @@ Resources:
Parameters:
OriginBucketModule: !GetAtt 'Bucket.Outputs.StackName'
TemplateURL: './node_modules/@cfn-modules/cloudfront/module.yml'
Cache:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
VpcModule: !GetAtt 'Vpc.Outputs.StackName'
ClientSgModule: !GetAtt 'ClientSg.Outputs.StackName'
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
KmsKeyModule: !GetAtt 'Key.Outputs.StackName'
EngineVersion: '5.0.6'
CacheNodeType: 'cache.t4g.micro'
TransitEncryption: 'false'
AuthToken: ''
SnapshotRetentionLimit: '35'
SnapshotName: ''
NumShards: '1'
NumReplicas: '0'
TemplateURL: './node_modules/@cfn-modules/elasticache-redis/module.yml'
ServerlessCache:
Type: 'AWS::CloudFormation::Stack'
Properties:
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@cfn-modules/cloudwatch-dashboard": "^1.6.0",
"@cfn-modules/ecs-alb-target": "^1.4.0",
"@cfn-modules/ecs-cluster": "^1.2.0",
"@cfn-modules/elasticache-redis": "^1.0.1",
"@cfn-modules/elasticache-serverless": "^0.1.0",
"@cfn-modules/fargate-scheduled-task": "^1.6.0",
"@cfn-modules/fargate-service": "^2.15.0",
Expand Down

0 comments on commit 7cab5b1

Please sign in to comment.