From 1ff728ce733613f566044c769676c9192f7b1f37 Mon Sep 17 00:00:00 2001 From: gudata Date: Thu, 15 Apr 2021 16:57:10 +0300 Subject: [PATCH] aws - Q11 answer (#1443) ecs can use ec2 via scaling group, so the updates are in the latest image. --- aws/aws-quiz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/aws-quiz.md b/aws/aws-quiz.md index 1890cbc91c..22afe27ad1 100755 --- a/aws/aws-quiz.md +++ b/aws/aws-quiz.md @@ -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.