Bash how to remove centos packages without manual intervention, uninstall SSM agent in amazon linux 2
I am spinning up and EC2 instance and I am s setting up data users where I am trying to remove ssm agent as below: sudo yum erase amazon-ssm-agent –y But the problem in the above code is, even though…