NAT Gateway_EN– tag –
-
DVA_EN
Elastic Beanstalk deployment policy: Rolling with an additional batch
【Elastic Beanstalk deployment policy: Rolling with an additional batch】 Elastic Beanstalk offers a variety of deployment policies. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html This ... -
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... -
SOA_EN
Use S3 bucket policy to allow or deny access on an address basis – aws:SourceIp
【Use S3 bucket policy to allow or deny access on an address basis - aws:SourceIp】 In the S3 bucket policy, consider setting access restrictions based on global addresses. In this case, the IP address condition operators (IpAddress, Not... -
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
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... -
SAA_EN
Two ways to access DynamoDB from private subnets
【Two ways to access DynamoDB from private subnets】 There are two ways to access DynamoDB from an EC2 instance in private subnets. NAT Gateway VPC Endpoint (Gateway type) This page will review how to access DynamoDB tables via the above... -
DVA_EN
Two ways to simulate IAM policies – IAM Policy Simulator / –dryrun
【Step FunctionsのMapステートを使用した反復処理】 Mapステートを使用すると、反復処理を行うことができます。 Mapステートを使用して、データセット内の各項目に対して一連のワークフローステップを実行します。Mapステートの反復処理はparallel 実行さ... -
SAA_EN
3 ways to access S3 from private subnet
【3 ways to access S3 from private subnet】 There are three ways to access S3 buckets from an EC2 instance in a private subnet. NAT Gateway VPC Endpoint (Gateway Type) VPC Endpoint (interface type) This page will review how to access S3 ... -
SAA_EN
Accessing DynamoDB Accelerator (DAX) with EC2/Lambda
【Accessing DynamoDB Accelerator (DAX) with EC2/Lambda】 This is one of the AWS SAA topics related to designing a high-performance architecture. DynamoDB Accelerator (DAX) is a caching service for DynamoDB. Amazon DynamoDB Accelerator (D... -
AWS_EN
3-Tier Architecture with Apache/Python(uWSGI)/RDS(Aurora)
【3-Tier Architecture with Apache/Python(uWSGI)/RDS(Aurora)】 Consider building a simple web application. The application will have the following 3-tier structure Web tier: ALB and Web server (Auto Scaling) Application tier: NLB and appl...