Transfer some instance ownership

0

Here is the situation:

  1. Lets say my organization use 10 VM EC2 instances
  2. Can I transfer the ownership of 5 VM EC2 instances into a different organization or personal account? I am trying to avoid migration, because these 5 instance are production instance.

Thanks!

2 Respuestas
1

Short answer: No.

While you can transfer a whole account to a different organization you can't transfer EC2 instances between accounts. In this case, you can't transfer part of an account - only the whole account so you will need to look at some type of migration process. You might consider the Application Migration Service.

profile pictureAWS
EXPERTO
respondido hace un año
profile picture
EXPERTO
revisado hace un año
1

To expand on Brettski-AWS answer.

As Brettski-AWS mentioned you can only migrate whole accounts between AWS Organisations or update/transfer ownership to another individual or organisation, which moves all resources in the accounts.

By transfer ownership I assume you mean move them to a separate AWS account. There are a few ways to achieve this:

In all cases this will allow you to move the data and re-provision the compute instance, but will require changes to networking, e.g. Security Groups, Elastic IP's and Elastic Load Balancers. Also note that Tags should be captured and verified / re-applied as well.

If you do complete progress with this look at using CloudFormation (https://aws.amazon.com/cloudformation) to provision the new instances so they can be managed as code going forward, which will make future migrations / updates easier.

AWS
Rob
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas