Lambda_EN– tag –
-
SAA_EN
Store data in S3 bucket received by Kinesis Data Streams via Firehose
【Store data received by Kinesis Data Streams in S3 buckets via Firehose】 In the following pages, we have shown how data generated by Lambda functions can be received by Kinesis Data Streams and analyzed by Kinesis Data Analytics. https... -
AWS_EN
Connect to RDS from EC2 (Linux)/Lambda using IAM authentication
【Connect to RDS from EC2 (Linux)/Lambda using IAM authentication】 One of the features provided by RDS is IAM authentication. You can authenticate to your DB instance using AWS Identity and Access Management (IAM) database authenticatio... -
AWS_EN
Preparing Lambda Layer Package with CFN Custom Resources – General File Version
【Preparing Lambda Layer Package with CFN Custom Resources - General File Version】 In the following pages, we have shown you how to automatically create a Lambda layer package for Python. https://awstut.com/en/2022/07/18/preparing-lambd... -
DVA_EN
Create Web app using DynamoDB with ECS (Fargate)
【Create Web app using DynamoDB with ECS (Fargate)】 The following page shows how to attach an ECS (Fargate) in a private subnet to an ALB. https://awstut.com/en/2022/01/29/attach-fargate-in-private-subnet-to-elb-2 In the above page, we ... -
AWS_EN
Using Amazon ECS Exec to access ECS (Fargate) containers in private subnet
【Using Amazon ECS Exec to access ECS (Fargate) containers in private subnet】 Amazon ECS Exec allows access to running ECS containers. With Amazon ECS Exec, you can directly interact with containers without needing to first interact wit... -
AWS_EN
Automatically push test images to ECR using CFN custom resources and CodeBuild
【Automatically push test images to ECR using CFN custom resources and CodeBuild】 Consider automatically pushing test images to an ECR repository when creating a CloudFormation stack. In this article, we will show you how to achieve the... -
SOA_EN
AWS WAF String Inspection – Headers/QueryString/Body/Cookies
【AWS WAF String Inspection - Headers/QueryString/Body/Cookies】 One of the features provided by AWS WAF is string match rule statements. A string match statement indicates the string that you want AWS WAF to search for in a request, whe... -
AWS_EN
All patterns of server-side encryption of S3 buckets – SSE-S3/SSE-KMS/SSE-C
【All patterns of server-side encryption of S3 buckets - SSE-S3/SSE-KMS/SSE-C】 There are three patterns of server-side encryption for S3 buckets Server-side encryption with Amazon S3 managed keys (SSE-S3) Server-side encryption with AWS... -
AWS_EN
Use Secrets Manager to generate random password
【Use Secrets Manager to generate random password】 Secrets Manager can be used to generate random passwords. https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_secret.html In this page, we will generate a random pas... -
DVA_EN
Set threshold values for CloudWatch custom metrics and email notification via SNS
【Set threshold values for CloudWatch custom metrics and email notification via SNS】 The content is related to monitoring and troubleshooting, which is also part of the scope of the AWS DBA. In the following pages, we have shown how to ...