Skip to content

Migrating and Developing a Full-Stack Application to the Cloud with AWS

Notifications You must be signed in to change notification settings

CHenshaw010/AWS-Cloud-Migration-and-Development

Repository files navigation

Migrating and Developing a Full-Stack Application to the Cloud with AWS

Summary

This application demonstrates the process of migrating a full-stack MongoDB, Express, Angular, and Node.js (MEAN) application to the cloud with Amazon Web Services (AWS). To do so, we utilized Simple Storage Service (S3) for the nearly limitless storage and retrieval of data, Lambda and Application Programming Interface (API) Gateway for highly configurable APIs, and DynamoDB for database operations. The API utilized many Hypertext Transfer Protocol (HTTP) methods such as GET, POST, PUT, and DELETE to perform the CRUD operations on the DynamoDB database and to connect the frontend interface with the backend logic. Furthermore, AWS Identity and Access Management (IAM) roles and policies were thoroughly utilized to define permissible actions and comprehensively secure the application.

Cloud Migration and Development Presentation

AWS Cloud Development

Cloud Endpoint

S3

Important Note

Due to the nature of cloud services and the security features that create unique IDs, it would be both redundant and a security risk to post any of the AWS code to GitHub. This is why only the Docker files, Docker Compose files, and cloud development presentations are available.