Disclaimer: I'm only decent with EC2 and Unix commands / Linux administration.
Question: How do you give ec2-user the same permissions as root? I'm tired of sudoing.
Why?
I found out that you have to log in to EC2 as "ec2-user". OK, that's fine, except ec2-user doesn't have permissions for a lot of stuff, so I'm always sudoing to install stuff.
I also "su root" after giving root a password with pwd.
There's got to be a better way.
sudoto be a feature, not a bug. It's a reminder that the command you're executing can affect the system rather than just stuff in your own account. (Admittedly the distinction is a bit vague if you're the only use on the system.) – Keith Thompson Oct 29 '11 at 22:18