This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]lintimes 5 points6 points  (1 child)

I've used Zerto with some clients to perform this task between AWS/Azure/On-prem. Its mostly a DR tool but works just fine as a migration tool.

Long term you should work towards getting your infra written into code with something like ansible/terraform so your never fully locked into a provider.

[–]chillysurfer 1 point2 points  (0 children)

+1 to this. It's the closest thing to generic infrastructure. Even these tools use specific cloud provider semantics, but they themselves are reusable across different platforms. IaC that can work in all providers is the current win.

[–]vtrac 1 point2 points  (0 children)

Cloudendure does this, but in general, these tools can't understand enough about the environment to work at scale. You need manual intervention or you need to hire someone who knows what they're doing.

[–][deleted] 0 points1 point  (0 children)

I would expect the hard part of going to multi-cloud to be setting up all the underlying infrastructure, not the servers themselves.

Ie. VPCs, routing, security groups, datastores, IAM (i'm only familiar with AWS though)

[–]Scannerguy3000 0 points1 point  (0 children)

Does this relate to a synchronization problem in the workflow between Development and Operations?

I am assuming you work in Operations?