From the course: Getting Started with AWS Cloud Map
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Continuous integration and continuous deployment (CI/CD) - Amazon Web Services (AWS) Tutorial
From the course: Getting Started with AWS Cloud Map
Continuous integration and continuous deployment (CI/CD)
- [Instructor] Introduced in the early 2000s, CI/CD is an operational practice introducing continuous integration and continuous deployment into the software development process via automation. Before CI/CD, software development was based on the waterfall model in software engineering. You may ask, what is the waterfall model in SDLC? The software development lifecycle waterfall methodology is a linear, sequential model whereby each phase of the SDLC must be completed prior to the next stage in the software development lifecycle. In the waterfall model of SDLC, software development teams cannot return to a previous phase in the SDLC process. Hence, the waterfall model flows in one direction, such as a natural waterfall in nature. The waterfall model is considered an old and outdated approach to software development. With a new CI/CD approach, developers and product teams can now plan, code, build and test frequent and small software changes much faster than ever before. Developers and…