Skip to content

Commit 73406ac

Browse files
bene2k1jcirinosclwyRoRoJ
authored
Apply suggestions from code review
Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
1 parent 7514d50 commit 73406ac

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
33
title: Migrating VMware virtual machines to Scaleway Instances
4-
description: Find out how to migrate virtual VMware machines to Scaleway Instances.
4+
description: Find out how to migrate virtual VMware machines to Scaleway Instances.
55
h1: Migrating VMware virtual machines to Scaleway Instances
6-
paragraph: Find out how to migrate virtual VMware machines to Scaleway Instances.
6+
paragraph: Find out how to migrate virtual VMware machines to Scaleway Instances.
77
dates:
88
validation: 2025-04-29
99
posted: 2024-04-29
@@ -17,7 +17,7 @@ However, with the right tools and a step-by-step approach, you can successfully
1717

1818
This guide will walk you through the process of migrating your VMware virtual machines to Scaleway Instances, covering everything from preparing your Scaleway Instance to managing the migration, converting VMDK files to QCOW2,
1919
uploading the QCOW2 image to Scaleway Object Storage, and finally, creating an image from the imported volume and booting an instance with the image.
20-
By following these steps, you'll be able to seamlessly migrate your VMware virtual machines to Scaleway Instances, ensuring minimal downtime and optimal performance.
20+
By following these steps, you will be able to seamlessly migrate your VMware virtual machines to Scaleway Instances, ensuring minimal downtime and optimal performance.
2121

2222
## Validating the inventory of machines to migrate
2323

@@ -27,7 +27,6 @@ Identify the virtual machines (VMs) to migrate on your VMware plattform:
2727
- Network configuration (number of NICs, type)
2828
- Boot type (BIOS or UEFI)
2929

30-
3130
## Preparing a Scaleway Instance to manage the migration
3231

3332
1. [Create a new Instance](/instances/how-to/create-an-instance/) to handle the migration and log into it [using SSH](/instances/how-to/connect-to-instance/).
@@ -53,7 +52,7 @@ Identify the virtual machines (VMs) to migrate on your VMware plattform:
5352

5453
3. Configure credentials for the tools:
5554
- For Scaleway: `scw init`
56-
- For AWS/S3: Refer to [Using Object Storage with the AWS-CLI](https://www.scaleway.com/en/docs/object-storage/api-cli/object-storage-aws-cli/)
55+
- For AWS/S3: Refer to [Using Object Storage with the AWS-CLI](/object-storage/api-cli/object-storage-aws-cli/)
5756
- For vCenter: credentials and VPN (if needed):
5857
```
5958
export GOVC_PASSWORD=<VMware password>
@@ -112,7 +111,7 @@ aws s3 cp <vm_name>.qcow2 s3://<bucket_name>/
112111
```bash
113112
scw block snapshot import-from-object-storage bucket=<my_bucket> key=<my-qcow2-file-name.qcow2> name=<my-imported-snapshot> size=<size-in-GB>
114113
```
115-
2 . Create a volume from the snapshot:
114+
2. Create a volume from the snapshot:
116115

117116
```bash
118117
scw instance image create snapshot-id=<snapshot-id> arch=x86_64

0 commit comments

Comments
 (0)