AVAnushka Visapureinteckbakers.hashnode.dev·Jun 18, 2023 · 2 min readProvisioning the EKS cluster using terraform module.Create the terraform module which defines the code for the creation of the EKS cluster. Apply the terraform module to create an EKS cluster. Create of Terraform Module: Modules in Terraform: In Terraform, modules are self-contained, reusable un...00
AVAnushka Visapureinteckbakers.hashnode.dev·Apr 22, 2023 · 3 min readDeploying Web Server on AWS by using ANSIBLE!!Task: Provision EC2 instance through Ansible. Retrieve the IP Address of the instance using a dynamic inventory concept. Configure the webserver through Ansible. Amazon Web Services: Amazon Web Services (AWS) is a subsidiary of Amazon providing ...00
AVAnushka Visapureinteckbakers.hashnode.dev·Apr 8, 2023 · 6 min readGithub Action Workflow To Launch Azure Resources Using Terraform.GOAL: Make GitHub action workflow to create a resource group, virtual network, network security group, and virtual machine over Azure using Terraform. GITHUB ACTIONS: It is a modern CI/CD tool integrated natively on GitHub. It provides the possibili...00