SAA_EN– category –
-
SAA_EN
Introduction to FSx for Lustre using CloudFormation
【Introduction to FSx for Lustre using CloudFormation】 FSx for Lustre is one of the managed storage services offered by AWS. FSx for Lustre makes it easy and cost-effective to launch and run the popular, high-performance Lustre file sys... -
SAA_EN
Create RDS Cross-Region Read Replica using CloudFormation
【Create RDS Cross-Region Read Replica using CloudFormation】 One of the AWS SAA questions is about designing resilient architectures. In the following pages, we introduced RDS read replicas. https://awstut.com/en/2023/01/09/rds-read-rep... -
SAA_EN
3 ways to access S3 from private subnet
【3 ways to access S3 from private subnet】 There are three ways to access S3 buckets from an EC2 instance in a private subnet. NAT Gateway VPC Endpoint (Gateway Type) VPC Endpoint (interface type) This page will review how to access S3 ... -
SAA_EN
Access NLB in another VPC via VPC Endpoint
【Access NLB in another VPC via VPC Endpoint】 One of the features provided by VPC endpoints is the VPC Endpoint Service (PrivateLink). You can create your own service powered by AWS PrivateLink, known as an endpoint service. You are the... -
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... -
SAA_EN
Accessing DynamoDB Accelerator (DAX) with EC2/Lambda
【Accessing DynamoDB Accelerator (DAX) with EC2/Lambda】 This is one of the AWS SAA topics related to designing a high-performance architecture. DynamoDB Accelerator (DAX) is a caching service for DynamoDB. Amazon DynamoDB Accelerator (D... -
SAA_EN
Create Aurora custom endpoints with CFN custom resources
【Create Aurora custom endpoints with CloudFormation custom resources】 One of the topics covered in the AWS SAA is the design of a high-performance architecture. The following pages cover read replicas and endpoints for Aurora clusters.... -
SAA_EN
Introduction to EFS with CFN
【Introduction to EFS with CloudFormation】 This page is about designing a high-performance architecture, which is one of the topics of AWS SAA. EFS is a type of storage service offered by AWS. Amazon Elastic File System (Amazon EFS) is ... -
SAA_EN
CloudFront Geographic Restriction
【CloudFront Geographic Restriction】 This page is also one of the AWS SAA's topics on designing secure applications and architectures. We will review one of CloudFront's features, geo-restriction. If you need to prevent users in specifi... -
SAA_EN
Read Replica and Endpoints of Aurora Cluster
【Read Replica and Endpoints of Aurora Cluster】 This course is about designing a high-performance architecture, which is one of the topics covered by AWS SAA.We will create an Aurora read replica and check the behavior of the Aurora end...