How to Configure SSL for Amazon S3 bucket

Syam kumar picture Syam kumar · Jun 26, 2012 · Viewed 157.2k times · Source

I am using an Amazon S3 bucket for uploading and downloading of data using my .NET application. Now my question is: I want to access my S3 bucket using SSL. Is it possible to implement SSL for an Amazon s3 bucket?

Answer

reach4thelasers picture reach4thelasers · Jun 26, 2012

You can access your files via SSL like this:

https://s3.amazonaws.com/bucket_name/images/logo.gif

If you use a custom domain for your bucket, you can use S3 and CloudFront together with your own SSL certificate (or generate a free one via Amazon Certificate Manager): http://aws.amazon.com/cloudfront/custom-ssl-domains/