Best practices when migrating from Amazon ECS with EC2 to AWS Fargate - AWS Online Tech Talks

preview_player
Показать описание
AWS Fargate serverless compute with Amazon ECS allows organizations to run containers without having to manage servers or clusters of Amazon EC2 instances. Customers often ask how they can take an existing application running on their EC2 instances and migrate them to AWS Fargate. In this session we will take you through best practices when making the migration, including configuration of compute task limits, networking, storage, security and governance, as well as other important considerations.

Subscribe to AWS Online Tech Talks On AWS:

Follow Amazon Web Services:

☁️ AWS Online Tech Talks cover a wide range of topics and expertise levels through technical deep dives, demos, customer examples, and live Q&A with AWS experts. Builders can choose from bite-sized 15-minute sessions, insightful fireside chats, immersive virtual workshops, interactive office hours, or watch on-demand tech talks at your own pace. Join us to fuel your learning journey with AWS.

#AWS #EC2 #AWSFargate
Рекомендации по теме
Комментарии
Автор

Not very accurate in some aspect, otherwise is nice overview for beginners. . There are no savings in most cases for fargate over EC2. Only case fargate is cheaper is when you have any or all of: a tiny cluster or very few tasks or most batch type tasks that run and exit or you are just experimenting with ECS. The setup and management of EC2 provider is not very hard especially that you have already decided to use ECS then you better understand what you are getting into. The optimal for cost and performance is EKS. You can ask me why for any of the above if you are interested to know.

just-thinking-straight