|
|
|
|
|
by Osmium
4884 days ago
|
|
If you're at the stage where you're maintaining your own server anyway, it doesn't seem like too much to ask. Static websites are glorious. Much more secure, much faster to load, far fewer things that can go wrong. Cheaper, too, since they require fewer resources. And, as luck would have it, there's a perfect Hacker News thread to get one started: http://news.ycombinator.com/item?id=4857473 |
|
Then lock down your CMS at a secret, SSL-only URL.
It's about 2 lines of Ruby or PHP to ping CloudFront and request an invalidation when you change a page (which only happens rarely anyway.)
Secure, fast, dynamic, only goes down if CloudFront does.