AWS_EN– category –
-
AWS_EN
Multi-AZ DB Cluster RDS Using CFN
【Using CloudFormation to Create an RDS with a Multi-AZ DB Cluster Configuration】 The following page covers multi-AZ deployment. https://awstut.com/en/2023/01/05/rds-multi-az-deployment-using-cfn-en Multi-AZ DB clusters were released in... -
AWS_EN
RDS Read Replica using CFN
【Create RDS Read Replica using CloudFormation】 The following pages deal with the placement of Multi-AZ.a https://awstut.com/en/2023/01/05/rds-multi-az-deployment-using-cfn-en One of the features offered by RDS is read replica. Updates ... -
AWS_EN
RDS Multi-AZ deployment using CFN
【Using CloudFormation to create RDS with Multi-AZ deployment】 One of the features provided by RDS is multi-AZ deployment. In an Amazon RDS Multi-AZ deployment, Amazon RDS automatically creates a primary database (DB) instance and synch... -
AWS_EN
Create S3 bucket with versioning enabled with CFN
【Use CloudFormation to create S3 buckets with versioning enabled】 One of the features S3 offers is versioning. Versioning in Amazon S3 is a means of keeping multiple variants of an object in the same bucket. You can use the S3 Versioni... -
AWS_EN
S3 Lifecycle Rules – Delete expired objects
【S3 Lifecycle Rules - Delete expired objects】 One of the features provided by S3 is lifecycle rules.There are two types of lifecycle rules.One is to migrate the storage class in which an object is stored to another one.The other is to ... -
AWS_EN
Enable DynamoDB expiration time (TTL) using CFN
【Enable DynamoDB expiration time (TTL) using CloudFormation】 One of the features of DynamoDB is TTL. Amazon DynamoDB Time to Live (TTL) allows you to define a per-item timestamp to determine when an item is no longer needed. Shortly af... -
AWS_EN
Upload/download files to/from S3 with Presigned URL
【Upload/download files to/from S3 with Presigned URL】 One of the features S3 offers is presigned URLs. you can use a presigned URL to optionally share objects or allow your customers/users to upload objects to buckets without AWS secur... -
AWS_EN
Initial setup of DynamoDB with CFN custom resources
【Perform initial setup of DynamoDB with CloudFormation custom resources】 When creating DynamoDB with CloudFormation, we will consider adding test records as part of the DB initialization. In this case, we will use a CloudFormation cust... -
AWS_EN
Email notification via SNS when Nocompliant resources are detected by AWS Config
【Email notification via SNS when Nocompliant resources are detected by AWS Config】 The following page covers how EventBridge receives event data sent out from AWS Config and only those that match the rules are notified via email by SNS... -
AWS_EN
Email notification via SNS of AWS Config data matching EventBridge rules
【Email notification of only those AWS Config resource change history data that match EventBridge rules via SNS】 The following page shows how to email AWS Config resource change history data via SNS. https://awstut.com/en/2022/12/11/ema...