TD Exam 3 - Long review Flashcards
What are the 2 modes for ECS
EC2 and Fargate
What is a container definition used in ECS
Tells where the image is, and which ports are exposed
What is a task defintion
Represents the app as a whole, can have multiple containers. Has everything except what is in container definition
Where is Task role defined for ECS
In Task definition
What is a service definition in ECS
Defines a service
What is a service in ECS
Defines how Tasks scale, how to distribute load, etc
What is in a Container definition in ECS
Image and ports
What is in a Task definition in ECS
Security (Task role), Container(s) and resources
What is a Task role in ECS
IAM Role which the task assumes
What is in a service in ECS
How many copies, HA, restarts
What is DMS
A managed Database Migration Service
What does DMS use
A replication instance
Can the destination of DMS be onprem?
Yes, either the destination or source needs to be in AWS
What do you define on a replication instance in DMS
Replication task
What are the different states of EC2 instance
Pending
Running
Rebooting
Shutting down
Terminated
Stopping
Stopped
To what state can an instance transtion from pending
Running
To what states can an instance transition from running
Rebooting
Shutting down
stopping
To what state can an instance transition to from Shutting down
Terminated
To what state can an instance transition from terminated
None; It is terminated
To what state can an instance transition from stopping
Stopped
To what states can an instance transition from stopped
Pending
Terminated
What is the pending state
The instance is preparing to enter a running state
When will you be billed when an instance is stopping
If it is preparing to hibernate
What are the 2 types of backup functionality in RDS
Automated Backups
Snapshots