Sky Archive

자격증/AWS Developer Associate

[AWS] Certified Developer Associate Dump 문제 020

Anchovy ʕ-᷅ᴥ-᷄ʔ 2021. 8. 11. 21:57

A company wants to implement a continuous integration for its workloads on AWS. The company wants to trigger unit test in its pipeline for commits-on its code repository, and wants to be notified of failure events in the pipeline.
How can these requirements be met?


A. Store the source code in AWS CodeCommit. Create a CodePipeline to automate unit testing. Use Amazon SNS to trigger notifications of failure events.
B. Store the source code in GitHub. Create a CodePipeline to automate unit testing. Use Amazon SES to trigger notifications of failure events.
C. Store the source code on GitHub. Create a CodePipeline to automate unit testing. Use Amazon CloudWatch to trigger notifications of failure events.
D. Store the source code in AWS CodeCommit. Create a CodePipeline to automate unit testing. Use Amazon CloudWatch to trigger notification of failure events.


AWS에서 워크로드에 대한 지속적인 통합을 구현하고자 하는 기업 이 회사는 자사의 코드 저장소에 대한 커밋을 위해 파이프라인에서 단위 테스트를 실행하기를 원하며, 파이프라인에서 발생한 오류에 대해 통지받기를 원한다.
이러한 요구 사항을 어떻게 충족시킬 수 있는가?


A. 소스 코드를 AWS CodeCommit에 저장하십시오. CodePipeline을 생성하여 장치 테스트를 자동화하십시오. 실패 이벤트에 대한 알림을 트리거하려면 Amazon SNS를 사용하십시오.
B. 소스 코드를 GitHub에 저장하십시오. CodePipeline을 생성하여 장치 테스트를 자동화하십시오. 실패 이벤트에 대한 알림을 트리거하려면 Amazon SES를 사용하십시오.
C. GitHub에 소스 코드를 저장하십시오. CodePipeline을 생성하여 장치 테스트를 자동화하십시오. Amazon CloudWatch를 사용하여 오류 이벤트에 대한 알림을 트리거하십시오.
D. 소스 코드를 AWS CodeCommit에 저장하십시오. CodePipeline을 생성하여 장치 테스트를 자동화하십시오. Amazon CloudWatch를 사용하여 장애 이벤트 알림을 트리거하십시오.


정답↓