All Notes
AWS
AWS
  • AIM
  • General Stuff about AWS
  • AWS Global Infrastructure
  • Interacting with AWS
  • AWS Identity and Access Management
    • AWS Organizations
    • Users
    • Policies and Permissions
    • Groups and Roles
    • Federation
    • Access Control (via available tools)
    • AWS Cognito
    • AWS IAM Identity Center
  • Networking and Content Delivery in AWS
    • AWS VPC
    • AWS Route 53
    • Elastic Load Balancing
    • AWS CloudFront
    • Amazon API Gateway
  • AWS Storage Services
    • Amazon EBS
    • Amazon EFS
    • Amazon FSx
    • S3
    • AWS Databases Services
      • Amazon RDS
      • Amazon DymanoDB
      • Amazon Elasticache
      • Amazon RedShift
      • Amazon DocumentDB
  • AWS Compute Services
    • EC2
    • Elastic BeanStalk
    • AWS Lambda
    • Container Services
      • ECR and ECS
      • EKS
      • AppRunner
  • Other AWS Services
    • CloudFormation
    • AWS Key Management Services (KMS)
    • AWS Secrets Manager
    • AWS Certificate Manager (ACM)
    • AWS Messaging Services
      • AWS SNS (Simple Notification Service)
      • AWS Simple Queue Service (SQS)
    • AWS Systems Manager
      • Application Management
      • Node Management
    • Logging and Monitoring
      • AWS CloudTrail
      • AWS CloudWatch
    • AWS Macie
    • AWS Inspector
    • AWS GuardDuty
Powered by GitBook
On this page
  1. Other AWS Services

AWS Systems Manager

Previously called as Simple Systems Manager

PreviousAWS Simple Queue Service (SQS)NextApplication Management

Last updated 6 months ago

Features

AWS Systems Manager is for management of AWS Resources. It groups our resources into Resource Groups. It analyse our workloads to gain insights to operational data and it can also let AWS users perform actions on resource groups

Systems Manager Automation enables you to run a sequence of workflows (e.g., AWS API calls, provisioning instances, creating buckets, and firing off Lambda functions) through the convenience of a single SSM Automation document. AWS Automation can helps to automate mundane or repetitive tasks for maintenance or deployment of cloud native or hybrid infrastructure. Via a series of steps/actions defined in either JSON or YAML, SSM Automation offers useful plugins to carry out commands/API calls

Chief use case is to achieve operational efficiency for the workload running in the cloud. Examples:

  • Automation - Creation of golden AMI Image.

  • Patch Management - For deploying specific patches to worklaods in the cloud.

  • Run Command - Can be used to execute commands onto all EC2 systems.

  • Parameter Store - Can be used to store secrets and other configuration data in hierarchical storage.

  • OpsCenter - Can be used to have centralized view to responds to alerts.

  • Session Manager - Can be used to connect to private EC2 machines replacing bastion hosts.

It has many sub services under Systems Manager: