EC2(Linux)_EN– tag –
-
SOA_EN
Create SSM Automation runbook to share AMI with another account using CloudFormation
【Create SSM Automation runbook to share AMI with another account using CloudFormation】 One of the AWS SOA topics is related to deployment, provisioning, and automation. The created AMI can be shared with another account. Two methods ar... -
AWS_EN
Introduction to Creating SSM Automation Runbooks Using CloudFormation
【Introduction to Creating SSM Automation Runbooks Using CloudFormation】 Many SSM Automation runbooks are currently provided by default. https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook... -
AWS_EN
Create AMI using SSM Automation (one-time/scheduled)
【Create AMI using SSM Automation (one-time/scheduled)】 There are several ways to create an AMI. For example, the following page shows how to create one from the Management Console. https://docs.aws.amazon.com/toolkit-for-visual-studio/... -
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 ... -
AWS_EN
AWS-PatchAsgInstance to patch instances in the AutoScaling group in turn
【AWS-PatchAsgInstance to patch instances in the AutoScaling group in turn】 The following pages cover how to schedule the application of patches to EC2 instances using the Maintenance Window. https://awstut.com/en/2023/02/05/set-up-main... -
AWS_EN
Set up a Maintenance Window to schedule SSM Patch Manager
【Set up a Maintenance Window to schedule SSM Patch Manager】 The following pages discuss the patch baseline. https://awstut.com/en/2022/01/22/create-a-custom-patch-baseline-with-ssm-patch-manager-linux In this case, we will consider set... -
SAA_EN
Access NLB in another VPC via VPC Endpoint
【Access NLB in another VPC via VPC Endpoint】 One of the features provided by VPC endpoints is the VPC Endpoint Service (PrivateLink). You can create your own service powered by AWS PrivateLink, known as an endpoint service. You are the... -
AWS_EN
Multi-AZ DB Cluster RDS Using CFN
【Using CloudFormation to Create an RDS with a Multi-AZ DB Cluster Configuration】 The following page covers multi-AZ deployment. https://awstut.com/en/2023/01/05/rds-multi-az-deployment-using-cfn-en Multi-AZ DB clusters were released in... -
AWS_EN
RDS Read Replica using CFN
【Create RDS Read Replica using CloudFormation】 The following pages deal with the placement of Multi-AZ.a https://awstut.com/en/2023/01/05/rds-multi-az-deployment-using-cfn-en One of the features offered by RDS is read replica. Updates ... -
AWS_EN
RDS Multi-AZ deployment using CFN
【Using CloudFormation to create RDS with Multi-AZ deployment】 One of the features provided by RDS is multi-AZ deployment. In an Amazon RDS Multi-AZ deployment, Amazon RDS automatically creates a primary database (DB) instance and synch...