[AWS_Practitioner] AWS Lambda

hyun·2023년 1월 5일
0

AWS_Practitioner

목록 보기
12/18
post-thumbnail

회사에서 중요한 애플리케이션을 AWS로 마이그레이션하려고 합니다. 응용 프로그램의 실행 시간이 짧습니다. 응용 프로그램은 데이터의 변경 또는 시스템 상태의 변화에 의해 호출됩니다. 회사는 운영 효율성을 극대화하고 애플리케이션 실행 비용을 최소화하는 컴퓨팅 솔루션이 필요합니다.
회사는 이러한 요구 사항을 충족하기 위해 어떤 AWS 솔루션을 사용해야 합니까?

The correct answer is B, AWS Lambda. AWS Lambda is a serverless compute service that allows you to run code in response to events or changes in data, without the need to provision or manage servers. It is designed to be highly scalable, efficient, and cost-effective, making it a good fit for short-running, event-driven applications like the one described in the question.

정답은 B, AWS Lambda입니다. AWS Lambda는 서버를 프로비저닝하거나 관리할 필요 없이 이벤트 또는 데이터 변경에 대한 응답으로 코드를 실행할 수 있는 서버리스 컴퓨팅 서비스입니다. 확장성, 효율성 및 비용 효율성이 뛰어나도록 설계되어 질문에 설명된 것과 같은 단기 실행 이벤트 기반 애플리케이션에 적합합니다.

AWS Lambda automatically scales to meet the demand of your application, and you only pay for the compute time you consume. This makes it an efficient and cost-effective solution for applications that have short runtimes and are invoked by changes in data or system state.

AWS Lambda는 애플리케이션의 수요에 맞게 자동으로 확장되며 사용한 컴퓨팅 시간에 대해서만 비용을 지불합니다. 따라서 런타임이 짧고 데이터 또는 시스템 상태의 변경에 의해 호출되는 애플리케이션을 위한 효율적이고 비용 효율적인 솔루션입니다.

The other options are not as well suited to these requirements:

다른 옵션은 이러한 요구 사항에 적합하지 않습니다.

A. Amazon EC2 On-Demand Instances are a type of Amazon Elastic Compute Cloud (EC2) instance that allows you to pay for compute capacity by the hour, with no upfront commitments. While On-Demand Instances can be a flexible and convenient option for some workloads, they may not be as cost-effective or efficient as other options for short-running, event-driven applications.

A. Amazon EC2 온디맨드 인스턴스는 사전 약정 없이 컴퓨팅 용량에 대해 시간당 요금을 지불할 수 있는 Amazon Elastic Compute Cloud(EC2) 인스턴스 유형입니다. 온디맨드 인스턴스는 일부 워크로드에 대해 유연하고 편리한 옵션이 될 수 있지만 단기 실행 이벤트 기반 애플리케이션에 대한 다른 옵션만큼 비용 효율적이거나 효율적이지 않을 수 있습니다.

C. Amazon EC2 Reserved Instances are a type of EC2 instance that allows you to make a low, one-time payment in exchange for a discounted hourly rate for the use of an EC2 instance. While Reserved Instances can provide cost savings for applications with predictable workloads, they may not be as cost-effective or efficient as other options for short-running, event-driven applications.

C. Amazon EC2 예약 인스턴스는 EC2 인스턴스 사용에 대해 할인된 시간당 요금을 받는 대신 저렴한 일회성 결제를 할 수 있는 EC2 인스턴스 유형입니다. 예약 인스턴스는 워크로드가 예측 가능한 애플리케이션에 비용 절감 효과를 제공할 수 있지만 단기 실행 이벤트 기반 애플리케이션을 위한 다른 옵션만큼 비용 효율적이거나 효율적이지 않을 수 있습니다.

D. Amazon EC2 Spot Instances are a type of EC2 instance that allows you to bid on unused EC2 capacity, with the possibility of obtaining compute capacity at a discounted rate. While Spot Instances can provide significant cost savings for applications with flexible start and end times, they may not be as reliable or suitable as other options for critical applications that have short runtimes and are invoked by changes in data or system state.

D. Amazon EC2 스팟 인스턴스는 미사용 EC2 용량에 입찰할 수 있는 EC2 인스턴스 유형으로, 할인된 가격으로 컴퓨팅 용량을 얻을 수 있습니다. 스팟 인스턴스는 시작 및 종료 시간이 유연한 애플리케이션에 상당한 비용 절감을 제공할 수 있지만 런타임이 짧고 데이터 또는 시스템 상태의 변경에 의해 호출되는 중요한 애플리케이션에 대한 다른 옵션만큼 안정적이거나 적합하지 않을 수 있습니다.

0개의 댓글