EmmanuelManana / AWS-static-Website

Project 1 - Deploy Static Website on AWS The cloud is perfect for hosting static websites that only include HTML, CSS, and JavaScript files that require no server-side processing. In this project, you will deploy a static website to AWS. First, you will create an S3 bucket, configure the bucket for website hosting, and secure it using IAM policies. Next, you will upload the website files to your bucket and speed up content delivery using AWS’s content distribution network service, CloudFront. Lastly, you will access your website in a browser using the unique S3 endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Static Website on AWS

Screenshots showing steps for Deploying Static Website on AWS.

The following activities has been performed:

  1. All website files are added to the S3 bucket.
  2. The bucket configuration is set up to support static website hosting.
  3. The S3 bucket is configured to support static website hosting.
  4. The permission access to the bucket is configured to allow public access.
  5. The S3 bucket has an IAM bucket policy that makes the bucket contents publicly accessible.

Website Distribution:

The website is distributed via Cloudfront. CloudFront has been configured to retrieve and distribute website files.

Site Url:

Qasim's Travelog

CloudFront Distribution:

Qasim's Travelog

About

Project 1 - Deploy Static Website on AWS The cloud is perfect for hosting static websites that only include HTML, CSS, and JavaScript files that require no server-side processing. In this project, you will deploy a static website to AWS. First, you will create an S3 bucket, configure the bucket for website hosting, and secure it using IAM policies. Next, you will upload the website files to your bucket and speed up content delivery using AWS’s content distribution network service, CloudFront. Lastly, you will access your website in a browser using the unique S3 endpoint.


Languages

Language:CSS 56.7%Language:HTML 43.3%