I use AWS Systems Manager primarily for infrastructure management and automation. One of its key benefits is managing patches and updates for our EC2 instances, including both Windows and Linux workloads. It can perform compliance checks on all managed workloads, identifying which systems aren't compliant or haven't been patched.
Runbooks are a significant feature, enabling the automation of various tasks. For example, I can use a runbook to automate this process if I need to configure DNS on a hundred servers.
Parameter Store is crucial for securely storing sensitive data like database credentials. It provides an extra layer of isolation and encryption for information we don't want visible in clear text.
The inventory feature is useful because it records all applications installed on workloads managed by the AWS Systems Manager.
What I like the most about the tool is the Session Manager. It's easy to log in, connect to your instance, and start working on them. You don't have to go through the legacy SSH on port 22, which is also a security improvement.
The tool isn't a standard product. When I say it's not a standard product or suite, it's more like a value-added service. Without AWS Systems Manager, your infrastructure would still survive, but you'd have to manage your systems manually. For example, if you want to work on a hundred virtual machines without AWS Systems Manager, you'd have to perform the same task on those hundred machines a hundred times. But using Runbook, you can write one script, use predefined scripts, configure once, and push to a hundred systems.
If you ask me if you need experience to work with the solution, I'd say yes. You need to understand what you want to do with it, and you also need to understand the systems you're working on. For instance, if you want to work on a Linux machine using AWS Systems Manager, there are two parts to it. You have to understand what you want to do with it, which is relatively easy as it's a user-friendly system. Then, the bigger and more important part is understanding the Linux machine. So there are two pieces: understanding what you want to do in Linux and understanding AWS Systems Manager. If that's the right word, it's a sort of coexistence or cross-pollination.