50% found this document useful (2 votes)
438 views13 pages

Docker Teraform

Terraform is an infrastructure-as-code tool that allows users to define and provision infrastructure resources. The document discusses using both Docker and Terraform to provision infrastructure and deploy applications. It notes that Terraform can be used to define resources like compute instances, storage, and networking on cloud platforms, while Docker can be used to package and deploy applications on those resources. The speaker advocates using infrastructure-as-code tools like Terraform to reduce code and speed up development and deployment.

Uploaded by

meh3re
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
50% found this document useful (2 votes)
438 views13 pages

Docker Teraform

Terraform is an infrastructure-as-code tool that allows users to define and provision infrastructure resources. The document discusses using both Docker and Terraform to provision infrastructure and deploy applications. It notes that Terraform can be used to define resources like compute instances, storage, and networking on cloud platforms, while Docker can be used to package and deploy applications on those resources. The speaker advocates using infrastructure-as-code tools like Terraform to reduce code and speed up development and deployment.

Uploaded by

meh3re
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

TERRAFORM

With two infrastructure-as-code


tools: Docker and Terraform
I’m
Yevgeniy
Brikman

ybrikman.com
Co-founder of
Gruntwork

gruntwork.io
We offer DevOps
as a Service

gruntwork.io
And DevOps
as a Library

gruntwork.io
PAST LIVES
Author of
Hello,
Startup

hello-startup.net
And
Terraform:
Up & Running

terraformupandrunning.com
Slides and code from this talk:
ybrikman.com/speaking
Outline
1. Microservices
2. Docker
3. Terraform
4. ECS
5. Recap
Outline
1. Microservices
2. Docker
3. Terraform
4. ECS
5. Recap
Code is the enemy: the more you
have, the slower you go
Project Size Bug Density
Lines of code Bugs per thousand lines
of code

< 2K 0 – 25

2K – 6K 0 – 40

16K – 64K 0.5 – 50

64K – 512K 2 – 70

> 512K 4 – 100

You might also like