AWS_EN– category –
-
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... -
AWS_EN
Join Windows instance to AWS Managed Microsoft AD domain with SSM documentation
【Configure Windows instance to join AWS Managed Microsoft AD domain using SSM document AWS-JoinDirectoryServiceDomain】 AWS Managed Microsoft AD is a managed type directory service provided by AWS. AWS Directory Service lets you run Mic... -
AWS_EN
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... -
AWS_EN
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... -
AWS_EN
Deliver VPC Flow Logs to S3/CloudWatch Logs
【Configuration to obtain VPC Flow Logs】 Check the VPC Flow Logs. VPC Flow Logs is a service that allows you to obtain traffic information within a VPC. VPC Flow Logs is a feature that enables you to capture information about the IP tra... -
AWS_EN
Performance Verification of Cluster Placement Group
【Configure to verify performance of cluster placement group】 Here is a configuration to verify the performance of cluster placement group. A placement group is an option that allows you to specify the hardware on which the EC2 instance... -
AWS_EN
Authorization by Cognito ID Pool after Authentication by User Pool – Implicit Grant Ver
【Authorization by Cognito ID Pool after Authentication by User Pool - Implicit Grant Ver】 Use the Cognito user pool and identity pool to grant signed-in users access to AWS resources. Create a sign-in page using the hosted UI of the Co... -
AWS_EN
Create sign-in page in Cognito user pool
【Configure the hosted UI of the Cognito user pool to create a sign-in page】 Create a sign-in page using Cognito. Cognito is an authentication system service provided by AWS. Amazon Cognito provides authentication, authorization, and us...