AWS Fargate | General Flashcards

1
Q

What is AWS Fargate?

General

AWS Fargate | Compute

A

AWS Fargate is a technology for deploying and managing containers, which frees you from having to manage any of the underlying infrastructure. With AWS Fargate, you no longer have to provision, configure, and scale clusters of virtual machines to run containers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why should I use AWS Fargate?

General

AWS Fargate | Compute

A

AWS Fargate enables you to focus on your applications. You define your application content, networking, storage, and scaling requirements. There is no provisioning, patching, cluster capacity management, or any infrastructure management required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What use cases does AWS Fargate support?

General

AWS Fargate | Compute

A

AWS Fargate supports all of the common container use cases, for example microservices architecture applications, batch processing, machine learning applications, and migrating on premise applications to the cloud.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the pricing of AWS Fargate?

General

AWS Fargate | Compute

A

With AWS Fargate, you pay only for the amount of vCPU and memory resources that your containerized application requests. The price per vCPU is $0.00001406 per second ($0.0506 per hour) and per GB memory is $0.00000353 per second ($0.0127 per hour). You pay only for what you use.

vCPU and memory resources are calculated from the time your container images are pulled until the Amazon ECS Task* terminates, rounded up to the nearest second. A minimum charge of 1 minute applies.

* A Task is a collection of containers that runs together as an application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does AWS Fargate work with ECS?

General

AWS Fargate | Compute

A

Amazon Elastic Container Service (ECS) is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances. With Fargate, the concept of server provisioning, cluster management, and orchestration completely goes away. ECS uses containers provisioned by Fargate to automatically scale, load balance, and manage scheduling of your containers for availability, providing an easier way to build and operate containerized applications.

AWS Fargate will also support Amazon Elastic Container Service for Kubernetes (EKS) in 2018.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly