2

I know the basic overview of them, but what is the practical scenario for each of them?

As cfn-init used to bootstrap the servers and SSM helps to execute the commands via ssm documents.

Mark B
  • 183,023
  • 24
  • 297
  • 295
ExploringApple
  • 1,348
  • 2
  • 17
  • 30

1 Answers1

2

As you said, cfn-init is used to bootstrap a server when it is initially created.

The Amazon System Manager is used to maintain a server afterwards. System Manager can be used to ensure ongoing security patch compliance, install software updates, run ad-hoc commands, etc.

Mark B
  • 183,023
  • 24
  • 297
  • 295