In this article, we will learn how to migrate on prem VM to AWS EC2. In this example, we will migrate VMDK VM image to AWS EC2 You can import a virtual machine (VM) into your Amazon EC2 instance using one of two methods: AWS VM Import/Export AWS Server Migration Service AWS… Continue reading Migrate OnPrem VM to AWS EC2 using AWS VM Import/Export
Tag: AWS
Automate AWS Infrastructure with Terraform & Jenkins – GitOps
In this article, we will learn about Infrastructure As Code (IAC). We will provision AWS infrastructure using Terraform & Jenkins. We are using Jenkins for creating a pipeline and deploying terraform code. In this example, we are creating an s3 bucket and ec2 instance using Terraform. You can similarly add any other resource. Infrastructure… Continue reading Automate AWS Infrastructure with Terraform & Jenkins – GitOps