widdix / aws-ec2-ssh

Manage AWS EC2 SSH access with IAM

Home Page:https://cloudonaut.io/manage-aws-ec2-ssh-access-with-iam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control sudo access

obenziane2 opened this issue · comments

How would this control sudo access for non-admin users ?

it will not "control" sudo access. reading you can not allow certain useres to have sudo rights.
sudo access is granted here: https://netzpolitik.org/2017/datenschuetzer-raetseln-schafft-trump-datenschutz-abkommen-zwischen-usa-und-eu-ab/
we recommend to not allow any user to sudo on the bastion host.

commented

@michaelwittig This issue can be closed since pull request #13 disables sudo by default.