Skip to content

vlevieux/Cloud-Computing-AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 

Repository files navigation

Cloud-Computing-AWS

This is a little project based on AWS and Cloud-Computing theory. It offers a website where users can upload image and see their modified image. It is based on Four-Tier Architecture described in The Practice of Cloud System Administration.

The main idea is to have static webserver which stores image into a S3, the image's status and the image's position into a database. Then a backend server runs post-processing on the image, adds the modified image in the S3, updates the database and send sms via SNS.

The communication between the frontend server and the backend server is done by SQS.

Achitecture

                ---- static webserver (Apache2)-        ----------- SQS ------------                     --- SNS
               /                                 \     /                           \                   /
Load-balancer ------ static webserver ------------ ---- database + database replica --- backend server 
               \                                 /     \                           /
                ---- static webserver -----------       ----------- S3 ------------

About

Some script using aws

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published