DEV Community

Cover image for S3 Replication with CDK, KMS, and StackSet
Sebastian for AWS Heroes

Posted on • Originally published at sbstjn.com

S3 Replication with CDK, KMS, and StackSet

AWS has everything you need for secure and reliable data storage. With Amazon S3, you can easily build a low-cost and high-available solution.

Together with the available features for regional replication, you can easily have automatic multi-region backups for all data in S3.

S3 Replication

This uses the AWS Cloud Development Kit to create an AWS CloudFormation template to create an AWS CloudFormation stack. The AWS CloudFormation stack creates an Amazon S3 bucket, an AWS Identity & Access Management role, an AWS Key Management Service key and an AWS CloudFormation StackSet. The AWS CloudFormation StackSet uses an AWS CloudFormation template to create an AWS CloudFormation stack in all AWS regions. The AWS CloudFormation stack in every region creates an Amazon S3 bucket and an AWS Key Management Service key. You're welcome. 🤯

Read More »

View Code on GitHub »

Top comments (0)