0
votes

My web application server on AWS ec2 instance.

And using MEAN stack.

I'd like to upload image to ec2 instance.(ex - /usr/local/web/images)

I can't found that how can i get the credentials.

There are just about AWS S3.

How can i upload image file to ec2 instance?

1
Use 'ssh' or 'scp' to upload the files to ec2 and the for that you'll have the key pair that you've got while creating instance. I didn't understand 'There are just about aws s3' mean in the context.Sumit Murari
@moderators why is this question downvoted ? User wasn't able to ask question properly, we should help him, instead of downvoting.Sumit Murari

1 Answers

0
votes

If you do file transfer repeatedly try, unison. It is bidirectional, kind of sync. Allows options to handle conflicts.