Posted on January 23, 2019 at 4:48 pm
You can create an Instance Template out of disk snapshot like this:
1) Created an instance
2) Install the required services on that instance
3) Create the image from the disk using the steps mentioned on this link.
4) With that Image create a new template.
Other simpler steps recommended by an user:
1) Create your Snapshot
2) Create Disk from your Snapshot
3) Create an Image from Disk
4) Create an Instance Template from Image
Other Posts
- NodeJs Request.Get Example with Error Handling
- NodeJs HTTPS.Get Example with Error Handling
- How to Find PHP.ini Location
- How to Enable Display of Errors in PHP
- Go One Directory Level Up/Back with Dirname() in PHP
- Save a String to File in Python
- Create a File Name with Current Date & Time in Python
- Get Current Script Path in Python
Updated Posts
- Compress Word, Excel and PowerPoint Office Documents
- Download OpenVPN 2.4.7 and TAP-Windows
- api-ms-win-crt-runtime-l1-1-0.dll is missing
- jQuery Get File Extension Before Uploading File
- Estimate Number of Visitors and Pageviews of any Website
- How to Configure OVH Email POP3 with Thunderbird
- Simple jQuery File Upload SimpleUpload.js
- Repeat AJAX GET Until a Specific Response is Met in jQuery