Skip to content

Commit

Permalink
Trying to move web and streaming service to private subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Feb 3, 2024
1 parent f8e0f59 commit 78d64a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Resources:
MaxCapacity: '1'
MinCapacity: '1'
LogsRetentionInDays: '14'
SubnetsReach: 'Public'
SubnetsReach: 'Private'
AutoScaling: 'false'
HealthCheckGracePeriodSeconds: '60'
Spot: !Ref Spot
Expand Down Expand Up @@ -287,7 +287,7 @@ Resources:
MaxCapacity: '1'
MinCapacity: '1'
LogsRetentionInDays: '14'
SubnetsReach: 'Public'
SubnetsReach: 'Private'
AutoScaling: 'false'
HealthCheckGracePeriodSeconds: '60'
Spot: !Ref Spot
Expand Down

0 comments on commit 78d64a5

Please sign in to comment.