SSM - AWS Systems Manager

AWS Certified DevOps Engineer Notes

SSM - AWS Systems Manager

SSM Features

How Systems Manager Works?

AWS Tags and Resource Groups

AWS SSM Documents

schemaVersion: "2.2"
description: "Hello World"
parameters: 
    parameters: 
        type: "String"
        description: "Some text to print"
        default: "none"
mainSteps: 
    - 
        action: "aws:runShellScript"
        name: "runShellScript"
        inputs: 
            workingDirectory: ""
            runCommand:
            - "echo 'hello world'"
            - "echo "

SSM Run Command

SSM Automation

SSM Parameter Store

SSM Parameter Store Hierarchy

SSM Parameter Tiers

SSM Parameters Policies for Advanced Parameters

SSM Parameter Store CLI

SSM Patch Manager

Maintenance Windows

SSM Inventory

SSM Session Manager

SSM Default Host Management Configuration (DHMC)

SSM Hybrid Environments (Hybrid Activations)

IoT Greengrass Instance Activation

SSM Automations - Use Cases

SSM Compliance

SSM OpsCenter