Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.41 KB

README.md

File metadata and controls

51 lines (31 loc) · 2.41 KB

AWS DevOps Using CI/CD

Overview

🚀🛠️ AWS DevOps practices involve the integration of development and operations teams to streamline the software delivery process. Continuous Integration and Continuous Deployment (CI/CD) pipelines automate the building, testing, and deployment of applications, ensuring rapid and reliable delivery of software updates.

A-World

Check out the live preview of hosted Website

Resources

Workflow

Code Commit: Commit code changes to the version control repository.

Code Build: Code changes trigger automated builds using AWS CodeBuild, compiling code and running unit tests.

Code Review: Automated code reviews and quality checks are performed.

Deployment: Approved changes are automatically deployed to staging environments using AWS CodeDeploy.

Testing: Automated tests, including integration and end-to-end tests, are executed in the staging environment.

Approval: Manual approval is required before changes are deployed to production.

Production Deployment: Approved changes are deployed to the production environment using AWS CodeDeploy.

Document 📄

Project results and related documents

Contact

For inquiries or feedback, please contact Harsha G.

Contributing

🔩📝 Contributions are encouraged! There are various ways you can contribute to this project:

  • Report an Issue: Encountered a bug or have an idea for an improvement? Open an issue to discuss it.
  • Submit a Pull Request: Have code changes you'd like to propose? Submit a pull request for review.
  • Offer Feedback: Not a coder? No problem! Your feedback on usability and features is invaluable.

Let's collaborate to enhance this project together!