Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 13, 2024Deployment of Azure Bastion Host and Service with Terraform for Secure VM AccessA Bastion Host or Bastion Service is essential for securing remote access to your virtual machines (VMs) in the cloud without exposing them to the public internet. Traditionally, accessing VMs required public IPs, increasing the risk of attacks from ...51 readsAzure
Harman Diazharmandiaz.hashnode.dev·Oct 1, 2024Cloud Automation Best Practices to Put Your Business on AutopilotAs more companies transition to the cloud to leverage benefits like collaboration and cost efficiencies, the cloud space becomes increasingly competitive. Automating routine operations is no longer a luxury; it's necessary for organizations aiming to...Cloud
Gauri Agrawalgaurisblog.hashnode.dev·Sep 25, 2024Create a VM with a Startup ScriptLogin to your google cloud console Go to Compute Engine Here, we will create vm instance with startup script. So, let’s get started! Name your vm instance and give the region and make sure to Allow HTTP and HTTPS traffic Scroll down on this pag...GCP VM Series: From Zero to ComputeStartupScripts
Pankajpmgoriya.hashnode.dev·Dec 17, 2023TerraformWhat is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to create, manage, and update infrastructure resources such as virtual machines, networks, and storage in a repeatable, scalable, and automated way. Task 1: Install ...60 readsTerraform
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 14, 2023Cloud State Management by Terraform on AWSCloud state management with Terraform refers to the practice of using Terraform, an open-source infrastructure as code (IaC) tool, to create, update, and maintain the infrastructure resources and configurations in a cloud environment. Terraform enabl...1 like·663 readsTerraform
Ritesh Kumar Nayakwww.devopswithritesh.in·Aug 10, 2023Cloud Automation with Ansible-VPC SetupProblem with Manual Configuration While setting up infra for any project on the cloud, VPC(Virtual Private Cloud) is one of the most vital setups we need to do. VPC consists of many moving parts such as Subnet, NAT gateway, Internet Gateway, Route Ta...206 readsansible
Nishit Rajaninishitdevops.hashnode.dev·Jun 12, 2023Day 6 of #TerraWeek - Terraform Providers• Introduction In this blog, we will explore the concept of Terraform providers, compare major cloud providers such as AWS, Azure, and Google Cloud, delve into provider configuration and authentication, and provide insights on working with each provi...27 readsTerraform
Harish Rajoraharishdevops.hashnode.dev·Feb 28, 2023Getting Started with Bootstrap Testing“A small group of developers and I gathered to design and build a new internal tool and saw an opportunity to do more. We saw ourselves building something more substantial than another internal tool through that process. Months later, we ended up wit...54 readsautomation testing