![article thumbnail](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FmgcfU%2Fbtr5t8rrNW8%2FkvtMfezrPdBFVzneH0jZ20%2Fimg.png)
1. cdk 컨테이너 초기화 후 정상 실행 확인 (간단한 lambda 함수 하나) 2. jenkins-container 연결 (ansible 연결 + ssh 설치 + 인벤토리 등록) 3. pipeline 생성 4. jenkinsfile 작성 후 commit - hook - deploy 확인 1. cdk 컨테이너 초기화 후 정상 실행 확인 (간단한 lambda 함수 하나) 이전에 만들었던 dockerfile 로 빌드한 cdk 컨테이너에서 작업할꺼다 bootstrapping 까지 확인해보고 이후 dynamoDB 아이템을 수정하는 간단한 람다 함수를 넣어서 deploy 해보고 jenkins 컨테이너와 pipeline 으로 연결한 뒤 항목 값을 바꿔서 commit test 를 진행해볼 예정 docker run ..
![article thumbnail](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbb5J5P%2Fbtr4wLleGP7%2FK0IERpv40rp8iPzatzIft1%2Fimg.png)
- 대기열 모델의 경우 - SQS - pub/sub 모델의 경우 - SNS - 실시간 스트리밍을 하고 대용량 데이터를 다루는 모델 - Kinesis 248. SQS - 메세지 가시성 시간 초과 (Message Visibility Timeout) 소비자가 메세지를 폴링하면 그 메세지는 다른 소비자들에게 보이지 않게 됨 - 가시성 시간 시작 기본값으로 메세지 가시성 시간 초과는 30초 - 30초동안 이 메세지가 처리되어야 한다는 뜻 이 시간동안 동일한 혹은 다른 소비자가 메세지 요청 API 를 호출하면 메세지가 반환되지 않음 - 즉, 가시성 시간 초과 기간 내에서는 그 메세지는 다른 소비자들에게 보이지 않음 - 만약 가시성 시간이 초과되고, 메세지가 삭제되지 않았다면 메세지는 다시 대기열에 올라가고 , 다른..
#AWS Certified Developer Associate https://exam.ogu45.com/ Svelte app exam.ogu45.com examtopic 사이트를 번역해서 가져오는 사이트인가보다 낯익은 문제들이 많았다 회사에서 Amazon API Gateway REST API를 통해 액세스할 애플리케이션을 개발 중입니다. 등록된 사용자는 이 API의 특정 리소스에 액세스할 수 있는 유일한 사용자여야 합니다. 사용 중인 토큰은 자동으로 만료되어야 하며 주기적으로 새로 고쳐야 합니다. 개발자는 이러한 요구 사항을 어떻게 충족할 수 있습니까? A Amazon Cognito 자격 증명 풀을 생성하고 API Gateway에서 Amazon Cognito Authorizer를 구성하고 자격 증명 풀에..
![article thumbnail](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FlN28Q%2Fbtr1Wz1O3qo%2FoRO7VdXxPJxWpXbDdDsvQk%2Fimg.png)
개발 환경 구축 순서 1. CDK container setting - install aws-cli - install cdk-cli 2. create demo stack - create python code with chatGPT - test 3. ci/cd pipeline setting - jenkins config - ansible config - github config 4. test - test 23.03.06 2. Create Demo Stack jenkins 와 연동하기 전에 cdk 컨테이너에서 app-stack 을 정의한 python 파일을 실행 시켜 cloudformation 에 스택이 생성되는지 확인하려고 한다 ec2 instance 1개 lambda function 2개 dynamoDB ..
#AWS Certified Developer Associate examtopics 링크 https://www.examtopics.com/exams/amazon/aws-certified-developer-associate/view/ AWS Certified Developer Associate Exam – Free Exam Q&As, Page 1 | ExamTopics A gaming website gives users the ability to trade game items with each other on the platform. The platform requires both users' records to be updated and persisted in one transaction. If any u..
examtopics 링크 https://www.examtopics.com/exams/amazon/aws-certified-developer-associate/view/ AWS Certified Developer Associate Exam – Free Exam Q&As, Page 1 | ExamTopics A gaming website gives users the ability to trade game items with each other on the platform. The platform requires both users' records to be updated and persisted in one transaction. If any update fails, the transaction must r..