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개 답변
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
전문가
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠