Summary
In this chapter, we got our first taste of deploying cloud resources using the principle of IaC. The overall deployment process can be hugely accelerated using this principle. This process can be further improved and streamlined by introducing automation.
In the final chapter, Chapter 12, Continuous Integration and Deployment (CI/CD) of Data Pipelines, we will learn how to automate pipeline deployments. Using CI/CD is a hallmark practice of mature cloud deployments. CI/CD can dramatically accelerate code delivery while maintaining a high level of efficiency. In the next chapter, we will find out how to automate infrastructure deployment and code delivery using CI/CD.