AWS -SSM - Command Execution
The ssm-user account is not removed from the system when SSM Agent is uninstalled
SSM Agent is preinstalled, by default, on the following Amazon Machine Images (AMIs):
Commands:
aws ssm describe-instance-information --profile stolencreds --region eu-west-1
aws ssm send-command --instance-ids "INSTANCE-ID-HERE" --document-name "AWS-RunShellScript"
aws ssm list-command-invocations --command-id "COMMAND-ID-HERE" --details --queryEg:
Last updated