Upgrade EKS to 1.16 using Terraform
Reading Time: 5 minutes Steps to upgrade EKS using Terraform from version 1.15 to 1.16. This blog includes upgrading EKS, Kube-Proxy, CoreDNS and Amazon VPC CNI
Reading Time: 5 minutes Steps to upgrade EKS using Terraform from version 1.15 to 1.16. This blog includes upgrading EKS, Kube-Proxy, CoreDNS and Amazon VPC CNI
Reading Time: 3 minutes Steps to upgrade EKS using Terraform from version 1.14 to 1.15. This blog includes upgrading EKS, Kube-Proxy, CoreDNS and Amazon VPC CNI
Reading Time: 4 minutes In this blog, We are going to learn how Terraform keeps tracks the state of your infrastructure and configuration. With the help of an example, we will learn how can we store state file to a remote location. We can create infrastructure on a cloud in various ways using CLI, directly using UI or any automation tool like terraform etc. Then how terraform would know Continue Reading
Reading Time: 3 minutes Amazon CloudFront is a web service that speeds up the distribution of your static and dynamic content such as HTML, CSS, js, and images to your users. CloudFront delivers the content through a worldwide network of data centers called edge locations, which means when a user requests the content that you are serving with CloudFront, the user is routed to the edge location that provides Continue Reading
Reading Time: 4 minutes We all are tired of repeating the same steps for creating the image and instance in AWS. But no longer! After reading this blog you will make an image using Packer and an instance through Terraform with help a shell script. You should have prior knowledge of Packer and Terraform. Below, I have briefed them for your reference. Packer is an open source tool for Continue Reading