migrate a linux with overlayfs to AWS

0

Has anyone successful migrate a linux VM, which using overlayfs (read only) to AWS EC2?

wmz
asked 2 years ago203 views
1 Answer
0

Hello and thank you for reaching out with your question.

In short, YES, it is possible to migrate your Linux VM with overlayfs to AWS. To do this you will need to import your source root disk image as a snapshot to create an AMI (Amazon Machine Image) and then use that AMI to run your EC2 servers. Note, due to the nature of this custom AMI setup, it may require you to debug any issues that may occur when booting up from your end. 
 
I will attach some links to documentation with further information below. 

https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-import-snapshot.html https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/LaunchingAndUsingInstances.html

Please reach out if you have any further questions.
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions