Start from 33:48 for those that want to get hands-on experiences right away from ECS.
@nettemsarath36634 жыл бұрын
Can u please explain how capacity providers and service autoscaling works and how they can be used together.
@woshikakadong5 жыл бұрын
This guy is so good at using containers at the production level
@nettemsarath36634 жыл бұрын
I have a scenario , where 3 containers should run in instance which is in ecs cluster , I allocated minimum cpu and memory I haven't allocated maximum cpu and maximum memory ... When load increases the instance should scale and in that instance only the container which has more load or which is consuming more resources.. that container only should scale and run in the new instance..
@kappaj016 жыл бұрын
Great talk with lots of information! Learned a lot.
@Jimmy-vy7lk4 жыл бұрын
1.5x speed is good.
@sebastianriveros30465 жыл бұрын
I loved this presentation! I've learned so much!
@AkmalAnvarov14 жыл бұрын
That wasn't even a shallow dive!
@alex_chugaev4 жыл бұрын
Thanks, it was useful information for me as a beginner in ECS
@neilfpv4 жыл бұрын
What happened after 33:49, I thought he was going to show how to build an application?
@pkaramol6 жыл бұрын
Why would anyone would choose ECS vs Fargate and vice-versa?
@IanWard6 жыл бұрын
Fargate is ECS without having to manage an EC2 cluster. Fargate launched with some pretty sizable limitations (only in us-east-1, no elevated privilege tasks, no scheduled tasks), but many have been addressed (no elevated privilege tasks is still a thing, though). I believe ECS Fargate is probably going to be more expensive than a similarly-sized EC2 instance/cluster running ECS. But there are no hosts to care, feed, and patch.
@javiasilis6 жыл бұрын
I just had that same question, and found this wonderful article: www.trek10.com/blog/fargate-pricing-vs-ec2/ In the lower end, EC2 is going to be cheaper (If you don't mind managing the server yourself).