This GitHub repository contains all the necessary files for the deployment and maintenance of the Udapeople application.
Presentation in PDF format to explain to stakeholders the fundamentals and benefits of CI/CD to achieve, build, and deploy automation for cloud-based software products.
The necessary CloudFormation templates that will be used throughout the deployment phase.
Directory that contains the Ansible playbooks and roles that will be used throughout the deployment phase. The playbooks and roles are used to deploy the application to AWS.
The CircleCI config.yml file that will use CI/CD to deploy the application to AWS.
This directory contains the files for the backend of the application.
This directory contains the files for the frontend of the application.
This directory contains the files for the Prometheus node exporter. This is used to monitor the application. It will be used to Surface critical server errors for diagnosis using centralized structured logging.
- Review the Presentation.pdf to understand the fundamentals and benefits of CI/CD for the Udapeople application.
- Update the cloudformation-scripts/ and ansible-playbooks-and-roles/ with the appropriate values for your deployment.
- Configure CircleCI for your application using the .circleci/config.yml file.
- Use the backend/, frontend/ and prometheus/ directories to build and deploy the application.
Note: Make sure you have the necessary permissions and configurations to access the AWS resources and CircleCI.