Have you ever been terrorized by your manager saying, we need to add new nodes in cluster added or we need a parallel setup build in few hours??? The first thought that might come to your mind either to leave the job at the moment or wish you had a jennie who could create it on a click of a button.
Not sure about the job change but now you have that jennie, Terraform from terraform.io is nothing but that jennie. It is a tool by which you can replicate that infrastructure by a click. Not only the softwares in a node or two but whole infra with subnets, NACL, VMs, softwares in them and everything.
Its a tool by which you can create infra in number of clouds setups, external and internals as well as non cloud setups too. There is an example of it in my github to create infra on AWS, below is the details of my infra.
You will create a VPN with two private and one public subnet, all of them in two NACLs. A jump box with its security group and a private instance with docker enabled in it. Appropriate NAT setup and route tables. The setup instances and any instance in VPN can communicate to external systems and with each other. However any instance in private subnet will not be accessible directly from outer systems.
Also checkout below links for more in depth information.
terraform docs
Terraform script for infra
AWS docs
Not sure about the job change but now you have that jennie, Terraform from terraform.io is nothing but that jennie. It is a tool by which you can replicate that infrastructure by a click. Not only the softwares in a node or two but whole infra with subnets, NACL, VMs, softwares in them and everything.
Its a tool by which you can create infra in number of clouds setups, external and internals as well as non cloud setups too. There is an example of it in my github to create infra on AWS, below is the details of my infra.
terraform docs
Terraform script for infra
AWS docs
Comments
Post a Comment