Skip to main content

All Questions

Tagged with
0 votes
2 answers
1k views

How to encypt files in transit to S3 from local macine

I have installed AWS CLI in a server in my on-prem server I am able to copy files via the cli S3 commands, how can i know if the files in transit to S3 are encrypted?. There is a SSL installed on the ...
Pramod's user avatar
  • 1
1 vote
0 answers
568 views

How to transcode AES encrypted files with AWS Elastic Transcoder

I want to upload my encrypted videos to S3 and use Elastic Transcoder to transcode them. This is what I'm currently doing and isn't working at all. I'm using openssl to encrypt my video files. The ...
Martijn's user avatar
  • 113
3 votes
1 answer
2k views

Encryption strategy for Amazon S3?

I'm running Windows and strongly considering using Amazon S3 to back up some of my more important data, but i'm having trouble coming up with a good encryption strategy. I'm a fan of Truecypt and use ...
Don's user avatar
  • 31
4 votes
4 answers
2k views

Can I rely on S3 to keep my data secure?

I want to back up sensitive personal data to S3 via an rsync-style interface. I'm currently using s3cmd - a great tool - but it doesn't yet support encrypted syncs. This means that while my data is ...
Jamie Hale's user avatar