-
AWS_EN
Registering ALB to Route 53 and Accessing with Your Own Domain
【Configuration for Registering ALB to Route 53】 In the following page, we have introduced how to attach an EC2 instance in a private subnet to ALB. https://awstut.com/en/2021/12/11/attaching-instances-in-private-subnet-to-elb However, ... -
SAA_EN
Introduction to Kinesis Data Analytics – Real-time analysis of streaming data
【Real-time analysis of streaming data with Kinesis Data Analytics】 In this introduction to Kinesis Data Analytics, we will actually build and verify the configuration introduced in the AWS official website. 【Environment】 The streamin... -
DVA_EN
Introduction to DynamoDB – Building DB for Review Data
【Building Simple DB for Review Data with DynamoDB】 This is one of the AWS DVA topics related to development with AWS services.As an introduction to DynamoDB, we will create a simple database.We will design the database assuming it is f... -
SAA_EN
Data Linkage between Fargate Containers Using SQS
【Configuration of data linkage between Fargate containers using SQS】 This is related to high elasticity, which is one of the questions in the AWS SAA, and using SQS allows Fargate containers to work together while keeping the coupling ... -
AWS_EN
Introduction to SQS Data Linkage between Lambdas
【Configuring Data Linkage between Lambda using SQS】 By using SQS, you can link resources while keeping the coupling sparse. In this article, we will use SQS to link data between three Lambda functions and check the behavior of SQS. 【E... -
AWS_EN
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... -
AWS_EN
Attach Fargate in private subnet to ALB
【Configure Fargate containers in private subnet to attach to ALB】 I checked the following page for the three target types of ALB. https://awstut.com/en/2022/02/26/three-target-types-of-alb-2 Specifically, they are instance, ip, and lam... -
AWS_EN
Introduction to Fargate with CloudFormation
【Configuration for Getting Started with Fargate with CloudFormation】 AWS Fargate is a serverless service that allows you to run Docker containers.In this introduction to Fargate, I'll show you how to configure CloudFormation to run a c... -
SOA_EN
Create custom patch baseline in SSM Patch Manager (Windows)
【Configuration of SSM Patch Manager to create custom patch baselines and distribute patches to Windows instances】 System Manager (SSM) Patch Manager is a function that automates the application of patches to EC2 instances. This time, w... -
SOA_EN
Create a custom patch baseline with SSM Patch Manager (Linux)
【Configure SSM Patch Manager to create custom patch baselines and distribute patches】 System Manager (SSM) Patch Manager is a function that automates the application of patches to EC2 instances. This time, we will target an Amazon Linu...