전체 글
-
codepipeline 승인 절차카테고리 없음 2023. 5. 3. 10:20
codepipeline 승인 slack codepipeline 수동승인 아래 출처 된 내용으로 진행했다. https://qiita.com/Macaron_Suke/items/17bcdae3fe4512e22eea codepipelineの承認をslack上で行う - Qiita Codepipeline上で承認を行っていた 今回、社内から要望が上がってきたので備忘録として記載しておく。これまではCodepipelineで本番環境にDeployする前段階で以下のような「承認」を経てデプロイ qiita.com #람다 환경변수 token channel_id code_name 람다 레이어 계층 설정 #slack 알람 람다함수 등록 https://github.com/assertible/lambda-cloudwatch-slack/ GitHub -..
-
cli53 명령어 사용법카테고리 없음 2023. 3. 13. 15:27
cli53 명령어 사용법 A 레코드 별칭 생성법 # 예시 cli53 rrcreate utest.co.kr 'dev2-cheongsol AWS ALIAS A dualstack.utest.com-1651651651.ap-northeast-2.elb.amazonaws.com 호스트영역 값 false' #실제 값 cli53 rrcreate utest.co.kr 'dev2-cheongsol AWS ALIAS A dualstack.utest.com-1651651651.ap-northeast-2.elb.amazonaws.com EDSAIJFOASDIJ false' 백업 cli53 export --full --debug utest.co.kr > etoos.com.txt 2> example.com.err.log 삭제 #..
-
Amazon ECS 컨테이너 배포 빠르게카테고리 없음 2023. 2. 15. 15:28
권장 설정 ( 대상 그룹 상태 검사 설정 ): HealthCheckIntervalSeconds: 5 초 HealthyThresholdCount: 2 이 구성은 로드 밸런서가 ECS에서 컨테이너를 정상 상태로 간주하기까지 10초밖에 걸리지 않는다는 것을 의미합니다. 권장 설정 ( 대상 그룹 속성 ): deregistration_delay.timeout_seconds: 5 초 이렇게 하면 로드 밸런서가 클라이언트와 백엔드 서버 간의 연결 유지 연결을 끊기 전에 5초만 대기한 다음 드레이닝이 완료되었음을 ECS에 보고하고 ECS가 작업을 중지할 수 있습니다. 출처 https://nathanpeck.com/speeding-up-amazon-ecs-container-deployments/
-
gitlab list all project카테고리 없음 2023. 2. 15. 14:49
api 형식... 콘솔 들어가서 확인하면 된다. 설치 Advanced REST client 아래와 같이 url 값 입력 https://gitlab.xxxx.com/api/v4/projects?per_page=100&page=1&simple=true&private_token=2124asfasdfsdaf https://gitlab.xxxx.com/api/v4/projects?per_page=100&page=2&simple=true&private_token=2124asfasdfsdaf https://gitlab.xxxx.com/api/v4/projects?per_page=100&page=3&simple=true&private_token=2124asfasdfsdaf 출력 된 내용을 txt 형식으로 만들어서 저장..
-
aws 슬랙 알람카테고리 없음 2022. 11. 10. 10:13
https://github.com/assertible/lambda-cloudwatch-slack GitHub - assertible/lambda-cloudwatch-slack: Send AWS CloudWatch notifications to a Slack channel using Lambda Send AWS CloudWatch notifications to a Slack channel using Lambda - GitHub - assertible/lambda-cloudwatch-slack: Send AWS CloudWatch notifications to a Slack channel using Lambda github.com 메뉴얼대로 작업 후 람다에 등록함