Skip to content

The deployment process of a full-stack application to AWS.

Notifications You must be signed in to change notification settings

uosyph/deployment-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49edac6 · Nov 13, 2022

History

25 Commits
Sep 22, 2022
Oct 8, 2022
Sep 20, 2022
Sep 22, 2022
Nov 13, 2022
Sep 20, 2022

Repository files navigation

AWS Deployment Process

Third Project for Advanced Full-Stack Web Development, NANODEGREE - Udacity.
Deploying a Full Stack Application to AWS
Using Elastic Beanstalk for The Backend, S3 for The Frontend, RDS for The Database
and CircleCI for The Continuous Integration & Continuous Delivery


Architecture

Architecture Diagram

Read More About Infrastructure of AWS Architecture: Infrastructure Description

Frontend

Endpoint: http://random-yousef-bucket.s3-website-us-east-1.amazonaws.com/

AWS Elastic Beanstalk

Backend

Endpoint: http://app-env.eba-bsgdyj6c.us-east-1.elasticbeanstalk.com/

AWS S3

Database

Endpoint: database-1.ca4icwlfv2pp.us-east-1.rds.amazonaws.com

AWS RDS

CircleCI

CircleCIStat

Read More About CircleCI and Pipeline Process: Pipeline Process

Built With

  • AWS
  • CircleCI

(Back to Top)