How to use Iconic with Amazon S3 and CloudFront

Iconic is an incredible icons system. But this not as simple as downloading it, uploading it on a S3 bucket, setting up a CloudFront and here “here you go!”.
Here’s how I setup all that stuff to make it works with as a CDN for this blog.

I will not dive into technical infos. You will find all you needs in the links at the end of this article. I recommand Gerard Vivancos’ article. It explain very well all you need to know.

Settings

S3 Bucket

Editing the CORS configuration in bucket's permissions panel

Original CORS configuration



*
GET
3000
Authorization

New configuration





GET
3000
Authorization


.alienlebarge.ch
GET
PUT
POST
DELETE
HEAD
3000
*

Setting CloudFront

CondFront control panel

Thanks

Thanks to the Iconic team for the wonderfull work and support !

Further reading