Migrating workloads from one AWS account to another

0

Hi all, I am trying to migrate my web application from one AWS account to another and cannot face any downtime.

  1. What would be the best way to go about this?
  2. I am using Route 53 for my domain. Should I transfer my domain to my new AWS account and then quickly point to my new resources? Will this result in any downtime? Thanks!
2 Answers
1

The procedure for transferring the domain registration between AWS accounts is documented here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-between-aws-accounts.html

You can copy the hosted zone to the destination account, and either before or after transferring the domain registration, change the name servers for the domain to point to the hosted zone in the new account. There will be no downtime, because regardless of whether users' DNS queries go to the old zone or new zone due to regular DNS caching across the internet, they'll receive identical responses, because the zone contents are identical.

The only impact will be that during the time that parts of the internet will be querying the old zone and other parts the new one, you'll have to make any changes you need in both zones.

EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago
profile picture
EXPERT
reviewed 5 months ago
1

Hi,

This blog post details the core strategies to migrate resources and workloads across accounts: https://aws.amazon.com/blogs/architecture/migrate-resources-between-aws-accounts/

Of course, it is to adapted to your specific use case but the proposed solutions are widely applicable.

On your Route53 question, this official documentation page provides the procedure to follow: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-between-aws-accounts.html

Best,

Didier

profile pictureAWS
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago
profile picture
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions