Database
[Tip] AWS DMS endpoint 실패 조치하기
SH-Tech
2022. 7. 6. 15:38
반응형
안녕하세요 서후아빠입니다. ^_^
이번 세션은 AWS DMS로 Migration 중인 엔드포인트 실패에 대한 메시지와 조치 방법에 대해서 간단히 알아보겠습니다.
확인 방법
엔드포인트 연결 테스트 확인 : DMS > Endpoint > 엔드포인트 선택(예: rds-ep) > endpoint connection test
- Endpoint identifier : rds-ep
- Status : failed
- Message : The endpoint failed: Application-Status: ..... RetCode: SQL_ERROR SqlState: HY000 NativeErrpr: 1045 Message: [unixODBC][MySQL][ODBC 8.0(w) Driver]Access denied for user 'dms'@'106.10.192.10' (using password: YES)
조치 방법
dms 사용자에 대한 액세스 권한이 없기 때문에 실패가 발생한 것으로 엔드포인트 구성을 수정한다.
DMS > Endpoint > 엔드포인트 선택(예: rds-ep) > User name(dms), Password(**********) > save
반응형