You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
owntracker/static/owntracker_backend.yaml

15 lines
471 B
YAML

AWSTemplateFormatVersion: 2010-09-09
Description: LZAHQ Owntracker backend - versioned, encrypted state storage for location data
Resources:
OwntrackerStateBucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: Private
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
BucketName: !Ref AWS::StackName
VersioningConfiguration:
Status: Enabled