2022– date –
-
AWS_EN
AppSync – Data Source: RDS(Aurora Serverless)
【Setting up RDS(Aurora Serverless) as Data Source for AppSync】 AppSync allows you to select a data source from the following services Lambda DynamoDB OpenSearch None HTTP endpoint RDS This time we will check the configuration with RDS ... -
AWS_EN
Initialize DB on Aurora Serverless with Data API enabled using CFN Custom Resource
【Initializing Aurora Serverless DB with Data API enabled with CloudFormation custom resource】 The following page shows how to enable the Data API for Aurora Serverless and connect to Aurora Server using the API. https://awstut.com/en/2... -
AWS_EN
Connect Aurora Serverless from EC2/Lambda using Data API
【Enabling Aurora Serverless Data API and connecting from EC2 (AWS CLI) and Lambda (Boto3)】 The following pages cover the basics of Aurora Serverless. https://awstut.com/en/2022/07/02/aurora-serverless-with-cfn-en One of the features of... -
AWS_EN
Aurora Serverless v1 with CFN
【Aurora Serverless v1 with CFN】 Aurora Serverless is a managed database service provided by AWS. Amazon Aurora Serverless is an on-demand, autoscaling configuration for Amazon Aurora. It automatically starts up, shuts down, and scales ... -
SOA_EN
Install EFS Client According to Best Practices
【Install amazon-efs-utils using SSM Distributor AmazoneFsutils】 This is one of the AWS SOA topics related to deployment, provisioning, and automation. The following page provides a basic configuration of EFS. https://awstut.com/en/2022... -
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 ... -
AWS_EN
Create apt Repository in S3 and access from private subnet
【Accessing home-made apt Repository on S3 from Ubuntu in private subnet】 The following page shows how to create a yum repository on S3. https://awstut.com/en/2022/03/19/create-yum-repository-in-s3-and-access-from-private-subnet This ti... -
DVA_EN
Introduction to Step Functions with CFN
【Introduction to Step Functions with CloudFormation】 This course is about refactoring, which is the scope of AWS DVA. Step Functions is a serverless orchestration service. In this introduction to Step Functions, we will create a simple... -
AWS_EN
AppSync – DataSource: OpenSearch
【Setting up OpenSearch as DataSource for AppSync】 AppSync allows you to select a data source from the following services Lambda DynamoDB OpenSearch None HTTP endpoint RDS This time, we will check the configuration with Lambda as the da... -
AWS_EN
Automate OpenSearch indexing with CFN Custom Resources
【Automate document uploads for OpenSearch indexing with CloudFormation custom resources】 A CloudFormation custom resource is a stack operation (create, update, delete) that allows you to perform any action at the time of stack operatio...