Archival Policies With CloudFormation
Draft of this has been untouched for 6 months, posting in case anyone needs a snippet for a CF template. "S3BackupBucket": { "Type" : "AWS::S3::Bucket", "Properties" : { "BucketName" : "my-unique-s3-bucket"}, "LifecycleConfiguration": { "Rules": [ ...
Continue reading ...