From the course: DevOps Foundations
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Automating infrastructure, containers, and platforms
From the course: DevOps Foundations
Automating infrastructure, containers, and platforms
- Let's continue our survey of how DevOps has brought infrastructure-as-code to the domains of infrastructure provisioning, application deployment, and service orchestration. - The rise of cloud computing in the 2010s provided people with the ability to actually create servers, storage and network from code instead of just configuring the operating system on top of a manually installed device. - This made room for model driven provisioning, where a declarative model of your base systems can be used to create the systems. - [Presenter] Yeah, for example, Amazon Web Services has CloudFormation templates that you can use to define all kinds of cloud assets and then instantiate them automatically. Here you can see an example CloudFormation template indicating how it wants a server configured. You feed this into the cloud and it makes the server to the specification. - The appetite for even more sophisticated code solutions drove innovation. Custom infrastructure as code solutions like…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
What is infrastructure as code?4m 18s
-
(Locked)
DevOps applications of infrastructure as code4m 28s
-
(Locked)
Configuration management: From golden image to foil ball5m 15s
-
(Locked)
Automating infrastructure, containers, and platforms4m 15s
-
(Locked)
Your DevOps infrastructure as code toolchain5m 41s
-
(Locked)
-
-
-
-