Question 1: In this session video, while creating container under task
defination for ECS cluster, which port number did Sandeep provide for the
container?
Answer: 3000
Question 2: Which one of the following is NOT a feasible one to run EKS
on:
Answer: AWS Lambda
Question 3: Which one of the following is NOT the level by which you can
monitor logs in ECS?
Answer: Metrics Level
Question 4: Which one of the following statement is FALSE about AWS
CodeBuild?
Answer: Cannot use docker images in build
Question 5: For one of your projects you are looking for a
managed Kubernetes service, which can provide you with preinstalled
master processes and container runtime. Which one of the following service
is the best suit for this use case?
Answer: Amazon EKS
, Question 6: Which AWS service will you use for code repositories in which
you will commit your code changes?
Answer: AWS CodeCommit
Question 7: Which one of the following AWS services help to run each task
or pod in its own kernel providing the tasks and pods their own isolated
compute environment without any resources management
Answer: AWS Fargate
Question 8: Your system designing team designing an application which
will need a highly scalable, fast container management service. Which one
of the following service will be a best suit for this use case?
Answer: Amazon ECS
Question 9: Which of the following command will help you in
adding EC2 user in docker admin group?
Answer: sudo usermod -a -G docker ec2-user
Question 10: You have successfully created your docker image and want to
push it to Amazon ECR repository. Which of the following command will
help you to push the image to ECR repository.
Answer: docker push aws_account_id.dkr.ecr.{region}.amazonaws.com/{repository-name}:latest
Question 11: A container: