0
0
AWScloud~5 mins

Services and tasks in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an AWS service?
An AWS service is a ready-made cloud tool or feature provided by Amazon Web Services to help you build, store, or manage your applications and data.
Click to reveal answer
beginner
What is a task in AWS ECS (Elastic Container Service)?
A task is a running instance of a container or group of containers defined by a task definition in AWS ECS. It represents the actual work being done.
Click to reveal answer
intermediate
How do AWS services and tasks relate in ECS?
An ECS service manages and runs one or more tasks continuously to keep your application available and scalable.
Click to reveal answer
intermediate
Why use an ECS service instead of running tasks manually?
Because ECS services automatically restart tasks if they fail and balance the load, making your app more reliable without manual work.
Click to reveal answer
beginner
What is a task definition in ECS?
A task definition is like a recipe that tells ECS what containers to run, what resources they need, and how they should behave.
Click to reveal answer
What does an ECS service do?
ARuns and maintains tasks automatically
BStores data in the cloud
CCreates virtual machines
DManages user permissions
What is a task in AWS ECS?
AA running container or group of containers
BA storage bucket
CA virtual server
DA user account
Which AWS service helps you run containers without managing servers?
AAmazon RDS
BAmazon S3
CAmazon ECS
DAWS IAM
What is a task definition used for in ECS?
ATo store files
BTo define how containers run and their settings
CTo create user roles
DTo monitor network traffic
Why is using an ECS service better than running tasks manually?
AIt creates virtual machines
BIt costs less money
CIt stores data permanently
DIt automatically restarts tasks and balances load
Explain the relationship between AWS ECS services and tasks.
Think about how a manager (service) keeps workers (tasks) working.
You got /4 concepts.
    Describe what a task definition is and why it is important in ECS.
    Imagine a recipe that tells you how to cook a dish.
    You got /4 concepts.