mhmdahmedfathi / StaticAWSwebsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StaticAWSwebsite

steps to Deploy static website to AWS:

  1. S3 Bucket
  2. First is to create S3 bucket and make the bucket any name you want


  3. Files & Folders
  4. you can upload the files needed to start static website


  5. Policy
  6. You have to update policy of s3 object to make it allow to read from everywhare


  7. Configure S3 Bucket
  8. you have to make sure you allow static website hosting in order to keep in count that there are static website and enter the root file of your html here


  9. Cloud Front
  10. this is optional you can view your static website for the previous step,However. this step is to make html cached so if the website is in pressure it get the page from it


About