This is a start on Terraform operations against AWS to fulfill the thought of Infrastructure as Code
The best thing is, you can provision your server using command in parallel, quick, elegant and happily. And beyond that, if you make this one in a predictable way, think for a while, how much money you can save… Oh, my gosh!
So it has most of the features I desired for a tool to provision a server:
- Infrastructure as Code
- Execution Plans
- Resource Graph
- Change Automation
So, basically I want a tool to provision a server in a reliable and simple way. Better with Dependency graph feature, which is essentially the DAG.
So here is Terraform. Let’s start.
