1 00:00:02,050 --> 00:00:07,630 ‫Welcome to the section on CICD. Now that we've seen how to properly deploy an application how about we 2 00:00:07,630 --> 00:00:13,420 ‫deploy applications automatically? What we want to do is push code and have the code magically deployed 3 00:00:13,720 --> 00:00:15,270 ‫in our production environments. 4 00:00:15,280 --> 00:00:16,550 ‫This is called CICD. 5 00:00:16,750 --> 00:00:20,590 ‫You may have heard of it you may have tried with other technologies but in this section we'll learn 6 00:00:20,590 --> 00:00:23,170 ‫how CICD is done on AWS. 7 00:00:23,170 --> 00:00:28,780 ‫I guarantee you after seeing this section you will not be able to do any of your work without CICD. It 8 00:00:28,780 --> 00:00:31,880 ‫is revolutionary and every developer should know this. 9 00:00:31,900 --> 00:00:34,900 ‫The exam will definitely ask you a lot of questions about CICD. 10 00:00:35,110 --> 00:00:35,880 ‫Let's get started.