Deployed a Multi-Container application on an EC2 instance using Docker compose
- Created three docker files for the three tiers of the application and also a docker compose file.
- Created an ec2 instance and using User-Data in installed Docker,GIT and docker compose.
- Using Git clone i moved the files into the instance and ran docker compose-up for establishment .
Serverless Architecture Projects
- Created a serverless Architecture to display the current date and time as an SQS Body message every
time the the SQS IS Polled utilizing Boto 3.
Deployed an AWS Three Tier application using Terraform