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

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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)