Giter Site home page Giter Site logo

cloudbox's Introduction

cloudBox

Cloud Drive to store and retrieve files backed by AWS.

Introduction

University Name: http://www.sjsu.edu/ Course: Cloud Technologies Professor: Sanjay Garje

Cloud Box, is a web application hosted on AWS cloud which intends to provide Authorized users a portal to securely maintain their files on cloud. The project illustrates the use of various AWS cloud components in developing a 3 Tier Web Application. The application manages various components to provide a highly available, scalable, cost effective solution to securely back up data on to Amazon S3. Cloud Box application leverages AWS auto scaling functionality to provide seamless experience during peak load times. The application also monitors the health of the EC2 associated with auto scale group using Cloud Watch, AWS Lambda and SNS. Users can perform the following activities on the portal.

Integrated CI/CD for continuous integration and Deployment using Code Pipeline and Jenkins.

Upload file to S3

Download Files from S3 via Cloud Front

Delete Files on S3

Edit the already uploaded files. 

All the above operations are securely handled using AWS VPC and S3 Transfer Acceleration. 

IAM users with appropriate roles are in place to ensure a secure cloud experience.

Admin has access to delete files of any users.

AWS Components Leveraged

EC2: Create an EC2 instance with all project artifacts and use that to obtain an AMI for the AutoScale Group deployment.

AutoScaling Group: To achieve high-available and scalable solution configure auto scale group with a desired instance of 1 and max instance of 2. This is configurable based on requirement and traffic the website attracts.

Classic Load Balancer: Load Balancer point to autoscale group so that it handles optimal load on all the EC2 instances associated with the group.

S3: Used to upload and maintain user files.

S3 Transfer Acceleration: S3 bucket is enabled with Transfer Acceleration to enable faster and secure transfer of files to S3.

Standard Infrequent Access (IA): Lifecycle policies are updated on S3 to move files to IA after 75 days.

Amazon Glacier: Lifecycle policies are enabled on S3 bucket to move files to Amazon Glacier after 365 days.

cloudbox's People

Contributors

ptndoss 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.