2023– date –
-
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 ...