Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 987 Bytes

ECS_Architecture.md

File metadata and controls

31 lines (28 loc) · 987 Bytes

ECS Architecture

  • Return to table of contents

  • Useful Links:

  • Exam Tips:

    • Windows container host:
      • NAT is only supported networking mode.
    • Container definition:
      • where a container is
      • which port to use
    • Task definition:
      • Resources
      • Networking
      • Instance type - EC2 vs Fargate
      • The task role, what it does.
        • IAM Role
    • Service:
      • How many copies
      • HA
      • Restarts
    • Use Case:
      • If you use containers = ECS
      • Large workload - price conscious = EC2 Mode
      • Large workload - overhead conscious = Fargate
      • Small / Burst workloads = Fargate
      • Batch / Periodic workloads = Fargate