-
DVA_EN
Trigger an image upload to S3 invokes Lambda function to create thumbnails
【Triggering an image upload to an S3 bucket and invoking a Lambda function to create a thumbnail】 One of the functions provided by S3 is the event notification feature. You can use the Amazon S3 Event Notifications feature to receive n... -
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... -
SAA_EN
Create S3 bucket with cross-region replication enabled using CFN
【Use CloudFormation to create S3 bucket with cross-region replication enabled】 One of the topics of the AWS SAA is about designing a elastic architecture. One of the features provided by S3 is replication. Replication enables automatic... -
DVA_EN
Delegate access rights between AWS accounts using cross-account roles
【Delegate access privileges between AWS accounts using cross-account roles】 Accessing a specific AWS resource from another AWS account is called cross-account access. You share resources in one account with users in a different account... -
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...