- Today
- Total
반응형
Notice
Recent Posts
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 | 29 | 30 |
Tags
- secrets manager
- mongo to mysql
- secrets-manager-config
- Jakarta Persistence
- 401error
- 인계동
- 데이트코스
- Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- source endpoint
- python
- 주차가능
- AWS
- unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
- Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- 숲느낌
- 이미지오류
- secrets manager example code
- mongodb atlas
- deeplearning4j
- presigned
- amozon
- 수원맛집
- Cannot have overlapping
- Index 1 out of bounds for length 1
- java
- 수원
- 구 트위터
- opennlp
- adverising
- 몽고디비 클론
Archives
DevOps-Life
[AWS DMS] MongoDB Atlas To AWS RDS(Mysql) endpoint 생성 본문
반응형
SMALL
Aws endpoint 생성 시
외부에 있는 mongodb atlas 를 소스 대상으로 설정 하면서 생겼던 문제 .
Test Endpoint failed: Application-Status: 1020912, Application-Message: Failed to create new client connection Failed to connect to database., Application-Detailed-Message: Error verifying connection: 'No suitable servers found
-- TLS 1.2 를 위해 인증을 "요구" 상태로 바꾸어 준다.
Failed to create new client connection Failed to connect to database., Application-Detailed-Message: Error verifying connection: 'Authentication failed.'
-- 인증 소스를 mongoDB의 인증 데이터 베이스 기본값인 admin을로 설정해준다.
몽고디비를 외주 업체에서 사용해서 넘겨 받은거라 사용해 본적이 없어서
저 admin 데이터베이스에 한참 헤매었다 ....
별 것도 아닌걸 ...
반응형
LIST
'IT > System' 카테고리의 다른 글
[FCM] IOS 401 error (4) | 2024.04.11 |
---|---|
[MongoDB] Database clone 작업 (0) | 2023.12.11 |
[AWS] Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type. (1) | 2023.09.14 |
SSH 공개키와 개인키 (0) | 2018.12.31 |
rSyslog 적용방법과 history를 이용한 커멘드 로그출력 (0) | 2018.12.18 |
Comments