Skip to content

awsugmm/chatesat-cds-episode-3-S3-static

 
 

Repository files navigation

Demo Session - Chate Sat CDS Episode (3)

Event Partner with AWS User Group Myanmar - 18 August 2019

Event Description

event image

ချိတ်ဆက်က ကျင်းပမယ့် Capacity Development Series: Episode 3 အစီအစဉ်နှင့် အတူ လက်တွဲလုပ်မယ့် partnerကတော့ AWS Users Group Myanmar ပဲ ဖြစ်ပါတယ်။Amazon Web Services (AWS) ဆိုတာက

Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS)

အစရှိသော Cloud Models အမျိုးအစားများကို ထောက်ပံ့ပေးလျှက်ရှိသော Cloud Computing Provider တစ်ခုဖြစ်သည်။ ထို့အပြင် Public/Hybrid Cloud Deployment Models များကို Pay-as-you-Go Pricing ဖြင့်အသုံးပြုနိုင်သော Cloud Platform တစ်ခုဖြစ်ပါသည်။

နည်းပညာဆိုင်ရာပညာရှင်များစွာအတွက် မိမိသိရှိလိုရာ servicesများ၊ knowledgeများကို Userများ အချင်းချင်း ဆွေးနွေးနိုင်ရန်၊ အသစ်သစ်သော နည်းပညာများကို လေ့လာမျှဝေပေးရန် ချိတ်ဆက်က AWS Users Group Myanmar နှင့် ပူးပေါင်းပြီး ပြုလုပ်ပေးတာဖြစ်ပါတယ်။


Amazon S3 Static Webite Hosting - awsmm.space

Instructions Checklist

  • 📗 Name your S3 bucket

    Your desire website domain name is www.awsmm.space, then your S3 bucket name must be www.awsmm.space.

  • 📗 Upload your static website folder to your S3 bucket

       website-folder/  
       -> index.html 
       -> error.html
    

    S3 image

  • 📗 Activate your S3 bucket as static web hosting feature

    🚀 Click to S3 service in the AWS Console.

    🚀 Click into your bucket (www.awsmm.space).

    🚀 Click the “Properties”.

    🚀 Click the “Static website hosting” option.

    🚀 Select “Use this bucket to host a website”.

    🚀 Type “index.html” in the Index document box.

    🚀 Type “error.html” in the Error document box.

  • 📗 Set public web hosting permission for your S3 bucket

    🚀 Download S3 bucket policy

    🚀 Cick into your S3 bucket.

    🚀 Select the “Permissions” tab.

    🚀 Under “Public Access Settings” and click “Edit”.

    🚀 Change “Block public access to buckets and objects granted through new access control lists (ACLs)”, “Block public access to buckets and objects granted through new public bucket policies”, and “Block public and cross-account access to buckets and objects through any public bucket policies” to be uncheck(Allow) and click Save. Amazon S3 Block Public Access by default

    🚀 Put the downloaded policy snippet to your bucket policy section with your actual bucket name.

  • 📗 You can now access your website via s3 generated URL
    www.awsmm.space.s3-website-us-east-1.amazonaws.com

  • 📗 Add a CNAME record your website/bucket Url with Amazon Route53 domain panel

    🚀 Create a record (www)

    🚀 Record type is CNAME(Canonical name)

    🚀 www.awsmm.space << CNAME Record >> www.awsmm.space.s3-website-us-east-1.amazonaws.com

  • 📗 Now you can access your website with (www.awsmm.space)

  • ☁️ ☁️ ☁️ HAPPY Cloud Computing ☁️ ☁️ ☁️

About

ChateSat CDS Event Episode 3 - Event Partner with AWSUGMM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 74.8%
  • HTML 15.7%
  • JavaScript 9.4%
  • Dockerfile 0.1%