Fargate Flashcards
1
Q
when you wanted to launch an ECS cluster
A
you create our own EC2 instances and then manage infrastructure (scale in, out)
or
you use Fargate and you don’t provision EC2 instances anymore. You just create task definition, and AWS will run the container for you,
2
Q
so if I wanted to scale my service,
A
I just increased the number of task I want
3
Q
think Fargate if
A
you wanna run a Docker container in the cloud and not provision EC2