Eduardo Ortiz
Eduardo Ortiz

Reputation: 761

Is there a way to migrate from AWS to GCP

I'm trying to migrate an old project that I were using in AWS into GCP so my questions are:

  1. Can I migrate all of my Linux VMs without problem?
  2. Can I migrate all of my IAM permits from one another?

Information about these two cases would be greatly appreciated.

Upvotes: 0

Views: 424

Answers (1)

Badala Prashanth
Badala Prashanth

Reputation: 142

  1. Can I migrate all of my Linux VMs without problem? This can be achieved with steps mentioned in google cloud public document https://cloud.google.com/migrate/compute-engine/docs/4.2/how-to/migrate-aws-to-gcp/overview and you can also use tutorial https://www.qwiklabs.com/focuses/14359?parent=catalog

  2. Can I migrate all of my IAM permits from one another? Probably no.

Upvotes: 1

Related Questions