Giter Site home page Giter Site logo

deploy-static-website-on-aws's Introduction

Deploy Static Website on AWS

Udacity Cloud DevOps Engineer Nanodegree Program - Project 1

Project Overview

The cloud is perfect for hosting static websites that only include HTML, CSS, and JavaScript files that require no server-side processing. The whole project has two major intentions to implement:

  • Hosting a static website on S3 and.
  • Accessing the cached website pages using CloudFront content delivery network (CDN) service. Recall that CloudFront offers low latency and high transfer speeds during website rendering.

Note that Static website hosting essentially requires a public bucket, whereas the CloudFront can work with public and private buckets.

In this project, you will deploy a static website to AWS by performing the following steps:

  1. You will create a public S3 bucket and upload the website files to your bucket.
  2. You will configure the bucket for website hosting and secure it using IAM policies.
  3. You will speed up content delivery using AWS’s content distribution network service, CloudFront.
  4. You will access your website in a browser using the unique CloudFront endpoint.

Prerequisites

Topics Covered

  • S3 bucket creation.
  • S3 bucket configuration.
  • Website distribution via CloudFront.
  • Access website via web browser.

Dependencies

Cloud Services:

  • Amazon Web Services S3 - Resource hosting and deployments.
  • AWS CloudFront - CDN for SPA.
  • AWS EKS - Backend API.
  • AWS DynamoDB - Persistent Datastore.
  • AWS Cognito - User Authentication.

Performance Tracking and DevOps Tools:

  • AWS CloudWatch - Performance and Health checks.
  • Sentry - Bug Reporting.
    • Alternates:
    • TBD.
  • Google Analytics - Usage Reporting.
    • Alternates:
    • Mixpanel.
  • Travis (CI/CD).

Frameworks:

  • Ionic (Javascript) (Frontend).
  • Node.js (Javascript) (Backend).

deploy-static-website-on-aws's People

Contributors

senavs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.