AWS_EN– category –
-
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 ... -
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... -
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... -
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... -
AWS_EN
Apply WAF Web ACL to AppSync
【Apply WAF Web ACL to AppSync】 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 AppSync. For details on how to apply WAF to ALB, pleas... -
AWS_EN
AppSync – Data Source: None
【Building AppSync without Data Source】 AppSync allows you to choose a data source from the following services Lambda DynamoDB OpenSearch None HTTP endpoint RDS This time, we will check how to build a none data source.For a basic explan... -
AWS_EN
Create REST API type API Gateway using CFN
【Create REST API type API Gateway using CloudFormation】 The following page covers the HTTP API type API Gateway. https://awstut.com/en/2021/12/11/serverless-apps-using-lambda-and-api-gateway In this article, we will check how to build ...