SSM Parameter Store_EN– tag –
-
Define action in CodePipeline calls Lambda function to change desired number of Fargate tasks
【Define action in CodePipeline calls Lambda function to change desired number of Fargate tasks】 CodePipeline can be configured with a variety of actions, but this time we will consider calling a Lambda function within the pipeline. Thi... -
Use CodePipeline to build and deploy images to Fargate
【Use CodePipeline to build and deploy images to Fargate】 On the following page, we showed you how to configure a pipeline using CodePipeline to push images to ECR by linking CodeCommit and CodeBuild. https://awstut.com/en/2022/08/14/us... -
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 ... -
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-... -
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... -
Authorization by Cognito ID Pool after Authentication by User Pool – Authorization grant code ver
【Authorization by Cognito ID Pool after Authentication by User Pool - Authorization grant code ver】 In the following page, we have confirmed a configuration that uses Cognito user pool and identity pool, and OAuth flow grants the signe... -
Scaling based on custom metrics (memory) – Linux
【Configuration of EC2 Auto Scaling to scale based on custom metrics】 The following page introduced a configuration that scales based on predefined metrics. https://awstut.com/en/2022/02/28/four-predefined-metrics-for-ec2-auto-scaling-t... -
3 parterns to create Lambda with CloudFormation (S3/Inline/Container)
【Creating Lambda with CloudFormation】 When creating a Lambda with CloudFormation, there are three main patterns as follows. Uploading the code to an S3 bucket Writing the code inline Preparing a container image In this article, we will... -
Install CloudWatch Agent on Windows and collect data
【Install CloudWatch Agent on Windows instance and configure to collect logs and metrics】 The CloudWatch Agent can be used to collect logs and metrics. Collect internal system-level metrics from Amazon EC2 instances across operating sys... -
Install CloudWatch Agent on Linux and collect data
【Install CloudWatch Agent on Linux instance and configure to collect logs and metrics】 The CloudWatch Agent can be used to collect logs and metrics. Collect internal system-level metrics from Amazon EC2 instances across operating syste...