본문 바로가기
[AWS]/AWS SAA EXAMTOPICS

[AWS][SAA][EXAMTOPICS] Question 176

by METAVERSE STORY 2022. 6. 30.
반응형
728x170

A development team is releasing a new product on AWS, and as part of the rollout, they are use AWS Lambda. For one of the Lambda functions, the team allocates 512 MB of RAM. The function is finished in two minutes with this memory allocation. Monthly, the function is executed millions of times, and the development team is worried about the cost. The team does experiments to determine the effect of various Lambda memory allocations on the function's cost.

Which measures will result in a decrease in the product's Lambda costs? (Select two.)

  • A. Increase the memory allocation for this Lambda function to 1,024 MB if this change causes the execution time of each function to be less than 1 minute.
  • B. Increase the memory allocation for this Lambda function to 1,024 MB if this change causes the execution time of each function to be less than 90 seconds.
  • C. Reduce the memory allocation for this Lambda function to 256 MB if this change causes the execution time of each function to be less than 4 minutes.
  • D. Increase the memory allocation for this Lambda function to 2,048 MB if this change causes the execution time of each function to be less than 1 minute.
  • E. Reduce the memory allocation for this Lambda function to 256 MB if this change causes the execution time of each function to be less than 5 minutes

 

한글 번역

개발 팀이 AWS에서 신제품을 출시하고 있으며 출시의 일환으로 AWS Lambda를 사용하고 있습니다. Lambda 함수 중 하나를 위해 팀은 512MB의 RAM을 할당합니다. 이 메모리 할당으로 함수는 2분 안에 완료됩니다. 함수는 월간 수백만 번 실행되고 개발 팀은 비용에 대해 걱정하고 있습니다. 팀은 다양한 Lambda 메모리 할당이 함수 비용에 미치는 영향을 확인하기 위해 실험을 수행합니다.

어떤 조치로 제품의 Lambda 비용이 감소합니까? (2개를 선택하세요.)

  • A. 이 변경으로 인해 각 함수의 실행 시간이 1분 미만이 되는 경우 이 Lambda 함수에 대한 메모리 할당을 1,024MB로 늘립니다.
  • B. 이 변경으로 인해 각 함수의 실행 시간이 90초 미만이 되는 경우 이 Lambda 함수에 대한 메모리 할당을 1,024MB로 늘립니다.
  • C. 이 변경으로 인해 각 함수의 실행 시간이 4분 미만이 되는 경우 이 Lambda 함수에 대한 메모리 할당을 256MB로 줄이십시오.
  • D. 이 변경으로 인해 각 함수의 실행 시간이 1분 미만이 되는 경우 이 Lambda 함수에 대한 메모리 할당을 2,048MB로 늘립니다.
  • E. 이 변경으로 인해 각 함수의 실행 시간이 5분 미만이 되는 경우 이 Lambda 함수에 대한 메모리 할당을 256MB로 줄이십시오.

 

 

 

정답

  • A. Increase the memory allocation for this Lambda function to 1,024 MB if this change causes the execution time of each function to be less than 1 minute.
  • C. Reduce the memory allocation for this Lambda function to 256 MB if this change causes the execution time of each function to be less than 4 minutes.

 

해설

120000 월 300만 메모리 512MB 가격 2994.33 달러

A 59999 월 300만 요청 메모리 1024MB 가격 2994.28 달러/월
B 89999 월 300만 요청 메모리 1024MB 가격 4494.58 달러/월
C 239999 월 300만 요청 메모리 256MB 가격 2994.32 달러/월
D 59999 월 300만 요청 메모리 2048MB 가격 5994.83 달러/월
E 299999 월 300만 요청 메모리 256MB 가격 3744.47 달러/월

 

계산을 완료해 보니 문제보다 저렴한 가격을 형성할 수 있는 것은 A와 C 이므로 정답은 A와 C 이다.

 

참조 문서

https://dashbird.io/lambda-cost-calculator/

 

AWS Lambda Cost Calculator

Estimate the cost of using AWS Lambda functions. This AWS Lambda cost calculator is based on Amazon's pricing info.

dashbird.io

 

반응형
그리드형

댓글