Other Compute Services Flashcards
What is serverless computing?
It is when your code runs on servers, but you do not need to provision or manage these servers.
How can you scale serveless applications?
By modifying the units of consumptions, such as throughput and memory.
What is AWS serverless compute service?
AWS Lambda
How does AWS Lambda work?
First, code is uploaded to Lambda. Then, code should be set to trigger from an event source, such as AWS services, mobile applications, or HTTP endpoints. Finally, Lambda runs your code only when triggered.
What provides a standard way to package your application’s code and dependencies into a single object and ensures application’s environment remains consistent regardless of deployment?
Containers
What is AWS service for managing containers?
Amazon Elastic Container Service (Amazon ECS)
What is an open source platform that enables developers to build, deploy, run, update and manage containers?
Docker
What is an open-source software that enables you to deploy and manage containerized applications at scale?
Kubernetes
What is a fully managed service that you can use to run Kubernetes on AWS?
Amazon Elastic Kubernetes Service (Amazon EKS)