Skip to content

Commit 0a97bbb

Browse files
authored
Merge pull request MichaelCade#490 from AditModi/main
2 parents 915943d + 2bc21cd commit 0a97bbb

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

2024/day46.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# **AWS Systems Manager**
2+
3+
AWS Systems Manager is a powerful, fully managed service that simplifies operational tasks for AWS and on-premises resources. This centralized platform empowers DevOps professionals to automate operational processes, maintain compliance, and reduce operational costs effectively.
4+
5+
![image](https://github.com/AditModi/90DaysOfDevOps/assets/48589838/cbb2acaf-fa66-4c75-883d-e980c951e90c)
6+
7+
8+
## **Key Features of AWS Systems Manager**
9+
10+
- Automation: Automate tasks like patch management, OS and application deployments, AMI creation, and more.
11+
- Configuration Management: Utilize tools such as run commands, state manager, inventory, and maintenance windows to configure and manage instances.
12+
- Unified Operational Data: Gain a comprehensive view of operational data across your entire infrastructure, including EC2 instances, on-premises servers, and AWS services. This unified view enhances issue identification, speeds up problem resolution, and minimizes downtime.
13+
14+
## **Getting Started with AWS Systems Manager**
15+
16+
![image](https://github.com/AditModi/90DaysOfDevOps/assets/48589838/202dd720-a360-40f5-a5cc-95e18c2e043f)
17+
18+
### **Step 1: Navigate to the AWS Systems Manager Console**
19+
20+
- AWS Account: Ensure you have an AWS account.
21+
- Create Instances: Set up two Windows servers and two Linux servers (utilizing the free tier).
22+
- Access the Console: Navigate to the AWS Systems Manager console and click the "Get Started" button, selecting your preferred region (e.g., us-east-1).
23+
24+
### **Step 2: Choose a Configuration Type**
25+
26+
- Configuration Setup: Configure AWS Systems Manager based on your needs. Options include quick setup common tasks or creating a custom setup.
27+
- Example: Patch Manager: In this scenario, we'll choose "Patch Manager." Explore additional scenarios in the resources provided below.
28+
29+
### **Step 3: Specify Configuration Options**
30+
31+
- Parameter Selection: Each configuration type has unique parameters. Follow the instructions based on your chosen setup.
32+
- Resource Group Creation: Create a resource group to organize and manage your resources efficiently.
33+
34+
### **Step 4: Deploy, Review, and Manage Your Resources**
35+
36+
- Resource Management: Once the resource group is created, you can manage resources seamlessly from the AWS Systems Manager console.
37+
- Automation Workflows: Create automation workflows, run patch management, and perform various operations on your resources.
38+
39+
## **Additional Resources**
40+
41+
- [AWS Systems Manager Introduction](https://aws.amazon.com/systems-manager/)
42+
- [Patch and Manage Your AWS Instances in Minutes with AWS Systems Manager from LearnCantrill](https://www.youtube.com/watch?v=B2MecqC5nJA)
43+
- [Getting Started with AWS Systems Manager](https://console.aws.amazon.com/systems-manager/home)

0 commit comments

Comments
 (0)