Systems Manager
- Create a Role for EC2 to systems manager.
- While create ec2 instance or after ec2 instance creation select the role.
- Navigate to Fleet Manager in Systems manager we should be able to see the nodes

* In custom images ssm agent can be installed Refer Here
* Watch class room recording
Exercise:
- Enable systems manager
- Create two ec2 instances (Amazon linux)
- Run a command on both machines to install nginx
#!/bin/bash
sudo apt update
sudo apt install -y nginx
- Create a user called as devops on both machines
- Uninstall git on both machines
