Advertisement
ChrisLAS

Mathew has a neat use for Terraform

Apr 10th, 2018
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Hey Chris and Wes!
  2.  
  3. I was listening to your last episode about Terraform and really enjoyed it. When Wes asked for success stories of modules I knew I had to write in. I work for MongoDB (the company) maintaining our packaging code for MongoDB (the database) as well as running the infrastructure for our CI system Evergreen (https://evergreen.mongodb.com) (which is open source: https://github.com/evergreen-ci/evergreen).
  4.  
  5. We run Evergreen in AWS and because of some old Linux distros we have to support we're very strict about how we do security. Additionally, testing MongoDB sometimes requires spinning up multiple server so we have to give fairly permissive creds to our developers for a build. AWS enables a lot of nice network level security and other account level features for enabling people to do this in a sane way however it's a pain to set up by hand. So we used Terraform and lots of our own (and community) modules to do it. As a matter of fact (plug, plug, plug) I'm in the process of Open Sourcing these Terraform modules and giving a talk about how we secure our CI system and automate it with Terraform at Linux Fest Northwest: https://lfnw.org/conferences/lfnw18/program/proposals/34
  6.  
  7. Thanks for making an awesome show, I love the new format,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement