Section 19: Containers on AWS: ECS, Fargate, ECR & EKS Flashcards
Service that allows you to store and manage Docker Images on AWS
Amazon Elastic Container Registry (ECR)
Service that allows you to launch a managed Kubernetes cluster on AWS
Amazon Elastic Kubernetes Service (EKS)
EKS node type that allows you to easily create an ASG of EC2 instances
Managed Node Group
EKS node type that allows you to run EKS on your instances that you manage
Self-Managed Nodes
Fully managed service that makes it easy to deploy web applications and APIs at scale
AWS App Runner
You have multiple Docker-based applications hosted on-premises that you want to migrate to AWS. You don’t want to provision or manage any infrastructure; you just want to run your containers on AWS. Which AWS service should you choose?
AWS Fargate on ECS
Amazon Elastic Container Service (ECS) has two Launch Types: ……………… and ………………
Amazon EC2 Launch Type and Fargate Launch Type
You are deploying an application on an ECS Cluster made of EC2 instances. Currently, the cluster is hosting one application that is issuing API calls to DynamoDB successfully. Upon adding a second application, which issues API calls to S3, you are getting authorization issues. What should you do to resolve the problem and ensure proper security?
Create an IAM task role for the new application