0
0
AWScloud~5 mins

Node groups (managed, self-managed, Fargate) in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a managed node group in AWS EKS?
A managed node group is a set of worker nodes in EKS that AWS automatically manages for you. AWS handles tasks like provisioning, updating, and scaling the nodes.
Click to reveal answer
beginner
How does a self-managed node group differ from a managed node group?
A self-managed node group is where you manually create and manage the worker nodes yourself. You handle updates, scaling, and maintenance instead of AWS.
Click to reveal answer
beginner
What is AWS Fargate in the context of EKS?
AWS Fargate lets you run containers without managing servers or nodes. It automatically provisions and scales compute resources for your pods.
Click to reveal answer
beginner
Which node group type requires you to manage the underlying EC2 instances?
Self-managed node groups require you to manage the EC2 instances, including updates, scaling, and health checks.
Click to reveal answer
beginner
What is a key benefit of using Fargate over managed or self-managed node groups?
Fargate removes the need to manage servers or clusters, letting you focus only on your containers and applications.
Click to reveal answer
Which node group type automatically handles node updates in EKS?
AManaged node group
BSelf-managed node group
CFargate
DOn-premises nodes
Which option lets you run containers without managing EC2 instances?
ASelf-managed node group
BManaged node group
CFargate
DAuto Scaling group
Who is responsible for scaling in a self-managed node group?
AYou manage scaling manually
BScaling is not possible
CFargate scales automatically
DAWS automatically scales
Which node group type is best if you want full control over EC2 instances?
AManaged node group
BLambda
CFargate
DSelf-managed node group
What is a main advantage of managed node groups over self-managed?
AYou must manage updates manually
BAWS handles node lifecycle management
CYou cannot scale nodes
DThey do not support Kubernetes
Explain the differences between managed node groups, self-managed node groups, and Fargate in AWS EKS.
Think about who manages the servers and how scaling and updates happen.
You got /3 concepts.
    Describe a scenario where using Fargate would be better than using managed or self-managed node groups.
    Consider ease of use and operational overhead.
    You got /3 concepts.