How does Amazon ec2-user get its sudo rights
- by Johan
I am looking for where the default Amazon AMI linux image sets up the privileges for the default ec2-user account.
After logging in with this account I can use sudo successfully. Checking via the sudoers file, which I open by running visudo (with no other options) I see a few default settings and permissions for root ALL ALL
So ... Where is the…