Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.61 KB

COM04-AWS200.md

File metadata and controls

54 lines (35 loc) · 1.61 KB

COM04-AWS200 - Deploy a Docker container image on AWS Fargate

Cloud Service Provider

  • Amazon Web Services

Difficulty

  • Level 200 (Intermediate)

Project's Author(s)

Objectives

Prerequisites

You need to complete the following:

  • Configure your container with your Docker image
  • Configure your task definition
  • Define your service
  • Configure your cluster

You need to answer the following:

  • What is a container?
  • What is the difference between Soft memory limit and Hard memory limit for a custom container?
  • What is a task definition?
  • What is the name of the default task execution role?
  • What does a task size allow?
  • What is a service?
  • Which load balancer type Fargate can handle?
  • How many security groups are created by default if you use a load balancer?
  • What is a cluster?
  • What are cluster names limitations?

References

Costs

  • Included in the Free Tier

Estimated time to complete

  • 45 minutes - only if you already have a Docker image