x
Azure, Cloud Computing, Tutorials
5 Mins Read
IT industry today is fast paced compared to any other industries in this century. Growth, Upgrade, Mobility, Availability are the buzz words in today’s world. This is the only industry which is more fashion driven than women’s fashion. With the growth of Cloud Computing, people are moving their existing infrastructure to Cloud. Many tech-giants like Amazon, Microsoft, Google, VMWare are offering their services in cloud computing.
Amazon Web Services and Microsoft Azure are very frequent names for cloud services. Azure argues that its platform allows businesses to fully take advantage of hybrid cloud platforms. Azure Logic Apps works with your existing assets like legacy softwares, ERP, etc and extend it to Azure cloud. Thus with Azure, extensibility is in your control.
Problem Definition:
Cloud Consultant always get below requirements:
To setup the same environment on Azure from scratch, might be time consuming or complicated process. So in such cases we will want to migrate preconfigured server to Azure.
Solution:
To solve the above problem, I’ll take you through the below steps to migrate your AWS or on premise Windows Instance to Azure.
First we will convert our system hard drive to VHD so that we can use it to create & launch VM. To convert your EC2 system hard drive to VHD, we will use Disk2VHD utility. Disk2VHD is a free utility that creates VHD from your physical volume for use in Microsoft Virtual PC or Microsoft Hyper-V virtual machines.
Into your EC2 instance, download Disk2VHD utility from the below link:
https://technet.microsoft.com/en-us/sysinternals/ee656415.aspx
To create VHD go through the following steps:
Now that VHD is created, we need to push it to Azure. First create storage account, under that storage account we can push VHD under Blob Storage. So to perform that action go through the below steps:
Once the VHD is created, run the following script/cmdlets to push it to Azure Blob Storage.
You need Azure PowerShell to run these cmdlets. Click here to download Azure PowerShell.
Run the below cmdlet to add your Azure account.
1 2 |
#A new window will appear in PowerShell where you are supposed to give your Azure Credentials. Add-AzureAccount |
After adding Azure Account, we need to select the Subscription where we have created Storage account in step 1. So run the following cmdlet to accomplish that task:
1 2 |
#Give the subscription name that your Azure Account holds. Mine is “Pay-As-You-Go” so I used that one. Replace “Pay-As-You-Go” with your subscription name. Select-AzureSubscription –SubscriptionName Pay-As-You-Go |
Now we are ready to access Azure Services, use the following cmdlet to push the VHD to Azure’s storage account.
1 2 3 4 5 6 |
#Ignore the <> in below cmdlet. #Replace <testmachine> with the “Storage Account Name” that you have created in Azure. Also change the <win2012r2> to VHD name you provided while creation of VHD in EC2. #LocalFilePath is the path where you have saved the VHD or cloned disk. Set-AzureSubscription –SubscriptionName Pay-As-You-Go -CurrentStorageAccount <testmachine> Add-AzureVhd -Destination https://<testmachine>.blob.core.windows.net/vhds/<win2012r2>.vhd -LocalFilePath D:\win2012r2.vhd |
Once you run the above cmdlet, it will first calculate MD5 for that VHD file. MD5 hash of your file is to guarantee that your file is transferred correctly. After the MD5 is calculated successfully, a blob of the same size as the disk is allocated in your storage account. It will then start to upload your VHD to Azure.
Note: Uploading the VHD may take time, depending on the Internet connection and the size of the VHD.
Once the VHD is successfully uploaded, you will get the “Succeeded” message in PowerShell. You can then browse the VHD from Azure Storage. Before we can use the VHD as disk, it needs some configuration. We need to provide it some logical name that can be used in subsequent operations.
Configuration will allow us to make a disk from VHD from where we can specify that this particular VHD contains an Operating System to use it to create a VM from it. To accomplish this task, go through the following steps:
Now that the disk is created, we shall create a VM using that disk. To create VM from the disk, follow the below steps:
After completing above procedure, you can check the status of VM under Virtual Machines tab.
You can RDP into your VM and verify that your installed configurations on Amazon EC2 are the same on this VM on Azure. Even the wallpaper is not changed.
So in this way you can move your Windows Instance from AWS or on premise to Azure and you don’t need to configure it whole again.
I hope the blog enriched you with some good handy information and tactics. Stay tuned for more such blogs on various Cloud platforms.
Automation, AWS, Machine Learning
By Srilata Basu
Mar 24, 2023
AWS, Data Analytics
By Anusha Shanbhag
Mar 24, 2023
AWS, Cloud Computing
By Aishwarya Joshi
Mar 23, 2023
AWS, Cloud Computing, DevOps
By Harikrishnan S
Mar 23, 2023
Cloud Computing, DevOps, Kubernetes
By Anil Kumar Y A
Mar 23, 2023
AWS, Cloud Computing
By Akshay Mishra
Mar 23, 2023
AWS, Cloud Computing
By Mayank Bharawa
Mar 23, 2023
AWS, Cloud Computing
By Akshay Mishra
Mar 23, 2023
AWS, Azure, Cloud Computing
By Sridhar Immanni
Mar 23, 2023
AWS, Azure, Cloud Computing
By Sridhar Immanni
Mar 23, 2023
Cloud Computing, Corporate Training
By Shehnaz Khatun
Mar 22, 2023
Cloud Training, Corporate Training
By Shehnaz Khatun
Mar 22, 2023
Cloud security, Corporate Training
By Shehnaz Khatun
Mar 22, 2023
Azure, Cloud Computing, Cloud security
By Sandeep Chaganti
Mar 22, 2023
Cloud Computing, Cloud Training, Corporate Training
By Rashmi Deshmukh
Mar 22, 2023
Cloud Computing, Google Cloud (GCP)
By Anil Kumar Y A
Mar 20, 2023
AI/ML, Cloud Computing
By Rajesh KVN
Mar 20, 2023
Azure, Cloud Computing, Kubernetes
By Karthik Kumar P V
Mar 20, 2023
AWS, Cloud Computing
By Mohammad Zubair Saifi
Mar 20, 2023
Cloud Computing, DevOps, Kubernetes
By Swapnil Kumbar
Mar 20, 2023
AWS, Cloud Computing
By Navneet Nirmal Toppo
Mar 15, 2023
Cloud Computing, Google Cloud (GCP)
By Rakshit Joshi
Mar 15, 2023
Cloud Computing, Google Cloud (GCP)
By Rakshit Joshi
Mar 15, 2023
AWS, Cloud Computing
By Bhanu Prakash K
Mar 15, 2023
AWS, Cloud Computing
By Abhilasha D
Mar 15, 2023
AWS, Cloud Computing
By Abhilasha D
Mar 15, 2023
Azure, DevOps, Internet of Things (IoT)
By Komal Singh
Mar 14, 2023
AWS, Cloud Computing
By Anirudha Gudi
Mar 13, 2023
AWS, Cloud Computing
By Chamarthi Lavanya
Mar 13, 2023
AWS, Cloud Computing, Cloud security
By Bhavesh Goswami
Mar 13, 2023
Cloud Computing, Cloud Training, Google Cloud (GCP)
By Kavyashree K
Mar 13, 2023
AWS, Cloud Computing
By Chamarthi Lavanya
Mar 13, 2023
AWS, Cloud Computing, IoT
By Rishi Raj Saikia
Mar 13, 2023
Cloud Computing, DevOps
By Dharshan Kumar K S
Mar 13, 2023
Apps Development, Cloud Computing, DevOps
By Dharshan Kumar K S
Mar 13, 2023
AWS, Cloud Computing
By Bhanu Prakash K
Mar 13, 2023
AWS, Cloud Computing
By Mohammad Zubair Saifi
Mar 13, 2023
Cloud Computing, DevOps
By Minhaj Kadri
Mar 13, 2023
Cloud Computing, DevOps
By Minhaj Kadri
Mar 13, 2023
Apps Development, Cloud Computing, ML
By Vinayak Kalyanshetti
Mar 13, 2023
AWS, Cloud Computing
By Sahil Kumar
Mar 13, 2023
AWS, Cloud Computing
By Hitesh Verma
Mar 13, 2023
AI/ML, Cloud Computing
By Vinay Lanjewar
Mar 13, 2023
AWS, Cloud Computing
By Aehteshaam Shaikh
Mar 13, 2023
AWS, Cloud Computing
By Vinay Lanjewar
Mar 13, 2023
AWS, Cloud Computing
By Parth Sharma
Mar 13, 2023
AWS, AWS VPC, Cloud Computing
By Aadish Jain
Mar 10, 2023
AWS, Cloud security, Internet of Things (IoT)
By Mahek Tamboli
Mar 10, 2023
Cloud Training, Google Cloud (GCP), IoT
By Adeeba Mueen
Mar 9, 2023
AWS, Azure, Cloud Computing
By Anusha Shanbhag
Mar 9, 2023
AWS, Azure, Cloud Computing
By Anusha R
Mar 9, 2023
AWS, Cloud Computing
By Anusha Shanbhag
Mar 9, 2023
AWS, Cloud Computing
By Sanjay Yadav
Mar 9, 2023
AWS, Cloud Computing
By Guru Bhajan Singh
Mar 9, 2023
AWS, Cloud Computing
By Huda Khan
Mar 9, 2023
Cloud Computing, DevOps
By Swapnil Kumbar
Mar 9, 2023
Cloud Computing, DevOps, Google Cloud (GCP)
By Vineet Negi
Mar 9, 2023
AI/ML, AWS, Cloud Computing
By Mohd Monish
Mar 9, 2023
Apps Development, Automation, Cloud Computing
By Sruti Samatkar
Mar 7, 2023
AWS, Cloud Computing, Kubernetes
By Vineet Negi
Mar 6, 2023
AWS, Cloud Computing
By Mayank Bharawa
Mar 6, 2023
Cloud Computing
By Rishi Raj Saikia
Mar 6, 2023
AWS, Cloud Computing
By Aniket Kumar Ambasta
Mar 6, 2023
Azure, Cloud Data Science, Technology
By Kavana D Rajan
Mar 3, 2023
Ebooks
By Himisha Raval
Mar 2, 2023
AWS, Cloud Computing
By Sagar Malik
Feb 28, 2023
AWS, Cloud Computing
By Aniket Kumar Ambasta
Feb 28, 2023
AWS, Cloud Computing, DevOps
By Deepika N
Feb 28, 2023
AWS, Cloud Computing
By Rohit Lovanshi
Feb 28, 2023
AWS, Azure, Cloud Computing
By Sahil Kumar
Feb 28, 2023
Cloud Computing, DevOps, Kubernetes
By Harikrishnan S
Feb 28, 2023
AWS, Cloud Computing
By Ganesh Raj
Feb 28, 2023
Cloud Computing, Google Cloud (GCP)
By Sahil Kumar
Feb 28, 2023
Cloud Computing, Google Cloud (GCP)
By Sahil Kumar
Feb 28, 2023
Azure, Cloud Computing
By Aritra Das
Feb 28, 2023
AWS, Cloud Computing
By Ramyashree V
Feb 28, 2023
AWS, Cloud Computing
By Ramyashree V
Feb 28, 2023
AWS, Cloud Computing
By Neetika Gupta
Feb 24, 2023
AI/ML, Cloud Computing, Machine Learning
By Aritra Das
Feb 24, 2023
Azure, Cloud Computing
By Kishan Singh
Feb 24, 2023
Azure, Cloud Computing
By Kishan Singh
Feb 24, 2023
Azure, Cloud Computing
By Modi Shubham Rajeshbhai
Feb 24, 2023
AWS, Cloud Computing
By Bineet Singh Kushwah
Feb 24, 2023
AWS, Cloud Computing
By Yaswanth Tippa
Feb 21, 2023
Case Study
By Himisha Raval
Feb 21, 2023
Case Study
By Himisha Raval
Feb 21, 2023
Case Study
By Himisha Raval
Feb 21, 2023
Cloud Computing, Cloud Training
By Atul Choudhary
Feb 20, 2023
AWS, Cloud Computing, Cyber Security
By Prarthit Mehta
Feb 19, 2023
AWS, Cloud Computing
By Yaswanth Tippa
Feb 17, 2023
Cloud Computing, Google Cloud (GCP)
By Avinash Kumar
Feb 17, 2023
AWS, Cloud Computing
By Nishant Ranjan
Feb 17, 2023
AWS, Cloud Computing
By Shaikh Mohammed Fariyaj Najam
Feb 17, 2023
AWS, Cloud Computing
By Aehteshaam Shaikh
Feb 17, 2023
AWS, Cloud Computing
By Rishi Raj Saikia
Feb 17, 2023
AI/ML, Cloud Computing
By Parth Sharma
Feb 17, 2023
AI/ML, Cloud Computing
By Sanjay Yadav
Feb 17, 2023
AWS, Cloud Computing
By Suresh Kumar Reddy
Feb 13, 2023
AWS, Cloud Computing
By Suresh Kumar Reddy
Feb 13, 2023
AWS, Cloud Computing
By Anusha
Feb 13, 2023
Azure, Cloud Computing
By Anusha
Feb 13, 2023
AWS, Cloud Computing
By Modi Shubham Rajeshbhai
Feb 9, 2023
AWS, Cloud Computing
By Pranav Awasthi
Feb 9, 2023
Cloud security, Cloud Training, Cyber Security
By Rajesh KVN
Feb 8, 2023
Automation, Cloud Computing, Tutorials
By Komal Singh
Feb 8, 2023
Azure, Cyber Security, Technology
By Atul Choudhary
Feb 3, 2023
AWS, Azure, Google Cloud (GCP)
By Prarthit Mehta
Feb 2, 2023
AWS, Cloud Computing
By Modi Shubham Rajeshbhai
Feb 1, 2023
AWS, Cloud Computing
By Neetika Gupta
Feb 1, 2023
AWS, Cloud Computing
By Ganesh Raj
Feb 1, 2023
Azure, Cloud Computing
By Sridhar Andavarapu
Feb 1, 2023
Cloud Computing, Cloud Migration, Cloud security
By Nitin Kamble
Jan 31, 2023
AWS, Cloud Computing
By Prarthit Mehta
Jan 31, 2023
AWS, Internet of Things (IoT)
By Aparna R
Jan 31, 2023
Cloud Computing, Microsoft Azure, News
By Ritesh Agrawal
Jan 31, 2023
Apps Development, AWS, Cloud Computing
By Subramanya Datta
Jan 25, 2023
AWS, AWS S3, Cloud security
By Abhijit Dilip Powar
Jan 25, 2023
Case Study
By Himisha Raval
Jan 24, 2023
AWS, Cloud Computing
By Minhaj Kadri
Jan 24, 2023
Case Study
By Himisha Raval
Jan 24, 2023
Case Study
By Himisha Raval
Jan 23, 2023
Cloud Computing, DevOps, Google Cloud (GCP)
By Minhaj Kadri
Jan 23, 2023
AWS, Cloud Computing
By Hridya Hari
Jan 23, 2023
AWS, Cloud Computing
By Anirudha Gudi
Jan 23, 2023
Case Study
By Himisha Raval
Jan 19, 2023
Cloud security, Cyber Security
By Rajesh KVN
Jan 19, 2023
AWS, Cloud Computing
By Suresh Kumar Reddy
Jan 18, 2023
AWS, Cloud Computing
By Anjali Sikhwal
Jan 18, 2023
Big Data, Cloud Computing, Data Analytics
By Anjali Sikhwal
Jan 18, 2023
AWS, Cloud Computing, Cloud Training
By Sharan Johijode
Jan 16, 2023
Case Study
By Himisha Raval
Jan 12, 2023
Case Study
By Himisha Raval
Jan 12, 2023
Apps Development, AWS, Cloud Computing
By Mayur Patel
Jan 12, 2023
AWS, Cloud Computing
By H S Yashas Gowda
Jan 12, 2023
Cloud Computing, Containerization, DevOps
By CloudThat
Jan 12, 2023
Azure, Cloud Computing
By Sridhar Andavarapu
Jan 11, 2023
AWS, Cloud Computing
By Raghavendra Santosh Kulkarni
Jan 11, 2023
AWS, Cloud Computing
By Shreya Shah
Jan 11, 2023
AWS, Cloud Computing, IoT
By Shreya Shah
Jan 11, 2023
Apps Development, AWS, Cloud Computing
By Sneha Naik
Jan 11, 2023
Apps Development, Cloud Computing
By Sneha Naik
Jan 11, 2023
AWS, Cloud Computing
By Raghavendra Santosh Kulkarni
Jan 11, 2023
Cloud Computing, Cyber Security, VMware
By Rahulkumar Shrimali
Jan 10, 2023
VMware
By Ravichandra M
Jan 9, 2023
AWS, Cloud Computing
By Raghavendra Santosh Kulkarni
Jan 4, 2023
Azure, Cloud Computing
By Ayush Jain
Jan 4, 2023
AWS, Cloud Computing
By Kishan Singh
Jan 4, 2023
AWS, Cloud Computing
By Mohd Monish
Jan 3, 2023
Apps Development, AWS, Azure
By Imraan Pattan
Jan 3, 2023
AWS, Cloud Computing, DevOps
By Dharshan Kumar K S
Jan 3, 2023
AWS, Cloud Computing
By Abhilasha D
Jan 3, 2023
AWS, Cloud Computing
By Deepika N
Jan 3, 2023
Cloud Computing, DevOps
By Swapnil Kumbar
Jan 3, 2023
AWS, Cloud Computing, DevOps
By Vineet Negi
Jan 3, 2023
Apps Development, AWS, Cloud Computing
By Imraan Pattan
Jan 3, 2023
News and Events
By Himisha Raval
Dec 30, 2022
AWS, Cloud Computing
By Chamarthi Lavanya
Dec 27, 2022
Cloud Computing, DevOps
By Karthik Kumar P V
Dec 27, 2022
AWS, Cloud Computing
By Karthik Kumar P V
Dec 27, 2022
Cloud Computing, DevOps
By Bhanu Prakash K
Dec 27, 2022
Cloud Computing, DevOps, Google Cloud (GCP)
By Navneet Nirmal Toppo
Dec 27, 2022
Cloud Computing, DevOps
By Navneet Nirmal Toppo
Dec 20, 2022
Cloud Computing, DevOps
By Saritha Nagaraju
Dec 19, 2022
Azure, Cloud Computing
By Sumedh Arun Patil
Dec 19, 2022
AWS, Cloud Computing
By Mohd Monish
Dec 16, 2022
News and Events
By Himisha Raval
Dec 16, 2022
AI/ML, Apps Development, AWS
By Rohit Lovanshi
Dec 15, 2022
AI/ML, Azure, Cloud Computing
By Shyam Modi
Dec 15, 2022
Cloud Computing, DevOps
By Abhilasha D
Dec 15, 2022
Cloud Computing, DevOps
By Swapnil Kumbar
Dec 15, 2022
Cloud Computing, DevOps, Kubernetes
By Dharshan Kumar K S
Dec 15, 2022
AWS, Cloud Computing
By Mohammad Zubair Saifi
Dec 15, 2022
AWS, Cloud Computing
By Shaikh Mohammed Fariyaj Najam
Dec 15, 2022
Cloud Migration
By Bhavesh Goswami
Dec 14, 2022
Corporate Training
By Sushma Uday Kamat
Dec 13, 2022
Corporate Training
By Sushma Uday Kamat
Dec 13, 2022
AWS, Cloud Computing
By Ayush Agarwal
Dec 8, 2022
AWS, Azure, Cloud Computing
By Anusha Shanbhag
Dec 7, 2022
Corporate Training
By Nawal Gazala
Dec 7, 2022
Google Cloud (GCP)
By Kavyashree K
Dec 6, 2022
Google Cloud (GCP)
By Adeeba Mueen
Dec 6, 2022
Google Cloud (GCP)
By Adeeba Mueen
Dec 5, 2022
AWS, Cloud Computing
By Aishwarya Joshi
Dec 2, 2022
3D Rendering, Apps Development, AWS
By Saritha Nagaraju
Dec 1, 2022
AWS, Cloud Computing, IoT
By Prarthit Mehta
Nov 29, 2022
AWS, Cloud Computing, IoT
By Prarthit Mehta
Nov 28, 2022
Cloud Computing, DevOps, Google Cloud (GCP)
By Shivani Gandhi
Nov 28, 2022
Azure, Cloud Computing
By Pranav Awasthi
Nov 28, 2022
AWS, Cloud Computing
By Guru Bhajan Singh
Nov 28, 2022
AWS, Azure, Cloud Computing
By Anusha Shanbhag
Nov 28, 2022
Azure, Cloud Computing
By H S Yashas Gowda
Nov 28, 2022
AI/ML, AWS, Cloud Computing
By Vasanth Kumar R
Nov 28, 2022
Apps Development, AWS, Cloud Computing
By Mayur Patel
Nov 28, 2022
Cloud Migration
By CloudThat
Nov 28, 2022
AWS, Cloud Computing
By Mohmmad Shahnawaz Ahangar
Nov 22, 2022
News and Events
By Himisha Raval
Nov 20, 2022
News and Events
By Himisha Raval
Nov 17, 2022
AWS, Cloud Computing
By Sai Pratheek
Nov 15, 2022
AWS, Cloud Computing
By Anusha
Nov 15, 2022
AWS, Azure, Google Cloud (GCP)
By Daneshwari Mathapati
Nov 15, 2022
Cloud Computing, Data Analytics
By Mohmmad Shahnawaz Ahangar
Nov 15, 2022
AI/ML, AWS, Cloud Computing
By Lakshmi P Vardhini
Nov 15, 2022
AWS, Cloud Computing
By Arslan Eqbal
Nov 15, 2022
AI/ML, AWS, Cloud Computing
By Bineet Singh Kushwah
Nov 15, 2022
AWS, Cloud Computing
By Sandeep Cheruku
Nov 15, 2022
AI/ML, AWS, Cloud Computing
By Suresh Kumar Reddy
Nov 15, 2022
AI/ML, AWS, Cloud Computing
By Vasanth Kumar R
Nov 15, 2022
AI/ML, AWS, Cloud Computing
By Vasanth Kumar R
Nov 15, 2022
AWS, Cloud Computing
By Modi Shubham Rajeshbhai
Nov 15, 2022
AWS, Cloud Computing
By Modi Shubham Rajeshbhai
Nov 15, 2022
AWS
By Kashyap Nitinbhai Shani
Nov 15, 2022
AWS, Cloud Computing
By Bineet Singh Kushwah
Nov 15, 2022
Cloud Computing, Data Analytics
By Mohmmad Shahnawaz Ahangar
Nov 15, 2022
Cloud Computing, Google Cloud (GCP)
By Daneshwari Mathapati
Nov 15, 2022
AI/ML, Cloud Computing, Data Analytics
By Shubham Dubey
Nov 15, 2022
Data Analytics, Power Platforms
By Sandeep Cheruku
Nov 15, 2022
Azure, Cloud Computing, Microsoft 365
By Dadi RajKumar
Nov 15, 2022
AWS, Cloud Computing
By Anusha
Nov 15, 2022
AI, AI/ML, AWS
By Vasanth Kumar R
Nov 15, 2022
AWS, Cloud Computing
By Rishi Raj
Nov 15, 2022
AWS, Cloud Computing
By Anusha R
Nov 15, 2022
AWS, Azure, Cloud Computing
By Chamarthi Lavanya
Nov 15, 2022
AWS, Cloud Computing
By Ramyashree V
Nov 15, 2022
AWS, Cyber Security
By Shivani Gandhi
Nov 15, 2022
AWS, Cloud Computing, DevOps
By Shivani Gandhi
Nov 15, 2022
Cloud Computing, DevOps
By Navneet Nirmal Toppo
Nov 14, 2022
AWS, Cloud Computing
By Arslan Eqbal
Nov 11, 2022
AWS, Cloud Computing
By Suraj Srinivas
Nov 9, 2022
Google Cloud (GCP)
By Kavyashree K
Oct 28, 2022
AWS, Cloud Computing
By Bhavesh Goswami
Oct 9, 2022
AI/ML, Cloud Computing
By Ganesh Raj
Oct 6, 2022
AWS, Cloud Computing
By Lakshmi P Vardhini
Oct 3, 2022
Case Study
By Himisha Raval
Sep 30, 2022
AWS, Cloud Computing
By Niti Aggarwal
Sep 29, 2022
Case Study
By Himisha Raval
Sep 28, 2022
Case Study
By Himisha Raval
Sep 28, 2022
Case Study
By Himisha Raval
Sep 28, 2022
AI/ML
By Vasanth Kumar R
Sep 27, 2022
AWS, Cloud Computing, Docker
By Bhavesh Goswami
Sep 27, 2022
Azure, Cloud Computing
By Shivang Singh
Sep 25, 2022
Cloud Computing
By Bhavesh Goswami
Sep 24, 2022
AWS, Cloud Computing
By Nitin Taneja
Sep 23, 2022
AWS, Cloud Computing, DevOps
By Nitin Taneja
Sep 23, 2022
AWS, Cloud Computing, DevOps
By Saritha Nagaraju
Sep 23, 2022
AWS, Cloud Computing, Google Cloud (GCP)
By Mayank Bharawa
Sep 22, 2022
AWS
By Karthik Kumar P V
Sep 22, 2022
AWS, Cloud Computing
By Ganesh Raj
Sep 22, 2022
AWS, Cloud Computing
By Vaishali Bhawsar
Sep 13, 2022
AWS, Cloud Computing, DevOps
By Vineet Negi
Sep 13, 2022
AWS, Cloud Computing
By Bhavesh Goswami
Sep 12, 2022
AWS, Cloud Computing
By Bhavesh Goswami
Sep 12, 2022
AWS, Cloud Computing, Metaverse
By Saniya Naz
Sep 6, 2022
Cloud Computing, Cyber Security
By Rajesh KVN
Sep 6, 2022
Corporate Training
By CloudThat
Sep 6, 2022
AWS, AWS Data Life Cycle Management, Cloud Computing
By Keerthish N
Sep 5, 2022
Case Study
By Garima Pandey
Sep 1, 2022
AWS, Cloud Computing
By CloudThat
Sep 1, 2022
Azure, Cloud Computing
By CloudThat
Sep 1, 2022
AWS, Big Data, Cloud Computing
By Bhanu Prakash K
Aug 30, 2022
AWS, Cloud Computing, DevOps
By Imraan Pattan
Aug 30, 2022
AWS, Cloud Computing
By Guru Bhajan Singh
Aug 30, 2022
AWS, Cloud Computing, Data Analytics
By Daneshwari Mathapati
Aug 30, 2022
AWS, Cyber Security
By Shivang Singh
Aug 30, 2022
AWS, Cyber Security
By Shivang Singh
Aug 30, 2022
AWS, Cloud Computing, Data Analytics
By Daneshwari Mathapati
Aug 30, 2022
AWS, Cloud Computing
By Daneshwari Mathapati
Aug 30, 2022
AWS, Cloud Computing, DevOps
By Imraan Pattan
Aug 30, 2022
AWS, Cloud Computing
By Guru Bhajan Singh
Aug 30, 2022
AWS, Cloud Computing
By Cherukula Bhanu Prakash Reddy
Aug 30, 2022
News and Events
By Garima Pandey
Aug 29, 2022
AWS, Cloud Computing
By Ankith Pokala
Aug 23, 2022
AWS, Cloud Computing, wordpress
By Ankith Pokala
Aug 23, 2022
AWS, Cloud Computing, Kubernetes
By Karthik Kumar P V
Aug 22, 2022
AWS, Cloud Computing, Cyber Security
By Rahul Kumar Sharma
Aug 22, 2022
AWS, Cloud Computing
By Rahul Kumar Sharma
Aug 22, 2022
AWS, Cloud Computing, Cyber Security
By Rahul Kumar Sharma
Aug 22, 2022
AWS, Cloud Computing
By Rahul Kumar Sharma
Aug 22, 2022
AWS, Azure, Cloud Computing
By Swaraj Sirsat
Aug 17, 2022
AWS, Cloud Computing
By Sonam Kumari
Aug 9, 2022
Cloud Computing, Data Analytics
By Mohmmad Shahnawaz Ahangar
Aug 9, 2022
AWS, Cloud Computing, Cyber Security
By Sindhu H
Aug 9, 2022
Cloud Computing, Data Analytics
By Mohmmad Shahnawaz Ahangar
Aug 9, 2022
AWS, Cloud Computing, Cyber Security
By Sindhu H
Aug 9, 2022
AWS, Cloud Computing
By Anusha Shanbhag
Aug 2, 2022
Cloud Computing, Cyber Security, DevOps
By Pranav Awasthi
Aug 2, 2022
AWS, Cloud Computing
By Vasanth Kumar R
Aug 2, 2022
AWS, Cloud Computing
By Vasanth Kumar R
Aug 2, 2022
AI/ML, AWS, Cloud Computing
By Shubham Dubey
Aug 2, 2022
AI/ML, AWS, Cloud Computing
By Shubham Dubey
Aug 2, 2022
AWS, Cloud Computing
By Anusha Shanbhag
Aug 2, 2022
Cloud Computing, Cyber Security, DevOps
By Pranav Awasthi
Aug 2, 2022
AWS, Azure, Cloud Computing
By CloudThat
Aug 1, 2022
Cloud Computing, Cloud security, Cyber Security
By Rashmi D
Aug 1, 2022
Cloud Computing, Microsoft Azure
By Rajesh KVN
Aug 1, 2022
Case Study
By Garima Pandey
Jul 29, 2022
AWS, Cloud Computing
By Ankith Pokala
Jul 26, 2022
AWS, Cloud Computing
By CloudThat
Jul 25, 2022
AWS, Cloud Computing, DevOps
By Sindhu H
Jul 25, 2022
Cloud Computing
By CloudThat
Jul 22, 2022
AWS, Cloud Computing
By Vaishali Bhawsar
Jul 20, 2022
AWS, Cloud Computing
By Vaishali Bhawsar
Jul 20, 2022
AWS, Cloud Computing
By Imraan Pattan
Jul 20, 2022
Cloud Computing
By CloudThat
Jul 18, 2022
Cloud Computing
By CloudThat
Jul 15, 2022
Cloud Computing, Industry Stories
By CloudThat
Jul 13, 2022
Cloud Computing, Industry Stories
By CloudThat
Jul 12, 2022
AWS, Cloud Computing
By Satyam Dhote
Jul 11, 2022
AWS, Cloud Computing
By Arslan Eqbal
Jul 11, 2022
AI/ML, AWS, Cloud Computing
By Sanket Gaikwad
Jul 11, 2022
AWS, Cloud Computing
By Saritha Nagaraju
Jul 11, 2022
Cloud Computing
By CloudThat
Jul 11, 2022
Cloud Computing
By CloudThat
Jul 11, 2022
AWS, Cloud Computing, Cyber Security
By Shivani Gandhi
Jul 6, 2022
Azure, Cloud Computing
By Rekha S
Jul 6, 2022
AI/ML, AWS, Cloud Computing
By Shubham Dubey
Jun 30, 2022
AI, AWS, Cloud Computing
By Arihant Bengani
Jun 27, 2022
Azure, Cloud Computing
By CloudThat
Jun 24, 2022
AWS, Cloud Computing
By Aishwarya Joshi
Jun 23, 2022
AWS, Cloud Computing
By Aishwarya Joshi
Jun 22, 2022
AWS, Cloud Computing
By Anusha Shanbhag
Jun 21, 2022
Cloud Computing, Cloud security, Cyber Security
By Komal Singh
Jun 20, 2022
AWS, Cloud Computing
By Prarthit Mehta
Jun 17, 2022
AWS, Cloud Computing
By Shaik Munwar Basha
Jun 17, 2022
Uncategorized
By Ravichandra M
Jun 16, 2022
Cloud Computing, DevOps
By Chandani Maheshwari
Jun 16, 2022
Cloud Computing, DevOps
By CloudThat
Jun 14, 2022
AWS, Cloud Computing, Data Analytics
By Sai Pratheek
Jun 13, 2022
Azure, Cloud Computing
By Rahul Kumar Sharma
Jun 8, 2022
Cloud Computing, DevOps
By Ullas Vardhan Chaturvedi
Jun 8, 2022
Cloud Computing, Data Analytics
By Sai Pratheek
Jun 8, 2022
Azure, Cloud Computing
By Saritha Nagaraju
Jun 6, 2022
AWS, Cloud Computing
By Guru Bhajan Singh
Jun 6, 2022
AWS, Cloud Computing
By Akshay Mishra
Jun 6, 2022
AWS, Cloud Computing
By Md Shahid Afridi P
May 31, 2022
AWS, Cloud Computing, Cyber Security
By Anil Reddy
May 30, 2022
Cloud Computing, Cloud Native Application Development
By Rahul Kumar Jha
May 27, 2022
AWS, Cloud Computing, Kubernetes
By Karthik Kumar P V
May 26, 2022
Cloud Computing, Cloud security, Cyber Security
By Rajesh KVN
May 26, 2022
Cloud Computing, Cloud Native Application Development
By Rahul Kumar Jha
May 24, 2022
Azure, Cloud Computing, Containerization
By Anees A
May 20, 2022
Azure, Cloud Computing
By Ismayil Siyad
May 16, 2022
Cloud Computing, DevOps
By Kavyashree K
May 16, 2022
AWS, Cloud Computing, DevOps
By Prarthit Mehta
May 16, 2022
AWS, Cloud Computing
By Nidhin Manjaly
May 16, 2022
AWS, Cloud Computing
By Karthik Kumar P V
May 16, 2022
AWS, AWS Amplify, Cloud Computing
By Mithilesh Dilip Tarkar
May 16, 2022
Azure, Cloud Computing
By Mayank Bharawa
May 13, 2022
AWS, Cloud Computing
By Sanket Gaikwad
May 13, 2022
AWS, Azure, Cloud Computing
By Prarthit Mehta
May 11, 2022
Azure, Cloud Computing, Power Platforms
By Ravichandra M
May 10, 2022
AI/ML, AWS, Cloud Computing
By Vasanth Kumar R
May 9, 2022
Azure, Cloud Computing, DevOps
By Akshay Mishra
May 9, 2022
Cloud Computing, Cyber Security
By Shivani Gandhi
May 9, 2022
AWS, Cloud Computing
By Deepak Surendran
May 9, 2022
Cloud Computing, Google Cloud (GCP)
By Shaik Munwar Basha
May 9, 2022
AI/ML, Cloud Computing
By Anusha Shanbhag
May 9, 2022
Azure, Cloud Computing, Microsoft 365
By Rajesh KVN
May 6, 2022
AWS, Cloud Computing
By Mahek Tamboli
May 5, 2022
Azure
By Vishal Kalwapalli
May 4, 2022
Cloud Computing, Cloud security, Cyber Security
By Sweta Kulkarni
May 3, 2022
Cloud Computing, Power Platforms
By Raji P
May 2, 2022
AI/ML, AWS, Cloud Computing
By Vasanth Kumar R
May 2, 2022
Azure, Cloud Computing
By Vishal Kalwapalli
May 2, 2022
Cloud Computing
By Ravichandra M
May 1, 2022
Cloud Computing
By Rajesh KVN
May 1, 2022
AWS, Cloud Computing
By Dharshan Kumar K S
Apr 27, 2022
AWS, Cloud Computing
By Deepak Surendran
Apr 26, 2022
Azure, Cloud Computing
By Daneshwari Mathapati
Apr 26, 2022
AWS, Cloud Computing
By Rishi Raj
Apr 22, 2022
AWS, Cloud Computing
By Rahul Kumar Sharma
Apr 22, 2022
AWS, Cloud Computing
By Guru Bhajan Singh
Apr 22, 2022
AI/ML, AWS, Cloud Computing
By Rishi Raj
Apr 21, 2022
AWS, Cloud Computing
By Suresh Kumar Reddy
Apr 18, 2022
AWS, Azure, Cloud Computing
By Sridhar Immanni
Apr 18, 2022
AWS, Cloud Computing
By Rahul Kumar Sharma
Apr 18, 2022
AI/ML, AWS, Cloud Computing
By Shaik Munwar Basha
Apr 18, 2022
AWS, Cloud Computing
By Aishwarya Joshi
Apr 16, 2022
Azure, Cloud Computing
By Rekha S
Apr 11, 2022
AWS, Cloud Computing
By Prarthit Mehta
Apr 11, 2022
AI/ML, AWS
By Bineet Singh Kushwah
Apr 11, 2022
AWS, Cloud Computing
By Sonam Kumari
Apr 11, 2022
Cloud Computing
By Ravichandra M
Apr 7, 2022
AWS, Cloud security, Microsoft Azure
By Kavyashree K
Apr 6, 2022
AWS, Cloud Computing
By Cherukula Bhanu Prakash Reddy
Apr 5, 2022
DevOps, Docker
By Imraan Pattan
Apr 5, 2022
Cloud Computing
By Guru Prasad
Apr 3, 2022
Cloud Computing
By Ananya Pandey
Apr 1, 2022
AWS, Cloud Computing
By CloudThat
Mar 30, 2022
AWS, Cloud Computing
By Sridhar Immanni
Mar 29, 2022
AI/ML, AWS, Cloud Computing
By Shubham Dubey
Mar 29, 2022
AWS, Cloud Computing
By Ijaz Haider
Mar 24, 2022
Cloud Computing
By Satyam Dhote
Mar 22, 2022
AWS, Cloud Computing
By Guru Bhajan Singh
Mar 22, 2022
Cloud Computing
By Mayank Bharawa
Mar 22, 2022
AWS, Cloud Computing
By Nidhin Manjaly
Mar 22, 2022
AI/ML, Azure, Azure Machine Learning
By Daneshwari Mathapati
Mar 21, 2022
Cloud Computing
By Akshay Mishra
Mar 20, 2022
AWS, Cloud Computing
By Aishwarya Joshi
Mar 20, 2022
Cloud Computing, Cloud Data Science
By Bineet Singh Kushwah
Mar 17, 2022
Cloud Computing, VMware
By Ravichandra M
Mar 16, 2022
AWS, Cloud Computing
By Rishi Raj
Mar 15, 2022
Azure, Cloud Computing
By Mayank Bharawa
Mar 14, 2022
AWS, Cloud Computing
By Md Shahid Afridi P
Mar 14, 2022
AWS, Cloud Computing
By Rahul Kumar Sharma
Mar 11, 2022
Cloud Computing, Google Cloud (GCP)
By CloudThat
Mar 11, 2022
AWS, Cloud Computing, Cloud Migration
By Akshay Mishra
Mar 11, 2022
AWS, Cloud Computing
By Cherukula Bhanu Prakash Reddy
Mar 11, 2022
Azure, Cloud Computing
By Mayank Bharawa
Mar 11, 2022
AWS, Cloud Computing
By Vasanth Kumar R
Mar 11, 2022
AWS, Cloud Computing
By Akshay Mishra
Feb 18, 2022
AWS, Cloud Computing, Internet of Things (IoT)
By Shubham Dubey
Feb 18, 2022
Apps Development, AWS, Cloud Computing
By Cherukula Bhanu Prakash Reddy
Feb 17, 2022
AWS, Azure, Cloud Computing
By Sridhar Immanni
Feb 15, 2022
AWS, Azure, Cloud Computing
By Ravichandra M
Feb 14, 2022
Azure, Certification BootCamp, Cloud Computing
By CloudThat
Feb 14, 2022
AWS, Cloud Computing
By Mukul Jain
Feb 13, 2022
Cloud Computing, Cloud security, Cyber Security
By Rajesh KVN
Feb 13, 2022
AWS, Cloud Computing
By Subramanya Datta
Feb 13, 2022
AWS, Cloud Computing
By Prarthit Mehta
Feb 9, 2022
AWS, Cloud Computing
By Vasanth Kumar R
Jan 28, 2022
Azure, Cloud Computing
By Vishal Kalwapalli
Jan 27, 2022
AWS, Cloud Computing
By Nishant Ranjan
Jan 27, 2022
AWS, Cloud Computing
By Nishant Ranjan
Jan 21, 2022
Cloud Computing
By Anusha Shanbhag
Jan 21, 2022
AWS, Cloud Computing
By Shaik Munwar Basha
Jan 21, 2022
AWS, AWS Thunderbird, Cloud Computing
By Daneshwari Mathapati
Jan 19, 2022
AWS, Cloud Computing
By Md Shahid Afridi P
Jan 13, 2022
AWS, Cloud Computing
By Sai Pratheek
Jan 13, 2022
AWS, Cloud Computing
By Anil Reddy
Jan 13, 2022
Azure, Cloud Computing
By Vishal Kalwapalli
Jan 7, 2022
Apps Development, Azure, Cloud Computing
By Ananya Pandey
Jan 5, 2022
AWS, Azure, Cloud Computing
By CloudThat
Jan 4, 2022
AWS, Cloud Computing, Data Analytics
By Sanket Gaikwad
Jan 4, 2022
AWS, Cloud Computing, DevOps
By Chandan B
Jan 4, 2022
AWS, AWS PinPoint, Cloud Computing
By Daneshwari Mathapati
Jan 3, 2022
Azure, Cloud Computing
By Rajesh KVN
Dec 31, 2021
AWS, Cloud Computing
By CloudThat
Dec 28, 2021
Azure, Cloud Computing, Cloud Data Science
By Gurjot Brar
Dec 24, 2021
AWS, Cloud Computing, DevOps
By Saurabh Jain
Dec 22, 2021
AWS, Cloud Computing
By Shaik Munwar Basha
Dec 22, 2021
AWS, AWS EKS, Cloud Computing
By Sreekar Chitti
Dec 21, 2021
AWS, Cloud Computing
By Prarthit Mehta
Dec 21, 2021
Cloud Computing, Cloud Migration
By CloudThat
Dec 20, 2021
AWS, Cloud Computing
By Prarthit Mehta
Dec 20, 2021
Automation, AWS, Cloud Computing
By Deepak Surendran
Dec 16, 2021
Cloud Computing
By Ravichandra M
Dec 14, 2021
Azure, Cloud Computing
By Ravichandra M
Dec 9, 2021
AI/ML, Artificial Intelligence, AWS
By Ravichandra M
Dec 6, 2021
Cloud Computing
By Aishwarya Joshi
Dec 1, 2021
Cloud Computing
By Sridhar Immanni
Dec 1, 2021
Cloud Computing, Cyber Security, Identity Access and Management
By Rahul V Bhole
Nov 23, 2021
Azure, Cloud Computing
By Sai Pratheek
Nov 18, 2021
Cloud Computing, Microsoft Azure
By Gurjot Brar
Nov 17, 2021
Project Management
By Damodar Hulekal
Nov 15, 2021
AWS, Cloud Computing
By Prarthit Mehta
Nov 8, 2021
AI, AI/ML, Automation
By Vasanth Kumar R
Oct 28, 2021
AI, AI/ML, Artificial Intelligence
By Karthik C V
Oct 21, 2021
Cloud Computing, DevOps
By Rahul Kumar Sharma
Oct 18, 2021
Cloud Computing, DevOps, Kubernetes
By Shyla J
Oct 14, 2021
AWS, Cloud Computing
By Ravichandra M
Oct 6, 2021
Azure, Cloud Computing, Microsoft Azure
By Sirsendu Behera
Sep 27, 2021
AWS, Azure, Cloud Computing
By Ravichandra M
Sep 23, 2021
Cloud Computing, Uncategorized
By Rishi Raj
Sep 20, 2021
Azure, Cloud Computing, Cyber Security
By CloudThat
Sep 20, 2021
Cloud Computing, Cyber Security, Identity Access and Management
By Lakshmi P Vardhini
Sep 10, 2021
AI/ML, Analytics, Artificial Intelligence
By Md Shahid Afridi P
Sep 9, 2021
Azure, Cloud Computing, Cyber Security
By CloudThat
Sep 8, 2021
Analytics, Azure, Big Data
By Gurjot Brar
Sep 5, 2021
Apps Development, Certification BootCamp, Cloud Computing
By CloudThat
Sep 3, 2021
AWS, Azure, Cloud Computing
By Sridhar Immanni
Sep 2, 2021
Azure, Cloud Computing, Microsoft Azure
By Harshita Gupta
Aug 24, 2021
Azure, Cloud Computing
By Sirsendu Behera
Aug 18, 2021
AWS, Cloud Computing
By Sirsendu Behera
Aug 17, 2021
Azure, Cloud Computing
By Sirsendu Behera
Jul 28, 2021
AWS, Cloud Computing
By Sai Pratheek
Jul 28, 2021
AI/ML, Artificial Intelligence, AWS
By CloudThat
Jul 25, 2021
AI, AI/ML, Artificial Intelligence
By Aishwarya Joshi
Jul 23, 2021
AI/ML, Artificial Intelligence, AWS
By CloudThat
Jul 22, 2021
AI/ML, Artificial Intelligence and Machine Learning, Cloud Computing
By Rahul Kumar Sharma
Jul 13, 2021
AWS, Azure, Cloud Computing
By Cherukula Bhanu Prakash Reddy
Jul 13, 2021
AWS, Azure, Cloud Computing
By Harshita Gupta
Jun 30, 2021
AWS, Azure, Cloud Computing
By Anusha Shanbhag
Jun 30, 2021
Cloud Computing, DevOps
By Sridhar Immanni
Jun 15, 2021
AWS, Cloud Computing
By Rekha S
Jun 13, 2021
Analytics, Azure, Azure Machine Learning
By Gurjot Brar
Jun 2, 2021
AWS, Cloud Computing, DevOps
By Anusha Shanbhag
May 31, 2021
AWS, Cloud Computing
By Shyla J
May 21, 2021
Big Data, Cloud Data Science, Data Analytics
By CloudThat
May 18, 2021
AWS, Cloud Computing
By Sindhu Priya M
May 17, 2021
AWS, Azure, Google Cloud (GCP)
By Shabana R
May 17, 2021
Azure, Cyber Security, Microsoft Azure
By CloudThat
May 10, 2021
AWS, Azure, Cloud Computing
By Prarthit Mehta
May 10, 2021
Azure, Cloud Computing
By Shaik Munwar Basha
May 8, 2021
AI/ML, Artificial Intelligence, Azure
By Rohan Saini
May 7, 2021
AWS, Azure, Google Cloud (GCP)
By Daneshwari Mathapati
Apr 29, 2021
AI, AI/ML, Azure
By CloudThat
Apr 26, 2021
Meet Ramani
Aug 21, 2015
Greate job done…arman.keep it up..bro
seva
Aug 21, 2015
Excellent work armaan 🙂 keep going 🙂
Arman Koradia
Aug 21, 2015
Thank you 🙂
Pooja Ganatra
Aug 21, 2015
Great Arman……….Keep it up. (y) Gently Explained.
Impressive lines “This is the only industry which is more fashion driven than women’s fashion.” 🙂 🙂
Arman Koradia
Aug 21, 2015
Thanks Pooja… It indeed is..
Rajan Desai
Aug 21, 2015
To do one thing, sometimes there are so many options but choosing one best suitable option is a choice of smart person. That smart person is our expert Arman.
Thanks for providing this easy way.
Arman Koradia
Aug 21, 2015
Thanks for your lines bro… Happy to help always..
chiranjiv
Aug 20, 2015
superb explanation…
Arman Koradia
Aug 21, 2015
Thank you Chiranjiv
Suhani kalola
Aug 20, 2015
Wonderful
rekha koradia
Aug 20, 2015
Nice
parth lathiya
Aug 20, 2015
Excellent work done by Arman….I’ll help many people ty …
Arman Koradia
Aug 21, 2015
Thanks Parth