CloudFormation_EN– tag –
-
AWS_EN
Enable image scanning at ECR registry level
【Enable image scanning at ECR registry level】 One of the features provided by the ECR repository is image scanning. Amazon ECR image scanning helps in identifying software vulnerabilities in your container images. Image scanning In thi... -
AWS_EN
Delete ECR images using CloudFormation Custom Resources
【Delete ECR images using CloudFormation Custom Resources】 If you use CloudFormation to create an ECR and push an image to it, you may encounter an error during the CloudFormation stack.This is due to an attempt to delete the ECR with t... -
AWS_EN
Email notification via CloudWatch Alarm when ECS CPU usage exceeds threshold
【Email notification via SNS from CloudWatch Alarm when ECS (Fargate) CPU usage exceeds threshold values】 When a Fargate type ECS is created, CPU and memory usage are delivered to CloudWatch metrics by default.This time, we will use Clo... -
AWS_EN
Deleting NAT Gateway used only during initial build with CFN custom resource
【Delete resource (NAT gateway) used only for initial build with CFN custom resource】 For example, when creating an ECS, you need to be able to access the Internet if you want to pull images from Dockerhub.If the ECS cluster is set up o... -
AWS_EN
Initialize RDS DB with CFN Custom Resource
【Performing RDS DB initialization with CloudFormation Custom Resource】 When creating an RDS resource with CloudFormation, we also want to initialize the DB (create DBs and tables, add test records, etc.).In this case, we will initializ... -
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
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
Create and Delete S3 Object by CFN Custom Resource
【How to create/delete S3 objects during stack creation/deletion with CloudFormation custom resources】 CloudFormation custom resources can perform any action during stack operations (create, update, delete). In this case, we will use a ... -
AWS_EN
Introduction to CloudFormation Custom Resources
【Configuration to check behavior of CloudFormation Custom resources】 One of the features of CloudFormation is custom resources. Custom resources enable you to write custom provisioning logic in templates that AWS CloudFormation runs an...