|
You are here |
rderik.com | ||
| | | | |
yaoyuyang.com
|
|
| | | | | IntroductionA few months ago, I deployed an AngularJS app called SeafoodCheck on an Amazon EC2 instance. It wasn't a trivial task and I had to go through var... | |
| | | | |
notes.rolandcrosby.com
|
|
| | | | | ||
| | | | |
ptimofeev.com
|
|
| | | | | A look at what Infrastructure as Code is and how it can be used in a practical exercise: spinning up a proxy server on Amazon AWS with Terraform. | |
| | | | |
philiplaine.com
|
|
| | | There are a bunch of blog posts and tutorials out there showing how to setup a static website on AWS. They all offer the same general solution with maybe some caveat. Route53 for DNS, CloudFront as a CDN to speed up content delivery, S3 to store the content, and ACM as a certificate provider. A good place to start off at when embarking on a new project is AWS own reference documentation. AWS static website project is a great example of this, and it will probably do a better job conveying the required information that I ever will. The only thing I think the example lacks is setting up it certificates for CloudFront. That was the source of most of my problems when setting up my static website, the very one you are on right now. There are many Stack Overflow qu... | ||