Enrique Salcedaquique.hashnode.dev·Jan 3, 2023Move domain from one AWS account to another one with the CLILast week I had the task of moving a domain that was in one AWS account to another one. It's really easy you just need: Programmatic access to the account that has the domain. Programmatic access to the account that will receive the domain. Comma...Discuss·34 readsdomain-transfer
Taegu Kangktg0210.hashnode.dev·Jan 2, 2023transfering domain to another accountoutline How to trasfer domain to another AWS account. Please follow below sequence. source account >> aws sts get-caller-identity --query "Account" --output text 1234567890 root@ ~ >> aws route53domains list-domains --region us-east-1 { "Dom...DiscussAWS