elladev.hashnode.devTerraform Best PracticesThis is a summary of all the best practices I picked up while working with Terraform IAC tool. Do have a prior good understanding of the infrastructure to be created using terraform. Use of terraform modules, they allow code reusability for differen...Jun 29, 2022·1 min read
elladev.hashnode.devCreating an AWS infrastructure using Jenkins, Terraform and AnsibleUsing Jenkins CI/CD Pipeline to create AWS Infrastructure with Terraform and Ansible This was one of the projects I implemented from the Darey.io platform. Implemented the below infrastructure using the 3 tools: Jenkins - I used it as CI/CD pipeline...Jun 29, 2022·2 min read
elladev.hashnode.devIntroduction to TerraformRecently I have come to love this tool for its most powerful capability which is Infrastructure Provisioning. It is an IAC(Infrastructure as Code) tool created by HashiCorp with its own language called HCL(HashiCorp Configuration Language). What is I...Jun 29, 2022·3 min read
elladev.hashnode.devMy first experience with DevOps tools.What is DevOps really? DevOps revolves around the fast delivery of high-quality applications through continuous integration and continuous delivery/deployment. It encompasses both the development side and the operations side. Recently I got an oppor...Jun 29, 2022·1 min read