-
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... -
SOA_EN
Protect resource with WAF rate-based rules
【Protecting Resources (CloudFront) with WAF Rate-Based Rules】 This is one of the AWS SOA topics related to networking and content delivery. The WAF Web ACL allows you to define a variety of rules, one of which is a rate-based rule. A r... -
AWS_EN
Apply WAF Web ACL to API Gateway
【Apply WAF Web ACL to API Gateway】 AWS WAF can be applied to the following four types of resources ALB CloudFront API Gateway AppSync In this article, we will check how to apply WAF to API Gateway. For details on how to apply WAF to AL...