CST489 Week 9
What project milestones did you accomplish this week? This week I successfully completed the AWS Cloud Practitioner course on Amazon as well as the Agile Project Management course . In addition to completing the coursework, I applied the AWS concepts I learned by deploying an older project to the cloud in order to test and reinforce my new skills. The site is currently being hosted at: http://54.177.87.154:3000/ For this project, I built and deployed the application using several AWS services. I created a Docker image of my project and stored it in Amazon ECR (Elastic Container Registry) . My ECS service pulls this image and runs the containerized application. The project’s data is stored in an Amazon RDS MySQL database , which handles the backend data storage. I also configured an S3 bucket to store static assets such as pet photos, CSS files, and JavaScript files. Additionally, I set up security groups to control network traffic and manage access to the different services. The g...