Sky Archive

자격증/AWS Developer Associate 23

[AWS] Certified Developer Associate Dump 문제 006

What are the steps to using the AWS CLI to launch a templatized serverless application? A. Use AWS CloudFormation get-template then CloudFormation execute-change-set. B. Use AWS CloudFormation validate-template then CloudFormation create-change-set. C. Use AWS CloudFormation package then CloudFormation deploy. D. Use AWS CloudFormation create-stack then CloudFormation update-stack. 템플리트화된 서버 없는 ..

[AWS] Certified Developer Associate Dump 문제 004

A Developer is working on an application that tracks hundreds of millions of product reviews in an Amazon DynamoDB table. The records include the data elements shown in the table: Which field, when used as the partition key, would result in the MOST consistent performance using DynamoDB? A. starRating B. reviewID C. comment D. productID 한 개발자가 아마존 다이너모DB 테이블에서 수억 건의 제품 리뷰를 추적하는 애플리케이션을 개발 중이다. 기..