SSM Document_EN– tag –
-
Scaling based on custom metrics (memory) – Linux
【Configuration of EC2 Auto Scaling to scale based on custom metrics】 The following page introduced a configuration that scales based on predefined metrics. https://awstut.com/en/2022/02/28/four-predefined-metrics-for-ec2-auto-scaling-t... -
Attaching multiple ACM certificates to ALB to support multiple domains
【SSL-enabled multi-domain configuration】 This topic is related to security and compliance, one of the AWS SOA questions, and confirms that multiple ACM certificates can be attached to the ELB. The goal is to create a configuration for ... -
On SSL between ALB and EC2 using Self-Signed Certificate
【Configuring SSL not only between Client and ALB, but also between ALB and EC2】 In the following page, we introduced a configuration that uses an ACM certificate to SSL the communication from the Internet to the ALB. https://awstut.com... -
Ansible on Private Subnet
【Configuring instances in private subnet to run AWS-ApplyAnsiblePlaybooks document】 In the following page, we have introduced four ways to initialize process on an EC2 instance (Amazon Linux 2). https://awstut.com/en/2021/12/11/four-wa... -
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... -
Deliver custom metrics periodically with SSM Run Command
【Configure SSM Run Command and PutMetricData API to deliver custom metrics periodically】 We will introduce a configuration that uses SSM Run Command to deliver custom metrics to CloudWatch on a regular basis. There are two ways to push... -
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... -
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... -
Attaching EBS to Linux Instance
【Four ways to attach EBS to EC2 instance】 We will check the configuration of attaching EBS (Elastic Block Store) to a Linux instance. EBS is block storage provided by AWS. Amazon EBS allows you to create storage volumes and attach them... -
Four ways to initialize Linux instance
【Four ways to initialize a Linux instance】 Consider how to perform the initialization process when an EC2 instance is started. We will cover the following four methods of initializing an EC2 instance at build time How to use user data ...