1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
I have seen there are ways to use SSH over SSM via some temporary-copying public key to EC2 and logging in.
I often transfer files to EC2 this way.
Another method I have experienced in the past is to mount S3 from EC2 with "Mountpoint for Amazon S3" and have users upload files to S3.
With this method, there is no need for users to share or create SSH keys.
https://aws.amazon.com/jp/blogs/aws/mountpoint-for-amazon-s3-generally-available-and-ready-for-production-workloads/
Relevant content
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago

s3 mount is an interesting approach (not for this use-case specifically but i might have some use-cases for it. thanks).
for now, i am going with SSM over SSH and then copy my ssh key once to the instance. this doesn't work as a team-wide solution. but i guess that is somewhat by design.