S3_EN– tag –
-
AWS_EN
Introduction to EC2 Auto Scaling – No Scaling Policy
【Introduction to EC2 Auto Scaling - No Scaling Policy】 EC2 Auto Scaling allows you to launch any number of EC2 instances to increase the availability of your applications. This time, as an introduction to EC2 Auto Scaling, we will not ... -
AWS_EN
Use CodePipeline to trigger CodeCommit pushes to push images to ECR
【Use CodePipeline to trigger CodeCommit pushes to push images to ECR】 Using CodePipeline, you can build a CI/CD configuration. In this example, we will configure a pipeline to build a Docker image with CodeBuild and push it to the ECR ... -
AWS_EN
Introduction to ElastiCache with CFN – Redis(Cluster Disabled)
【Introduction to ElastiCache (Redis Cluster Disabled) with CloudFormation】 ElastiCache is an in-memory caching service provided by AWS. In this introduction, we will create ElastiCache for Redis (cluster disabled). 【Environment】 We w... -
AWS_EN
Preparing Lambda Layer Package with CFN Custom Resources – Python Version
【Automatically create and deploy Lambda layer package for Python using CloudFormation custom resources】 The following page covers how to create a Lambda layer. https://awstut.com/en/2022/04/29/create-lambda-layers-using-cloudformation-... -
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 ... -
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... -
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
S3 content delivery via CloudFront – OAI ver
【Restricting access to origin with OAI when delivering S3 content from CloudFront】 The following page shows how to restrict access to origin by using the Referer header when delivering S3 bucket content from CloudFront. https://awstut....