Fargate Flashcards

1
Q

What is Fargate?

A

A serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). With Fargate, no manual 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
2
Q

Fargate use cases.

A

-Launching containers without having to provision or manage EC2 instances.
-If you want a managed service for container cluster management.

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

What must you specify for ECS task definitions for Fargate?

A

CPU and Memory at the task level (task definition)

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

True/False. Amazon ECS task definitions for Fargate support the ulimits parameter to define the resource limits to set for a container.

A

True.

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

What log configuration are supported in task definitions for Fargate?

A

Amazon ECS task definitions for Fargate support the awslogs, splunk, firelens, and fluentd log drivers for the log configuration.

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

What storage specs do Fargate task receive?

A

10 GB of Docker layer storage
An additional 4 GB for volume mounts

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

True/False. Task storage is not ephemeral.

A

False. Task storage is ephemeral.

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

What is the process for updating a platform version?

A

If you have a service with running tasks and want to update its platform version, you can update your service, specify a new platform version, and choose Force new deployment. Your tasks are redeployed with the latest platform version.

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

Amazon ECS Exec

A

Amazon ECS Exec is a way for customers to execute commands in a container running on Amazon EC2 instances or AWS Fargate. ECS Exec gives you interactive shell or single command access to a running container.

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

Network mode required for ECS task definitions for Fargate?

A

Amazon ECS task definitions for Fargate require that the network mode is set to awsvpc. The awsvpc network mode provides each task with its own elastic network interface.

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

What compliance standards are supported by Fargate?

A

PCI DSS Level 1, ISO 9001, ISO 27001, ISO 27017, ISO 27018, SOC 1, SOC 2, SOC 3, and HIPAA

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

How is Fargate priced?

A

You pay for the amount of vCPU and memory resources consumed by your containerized applications.

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