You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,42 @@ To begin the deployment process, ensure that you have the necessary prerequisite
10
10
11
11
Before running the deployment script, please ensure that you have the following parameters readily available:
12
12
13
+
#### The following parameters are mandatory
14
+
15
+
-*Deployment Type (`-d`):* Choose whether you want to use a `new_vnet` or an `existing_vnet`.
13
16
-*Location (`-l`):* The Azure region where you want to deploy your resources, such as `eastus`.
14
17
-*Resource Group (`-r`):* The name of the Azure Resource Group where the deployed resources will be managed, e.g., `aws-datasync-rg`.
15
18
-*Virtual Machine Name (`-v`):* The desired name for the Azure Virtual Machine that will host the AWS DataSync Agent, for example, `datasync-vm`.
16
19
20
+
#### The following parameters are mandatory when the value of `-d` is `existing_vnet`
21
+
22
+
-*VNET Resource Group (`-g`):* The name of the Azure Resource Group with the existing VNET, e.g., `existing-vnet-rg`
23
+
-*VNET Name (`-n`):* The name of the existing VNET, e.g., `existing-vnet`
24
+
-*Subnet Name (`-s`):* The name of the subnet that exists in the VNET, e.g., `existing-subnet`
25
+
17
26
---
18
27
19
28
This script has been developed to run on an Amazon Linux 2 AMI and the EC2 instance should have at least 160GB of disk space for the conversion process
@@ -53,7 +73,7 @@ The deployment script automates several steps to ensure a smooth integration bet
53
73
The script will facilitate the seamless upload of the converted HVD file as a managed disk within the specified Resource Group. This disk will contain the AWS DataSync Agent.
54
74
55
75
8.*Create Virtual Machine:*
56
-
Leveraging the uploaded managed disk, the script will assist you in creating an Azure Virtual Machine. This Virtual Machine will host the AWS DataSync Agent and enable data synchronization between AWS and Azure.
76
+
Leveraging the uploaded managed disk, the script will assist you in creating an Azure Virtual Machine in either a new VNET or an existing VNET. This Virtual Machine will host the AWS DataSync Agent and enable data synchronization between AWS and Azure.
57
77
58
78
## Clean Up
59
79
@@ -62,7 +82,6 @@ Once the deployment script has successfully executed and the AWS DataSync Agent
62
82
-*Delete Amazon Linux EC2 Instance:*
63
83
The Amazon Linux EC2 instance that was used for the deployment can be safely deleted. The script will have completed its tasks, and the instance is no longer required for the ongoing operation of the integration.
64
84
65
-
66
85
Thank you for using the *AWS DataSync Deployment for Azure* repository. We hope this tool proves valuable in streamlining your data synchronization between AWS and Azure environments.
67
86
68
87
## Security
@@ -72,4 +91,3 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform
72
91
## License
73
92
74
93
This library is licensed under the MIT-0 License. See the LICENSE file.
0 commit comments