-
AWS GCP 도메인 이전DevOps 2023. 1. 4. 22:31
작년 1월에 발급받은 킹수빈닷컴 도메인 만료 메일이 와서 겸사겸사 GCP로 이사했다. 생각보다 뚝딱 해결이 안 돼서 메모
https://cloud.google.com/domains/docs/domain-transfer-in#domain-transfer-in
- AWS Route53 에서 정보를 메모해서 미리 Cloud DNS 쪽에 등록
- Authorization Code 는 AWS Route53 Registered domains 에서 확인
- DNS settings 관련 질의 시 Keep current DNS settings from current registrar
- 주소 적다가 에러 발생하니 잘 적기
- '@type': type.googleapis.com/google.rpc.BadRequest fieldViolations: - description: CONTACT_ERROR_INVALID_FORMAT field: registrant_contact.postal_address.locality - description: CONTACT_ERROR_INVALID_FORMAT field: admin_contact.postal_address.locality - description: CONTACT_ERROR_INVALID_FORMAT field: technical_contact.postal_address.locality
- 이전에 걸리는 시간은 최대 7일이라 해서 길 줄 알았는데 엄청 짧았음.
- 끝나면 Cloud Domains - DNS 이전에 사용하던 AWS NS 사용 중인데 Cloud DNS 로 수정
- 잘 반영됐는지 확인
nslookup -type=ns kingsubin.com
- 기존 AWS 설정 제거하고 결제 정보 확인
gcloud command not found
PATH 설정 잘 된 거 같은데 gcloud command 인식 못하는 문제
source ~/.zshrc
'DevOps' 카테고리의 다른 글
GCP Monitoring Mattermost Notification (0) 2023.05.12 ubuntu server 설정 (3) 2023.04.09 Google Cloud Translation API detect confidence (0) 2022.09.24 AWS 정적 웹 사이트 배포 과정 (1) 2022.01.11 AWS 배포 후 CI/CD 환경구성하기 (0) 2021.05.07