Conclusion
Review the CI/CD tools that AWS offers.
We'll cover the following
Summary
CI and CD are two essential terminologies in today’s world of software development.
CI means continuous integration. It helps guarantee that there is a single source of truth and that all code changes are stored in a central repository for the team. It ensures code changes are appropriately tested before getting merged into the central codebase.
CD stands for continuous delivery/deployment. It is a practice of automatically deploying application revisions to target environments with or without manual approvals.
Overview of CI-CD tools on AWS
When applications are created, they can be deployed to target infrastructures (for example, an EC2 instance or an on-premise server) using the CI/CD tools that AWS offers.
Get hands-on with 1400+ tech skills courses.