Notice
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 |
Tags
- 드림코딩
- 이펙티브자바 스터디
- BOJ
- 가상 면접 사례로 배우는 대규모 시스템 설계 기초
- 김영한 JPA
- 백준
- REST API
- 이펙티브자바 아이템60
- js array
- 이펙티브자바 아이템59
- 킹수빈닷컴
- 백기선 스터디
- 김영한 http
- Quick Sort
- HTTP 완벽 가이드
- 모던자바스크립트
- dreamcoding
- HTTP 완벽가이드
- 패스트캠퍼스 컴퓨터공학 완주반
- java
- js api
- http
- 이펙티브자바
- JS 딥다이브
- 집 구하기
- 프로그래머스
- JPA 연관관계 매핑
- 프로그래머스 SQL
- js promise
- Spring Security
- Today
- 1
- Total
- 17,173
kingsubin
AWS GCP 도메인 이전 본문
작년 1월에 발급받은 킹수빈닷컴 도메인 만료 메일이 와서 겸사겸사 GCP로 이사했다. 생각보다 뚝딱 해결이 안 돼서 메모
https://cloud.google.com/domains/docs/domain-transfer-in#domain-transfer-in
Transfer a registered domain to Cloud Domains | Google Cloud
Send feedback Transfer a registered domain to Cloud Domains Stay organized with collections Save and categorize content based on your preferences. This page describes how to transfer in a registered domain from other registrars to Cloud Domains and how to
cloud.google.com
- 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
'etc' 카테고리의 다른 글
Webstorm screen flickering (0) | 2023.01.01 |
---|---|
Java 정규표현식 검사 사이트 (0) | 2021.06.01 |
문자 인코딩과 유니코드 (0) | 2021.04.18 |
yaml 설정파일 값 사용하기 (0) | 2021.04.01 |
JSend (0) | 2021.03.24 |
0 Comments