You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
June 2019: Check out Amazon EC2 Instance Connect as a replacement for this project
However there's one component I don't see here - the bulk import of IAM users into local users onto the AWS linux instance.
Is there some other mechanism that is intended to handle that function, or is this package intended solely to provide access using a single user ID, ie: ubuntu or ec2-user depending on your linux variant?
The text was updated successfully, but these errors were encountered:
Hi @bedge - EC2 Instance Connect has a different approach to SSH than aws-ec2-ssh. It looks like that package's goal is to automatically copy over IAM users along with their associated public key(s), and use those public keys to SSH onto the users on the instance matching the IAM users.
EC2 Instance Connect (EIC) on the instance is not intended to create users on the instance to match IAM users. You can provide access to other users than the default depending on the OS variant, but you must create those users on your own first - EIC has no relation to what users are created and configured on the instance.
This package is linked from https://github.com/widdix/aws-ec2-ssh as a replacement:
However there's one component I don't see here - the bulk import of IAM users into local users onto the AWS linux instance.
Is there some other mechanism that is intended to handle that function, or is this package intended solely to provide access using a single user ID, ie:
ubuntu
orec2-user
depending on your linux variant?The text was updated successfully, but these errors were encountered: