SSM Document_EN– tag –
-
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/... -
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... -
SOA_EN
Configure remediation actions when non-compliant resources are detected by AWS Config
【Configure remediation actions when non-compliant resources are detected by AWS Config】 One of the topics covered in AWS SOA is monitoring, logging, and remediation. AWS Config allows you to define remediation actions. AWS Config allow... -
AWS_EN
Try EBS Multi-Attach
【Try EBS Multi-Attach】 One EBS can be attached to multiple EC2 instances if certain conditions are met. In this article, we will examine EBS multi-attachment. First of all, please note that this verification did not yield any meaningfu... -
AWS_EN
Separate Web and App Servers Using Internal NLB – Apache Ver.
【Separate Web and App Servers Using Internal NLB】 Create a web service in Apache and Python. Separate the web servers from the application servers and place an internal NLB between the two servers to see how they can work together. 【E... -
SOA_EN
Install EFS Client According to Best Practices
【Install amazon-efs-utils using SSM Distributor AmazoneFsutils】 This is one of the AWS SOA topics related to deployment, provisioning, and automation. The following page provides a basic configuration of EFS. https://awstut.com/en/2022... -
SAA_EN
Introduction to EFS with CFN
【Introduction to EFS with CloudFormation】 This page is about designing a high-performance architecture, which is one of the topics of AWS SAA. EFS is a type of storage service offered by AWS. Amazon Elastic File System (Amazon EFS) is ... -
AWS_EN
Create apt Repository in S3 and access from private subnet
【Accessing home-made apt Repository on S3 from Ubuntu in private subnet】 The following page shows how to create a yum repository on S3. https://awstut.com/en/2022/03/19/create-yum-repository-in-s3-and-access-from-private-subnet This ti... -
AWS_EN
Create yum Repository in S3 and Access from Private Subnet
【Accessing original yum repository on S3 from Amazon Linux 2 in a private subnet】 For Amazon Linux (2), yum can be run from a private subnet by referencing an Amazon Linux repositories built on an S3 bucket. Amazon Linux repositories a...