janymuong / Cloud-DevOps-CI-CD-project

Cloud DevOps C3 Project: CI/CD Pipelines, Monitoring & Logging - 'Give Your Application Auto-Deploy Superpowers'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Give your Application Auto-Deploy Superpowers


Cloud DevOps Engineering

Premise and Objectives

  • Explain the fundamentals and benefits of CI/CD to achieve, build, and deploy automation for cloud-based software products.
  • Utilize Deployment Strategies to design and build CI/CD pipelines that support Continuous Delivery processes.
  • Utilize a configuration management tool to accomplish deployment to cloud-based servers.
  • Surface critical server errors for diagnosis using centralized structured logging.

Diagram of CI/CD Pipeline we will be building.

Instructions


Project Submission

submission

  • A text file named urls.txt including:

    1. Public URL to GitHub repository (not private) [URL01]
    2. Public URL for your S3 Bucket (aka, your green candidate front-end) [URL02]
    3. Public URL for your CloudFront distribution (aka, your blue production front-end) [URL03]
    4. Public URLs to deployed application back-end in AWS EC2 [URL04]
    5. Public URL to your Prometheus Server [URL05]
  • Your screenshots in JPG or PNG format, named using the screenshot number listed in the instructions. These screenshots should be included in your code repository in the root folder.

    1. Job failed because of compile errors. [SCREENSHOT01]
    2. Job failed because of unit tests. [SCREENSHOT02]
    3. Job that failed because of vulnerable packages. [SCREENSHOT03]
    4. An alert from one of your failed builds. [SCREENSHOT04]
    5. Appropriate job failure for infrastructure creation. [SCREENSHOT05]
    6. Appropriate job failure for the smoke test job. [SCREENSHOT06]
    7. Successful rollback after a failed smoke test. [SCREENSHOT07]
    8. Successful promotion job. [SCREENSHOT08]
    9. Successful cleanup job. [SCREENSHOT09]
    10. Only deploy on pushed to main branch. [SCREENSHOT10]
    11. Provide a screenshot of a graph of your EC2 instance including available memory, available disk space, and CPU usage. [SCREENSHOT11]
    12. Provide a screenshot of an alert that was sent by Prometheus/Alertmanager. [SCREENSHOT12]
  • Your presentation should be in PDF format named "presentation.pdf" and should be included in your code repository root folder.

Note Before you submit your project, please check your work against the project rubric. If you haven’t satisfied each criterion in the rubric, then revise your work so that you have met all the requirements.

Built With

Author

Jany Muong

License

License

About

Cloud DevOps C3 Project: CI/CD Pipelines, Monitoring & Logging - 'Give Your Application Auto-Deploy Superpowers'

License:Other


Languages

Language:TypeScript 62.9%Language:CSS 35.6%Language:JavaScript 1.3%Language:EJS 0.1%Language:Shell 0.1%