Differences between revisions 1 and 2
Revision 1 as of 2020-12-26 09:51:01
Size: 243
Editor: PieterSmit
Comment:
Revision 2 as of 2021-10-07 08:17:07
Size: 522
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:


== Conditions for AWS SSM to work on instance ==
 1. Must be running the SSM agent, e.g. use Amazon image with it pre-loaded
 2. The Instance must have a Instance Profile/Policy with "AmazonSSMManagedInstanceCore"
 3. The SSM endpoint must be reachable for the instance.

AWS/SSM-Systems-Manager

sudo /etc/init.d/docker start

  • docker ps

docker build -t ssm-agent-build-image .

docker run -it --rm --name ssm-agent-build-container -v pwd:/amazon-ssm-agent ssm-agent-build-image make build-release

Conditions for AWS SSM to work on instance

  1. Must be running the SSM agent, e.g. use Amazon image with it pre-loaded
  2. The Instance must have a Instance Profile/Policy with "AmazonSSMManagedInstanceCore"
  3. The SSM endpoint must be reachable for the instance.

AWS/SSM-Systems-Manager (last edited 2021-12-08 23:34:28 by PieterSmit)