- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- AWS
- 데이트코스
- Jakarta Persistence
- amozon
- python
- 이미지오류
- 숲느낌
- Index 1 out of bounds for length 1
- presigned
- 몽고디비 클론
- adverising
- 인계동
- 수원맛집
- mongodb atlas
- java
- opennlp
- secrets manager example code
- 401error
- 주차가능
- Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
- source endpoint
- secrets-manager-config
- Cannot have overlapping
- 구 트위터
- secrets manager
- mongo to mysql
- Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- 수원
- deeplearning4j
목록AWS (5)
DevOps-Life
JAVA에서는 post 방식을 지원하지 않아 찾아본 python 방식업로드용 presign url을 만들기위한 베이직 소스 import loggingimport boto3from botocore.exceptions import ClientErrordef create_presigned_post(bucket_name, object_name, fields=None, conditions=None, expiration=3600): """Generate a presigned URL S3 POST request to upload a file :param bucket_name: string :param object_name: st..
AWS 인증서는 private 인증서만 (CA) 내보내기 다운로드가 가능하다. public 인증서 는 내보내기를 할 수 없다. 참조 https://support.skdt.co.kr/ko/support/solutions/articles/42000093482--acm-amazon-ssl-%EC%9D%B8%EC%A6%9D%EC%84%9C-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C [ACM] Amazon SSL 인증서 다운로드 질문 신규로 추가한 도메인에 대해 Amazon SSL 인증서가 필요합니다. 현재 AWS에 적용되어 사용 중인 Amazon SSL인증서를 다운로드받거나 별도로 제공받을 수 있는 방법이 있을까요? 답변 Amazon에서 발 support.skdt.co.kr
간단하지만 혼동되는 블로그가 많아 정리. aws secrets manager setting 1. application.yml setting 2. code setting maven : io.awspring.cloud spring-cloud-starter-aws-secrets-manager-config 2.3.3 org.springframework.cloud 에서 io.awspring.cloud 로 변경 됨. 참조 : https://stackoverflow.com/questions/70375435/importing-secrets-in-spring-boot-application-from-aws-secrets-manager Importing secrets in Spring Boot application from..
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..
AWS Lambda에서 S3 트리거를 걸려 할때 생기는 문제로. 현재 해당 s3 경로에 이미 트리거가 걸려 있을때나, 걸어놔서 이벤트가 있는 상태에서 다시 걸려고 할 때 문제가 된다. 해결방법 Aws S3 -> 해당 버킷 -> 속성 -> 하단 이벤트 알림을 삭제해 준다.