S3_EN– tag –
-
AWS_EN
4 destinations for S3 event notifications – SNS/SQS/Lambda/EventBridge
【4 destinations for S3 event notifications - SNS/SQS/Lambda/EventBridge】 In the following page, we introduced a configuration that automatically creates thumbnail images from uploaded images using the S3 event notification function. ht... -
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... -
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
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...