Skip to content

Commit

Permalink
aws - Q11 answer (#1443)
Browse files Browse the repository at this point in the history
ecs can use ec2 via scaling group, so the updates are in the latest image.
  • Loading branch information
gudata authored Apr 15, 2021
1 parent 71d0a69 commit 1ff728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

#### Q11. When using an ECS cluster with EC2 instances, what maintenance tasks should you perform on the EC2s?
- [ ] The instances created by ECS do not have patches that need to be applied; however, you should make sure your containers contain any important security updates.
- [ ] Refresh the cluster with instances built from the latest ECS AMI.
- [x] Refresh the cluster with instances built from the latest ECS AMI.
- [ ] ECS clusters do not use EC2 instances.
- [ ] You should not directly manipulate the EC2 instances created by ECS. AWS will automatically update these instances.

Expand Down

0 comments on commit 1ff728c

Please sign in to comment.