-
SAA_EN
Using CloudFormation to configure security groups for NLB
【Using CloudFormation to configure security groups for NLB】 On 2023/08/10, it was announced that NLB will support security groups. https://aws.amazon.com/about-aws/whats-new/2023/08/network-load-balancer-supports-security-groups/?nc1=h... -
DVA_EN
Checking the behavior of .extensions in Elastic Beanstalk
【Checking the behavior of .extensions in Elastic Beanstalk】 We will review the configuration options for Elastic Beanstalk.According to the following page, there are four configuration options for Elastic Beanstalk. https://docs.aws.am... -
AWS_EN
Build Elastic Beanstalk ALB environment using CloudFormation
【Build Elastic Beanstalk ALB environment using CloudFormation】 In the following pages, we have introduced the minimum configuration for Elastic Beanstalk. https://awstut.com/en/2023/10/01/introduction-to-elastic-beanstalk-with-cloudfor... -
AWS_EN
Introduction to Elastic Beanstalk with CloudFormation
【Introduction to Elastic Beanstalk with CloudFormation】 Elastic Beanstalk will be covered. With Elastic Beanstalk, you can quickly deploy and manage applications in the AWS Cloud without having to learn about the infrastructure that ru... -
AWS_EN
Use CFNs WaitCondition to wait for the Lambda deploy package to build
【Use CFNs WaitCondition to wait for the Lambda deploy package to build】 Consider creating a Lambda function using CloudFormation. As described in the following pages, there are three patterns for creating functions. https://awstut.com/... -
SOA_EN
Encrypting an RDS DB instance – Step Functions version
【Encrypting an RDS DB instance - Step Functions version】 Consider how to encrypt an unencrypted RDS DB instance. The AWS official explanation is as follows You can only encrypt an Amazon RDS DB instance when you create it, not after th... -
AWS_EN
Loop in Step Functions until the condition is satisfied
【Loop in Step Functions until the condition is satisfied】 The following pages cover conditional branching (Choice) in Step Functions. https://awstut.com/en/2022/11/26/step-functions-conditional-branching-using-choice-state-en This time... -
AWS_EN
Mix on-demand/spot instances in EC2 Auto Scaling Group
【Mix on-demand/spot instances in EC2 Auto Scaling Group】 The following text describes techniques to lower AWS costs. AWSコスト最適化ガイドブック One of the methods introduced is spot instances. スポットインスタンスは、単体のAmazonEC2イ... -
SAA_EN
Three ways to start/stop EC2 instances periodically
【Three ways to start/stop EC2 instances periodically】 Consider how to start/stop EC2 instances periodically. The first is to use EventBridge to periodically invoke Lambda functions for instance start/stop. This method is called "Instan... -
AWS_EN
Aurora Serverless v2 creation using CloudFormation
【Aurora Serverless v2 creation using CloudFormation】 In the following pages, we have shown you how to create Aurora Serverless v1 using CloudFormation. https://awstut.com/en/2022/07/02/aurora-serverless-with-cfn-en It was announced tha...