Sky Archive

Developer 19

[AWS Certified] Associate - Developer 시험 안내 및 공부법, 합격 후기

안녕하세요.🐱‍🐉 얼마 전에 AWS 자격증을 취득해서 자격증을 준비하며 시험과 관련하여 도움된 점, 공부법 등 을 포스팅을 해봐요. 1.1 자격증 종류 1.2 시험 시간 및 비용 1.3 AWS 시험 응시 관련 1.4 AWS 시험 결과 1.5 AWS 공부 방법 1.1 AWS 자격증 종류 자격증 등급 - 기초 (Foundational) - 어소시에이트 (Associate) - 프로페셔널 (Professional) - 전문 분야 (Specialty) ※ 현재는 이전 등급을 합격할 필요 없이 바로 모든 시험을 응시할 수 있어요. 그렇지만 시험 비용이 마냥 저렴하진 않고 합격 시 다른 시험의 비용을 50% 할인해주는 할인 코드를 제공해 주기 때문에, 프로페셔널까지 취득 예정이라면 아래 단계 시험부터 응시하는 것도..

[AWS] Certified Developer Associate Dump 문제 021

A serverless application uses an API Gateway and AWS Lambda. Where should the Lambda function store its session information across function calls? A. In an Amazon DynamoDB table B. In an Amazon SQS queue C. In the local filesystem D. In an SQLite session table using ג€"DSQLITE_ENABLE_SESSION 서버가 없는 애플리케이션은 API Gateway와 AWS Lambda를 사용한다. 람다 함수는 함수 호출에서 세션 정보를 어디에 저장해야 하는가? A. Amazon DynamoDB 테이블에..

[AWS] Certified Developer Associate Dump 문제 017

A Developer has created a large Lambda function, and deployment is failing with the following error: ClientError: An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: Unzipped size must be smaller than XXXXXXXXX bytesג€™, where XXXXXXXXX is the current Lambda limit What can the Developer do to fix this problem? A. Submit a limit increase request to AWS Su..

[AWS] Certified Developer Associate Dump 문제 010

A current architecture uses many Lambda functions invoking one another as large state machine. The coordination of this state machine is legacy custom code that breaks easily. Which AWS Service can help refactor and manage the state machine? A. AWS Data Pipeline B. AWS SNS with AWS SQS C. Amazon Elastic MapReduce D. AWS Step Functions 현재의 아키텍처는 대형 상태 기계로서 서로를 호출하는 많은 람다 기능을 사용한다. 이 상태 기계의 조정은 쉽게..

[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. 템플리트화된 서버 없는 ..