1 Answer
- Newest
- Most votes
- Most comments
0
Hi
According to this link,
https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-how-it-works-linux-rules.html
The AWS Systems Patch Manager will use one of these equivalent commands to patch Amazon Linux 2 depending on the security option:
sudo yum update-minimal --sec-severity=critical,important --bugfix
sudo yum update --security --bugfix
These commands will require Internet access to patch your EC2 Instance.
Hope this helps,
-randy
answered 4 years ago
Relevant content
- asked 4 months ago
- asked 8 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago