Template Images
For faster deployment, you may want to start already pre-configured instances with all your settings, tools and applications already installed.
To do so, you can create your own image that you can use as a template for deployment.
AWS
To create a template image
- Launch a Genymotion instance and prepare it with all the settings, tools and applications you need.
- From the EC2 Management console, select this instance and click on Actions > Image and templates > Create Image.
- This will create an AMI in the geographic zone where the instance was launched.
- You can find it in the Image > AMIs page.
Use a custom image in another geographic zone
- To use your custom images in another geographic zone, copy them to this zone by selecting the custom images in Image > AMIs and clicking Actions > Copy AMI > Select the zone.
- Then, to use this custom image in a new instance: when creating a new instance, simply select the AMI you created from My AMIs.
- Make sure to use the same settings, especially the same security group(s) or firewall rules, as the original instance.
- Launch a Genymotion instance and prepare it with all the settings, tools and applications you need.
GCP
Compute Engine
- In Compute Engine, go to Snapshots and create a snapshot from this instance — it can be used as a base custom image.
- To create a new instance with this custom image, go to Create instance in Compute Engine and select the snapshot you created as the boot disk image.
ECS (AWS)
- From ECS/Instances, select this instance and click on More > Disk and Image > Create Custom Image.
- This will create a custom image in the geographic zone where the former instance was launched.
- To create a new instance with this custom image, click Create an instance from the ECS Console in Overview.
- In the Image section, select Custom image and select the image you created from the drop down menu.
- This will create a launch an instance with the same settings and contents as the original instance.
Use a custom image in another geographic zone
- To use your template images in another geographic zone, select the image in ECS/Images, then click on Copy Image > Target Region.
Azure exports
- Go to the Virtual Machine section, select the instance you wish to use as a template and click Export Template.
- You can download the template as a .zip file, add it to your library or deploy it directly.
- To use your template images, please refer to Azure documentation for detailed instructions.
[End]