Upgrade to Pro — share decks privately, control downloads, hide ads and more …

netlify-meetup-tokyo-1-shogomuranushi.pdf

 netlify-meetup-tokyo-1-shogomuranushi.pdf

shogomuranushi

August 23, 2018
Tweet

More Decks by shogomuranushi

Other Decks in Programming

Transcript

  1. I think. 1st If you just want to hosting a

    static site simply, Amazon S3. Amazon S3 is… Object Storage. High scalability, High availability, High security, Low cost. Very simple web hosting service. S3
  2. I think. 2nd If requires HTTPS to Amazon S3, you

    also need CloudFront. CloudFront is… CDN ( Contents Delivery Network ). That is not simple. It takes time for each change. S3 CF
  3. I think. 3rd If requires SSL, you also need ACM.

    ACM is… Amazon Certificate Manager. Free SSL certificate, Automatic update. But… S3 CF ACM
  4. I think. 4th If require ACM, email authentication is also

    need and SES is needed.
 (Recently, DNS authentication can also be selected.) SES is… Simple Email Service. You can send and receive mail. But… S3 CF ACM SES
  5. I think. 5th If requires SES, you also need s3

    bucket to receive mail. Create s3 bucket to receive mail… S3 CF ACM SES S3
  6. This is not simple You need to know a little

    about AWS. You need to maintenance and troubleshooting it. You will be asked to change config.
  7. I do not want to do anything I do not

    want you to depend on me. My work increases as it depends. I searched for a simple way.
  8. I tried Netlify I opened an account. I completed Web

    hosting work in 
 10 minutes. It was very simple compared to AWS
  9. Good point, 1st Static web hosting and CDN High Performance

    High Availability High Scalability In case of Web server?