课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Why infrastructure as code is so important? - Amazon Web Services (AWS)教程
课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
Why infrastructure as code is so important?
- [Instructor] I know this is a serverless course, but you might be wonder why the second video of this course is about Infrastructure as Code. This is because Infrastructure as Code is one of the fundamental practices when working with serverless applications in production and at scale. Let's start answering the question, what is Infrastructure as Code? Infrastructure as Code involves using high-level programming language to control the infrastructure of IT systems. When your infrastructure can be treated as code, you can start applying the same techniques to the infrastructure that you apply to code, like testing, code reviews, automatic testing, and others. When the infrastructure is in the coded form, you can replicate it many times, minimizing the errors. All of these will improve the quality of your infrastructure. Infrastructure as Code means that you are not going to the console of your cloud provider and…