What exactly gets transferred when I copy an AWS EC2 Instance from one region to another?
- Do all the packages installed using
yum
get transferred? - Are all the core packages (with my added content - e.g. special settings in php.ini etc) get transferred?
- Are all the files getting transferred?
- Are all the DBs (assuming I have MySQL installed directly on the server and not on a separate RDS instance) get transferred?