{"id":175434,"date":"2026-07-22T21:15:57","date_gmt":"2026-07-22T20:15:57","guid":{"rendered":"https:\/\/liora.io\/en\/?p=175434"},"modified":"2026-07-22T21:16:00","modified_gmt":"2026-07-22T20:16:00","slug":"aws-fargate-the-cloud-solution-for-running-containers","status":"publish","type":"post","link":"https:\/\/liora.io\/en\/aws-fargate-the-cloud-solution-for-running-containers","title":{"rendered":"AWS Fargate: The Cloud solution for running containers"},"content":{"rendered":"<style>\/*! elementor - v3.15.0 - 02-08-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style>\n<h2>AWS Fargate is a compute engine for Amazon Elastic Container Service (ECS) and Amazon Kubernetes Service (EKS) that enables containers to run without the need to provision, configure and scale virtual machine clusters that host application containers.<\/h2>\n<p>Fargate allows you to eliminate the manual management of EC2 instances. As a result, you can focus your efforts on designing and building your applications instead of managing the infrastructure that runs them. All you need to do is package your applications in containers, specify your memory and processor requirements, define IAM policies, and launch your applications.<\/p>\n<h3>Terms you need to know to use AWS FargateTermes \u00e0 conna\u00eetre pour utiliser AWS Fargate<\/h3>\n<p>First and foremost, we need to familiarize ourselves with certain terms:<\/p>\n<style>\/*! elementor - v3.15.0 - 02-08-2023 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/liora.io\/app\/uploads\/2023\/03\/image6-2.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<p><strong>Container (conteneur):<\/strong> A Docker container is the standard unit that will contain everything your application needs to run (database, environment variables, libraries, etc.).<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/liora.io\/app\/uploads\/2023\/03\/image7-2.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<p><strong>Container Image (image de conteneur):<\/strong> Images are built from a Dockerfile that specifies all the components that will be included in the container. These containers are created from a container image template.<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/liora.io\/app\/uploads\/2023\/03\/image2-1.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<p><strong>Task Definition (d\u00e9finition de t\u00e2che):<\/strong> These are JSON-format files that define the container(s) that make up your application.<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/liora.io\/app\/uploads\/2023\/03\/image4-2.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<p><strong>Task (t\u00e2che):<\/strong> A task is nothing more than the instantiation of a task definition within a cluster.<\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/liora.io\/app\/uploads\/2023\/03\/image5-2.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<p><strong>Clusters:<\/strong> It is essentially the logical grouping of resources that your application needs.<\/p>\n<p>\t\t\t<a href=\"https:\/\/liora.io\/en\/aws-training\"><br \/>\n\t\t\t\t\t\tFamiliarize yourself with the AWS environment<br \/>\n\t\t\t\t\t<\/a><\/p>\n<figure>\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/liora.io\/app\/uploads\/2023\/03\/image1-3.png\" title=\"\" alt=\"\" loading=\"lazy\" \/><figcaption><\/figcaption><\/figure>\n<p>Now, let&#8217;s try to understand the diagram above.<\/p>\n<p>First, you build an image suitable for your application. Then, you define the various required resources such as memory, processor, etc., as well as the orchestration engine you want to use (ECS or EKS). Finally, you can run and manage your different applications, paying only for usage and the resources used.<\/p>\n<h3>Dans quels cas utiliser AWS Fargate ?<\/h3>\n<p>While Fargate supports all common use cases for containerized applications such as microservices architecture, batch processing, scripts, web applications, or machine learning applications, there are some cases where its usage is particularly beneficial.<\/p>\n<p>Fargate is an ideal solution for running microservices. You can deploy each containerized microservice, and the necessary resources will be automatically managed.<br \/>Fargate can be used for batch processing tasks, such as image and video processing, data analysis, and ETL tasks. You can adjust your requirements based on the necessary workload.<br \/>Deploying and running web applications can be easily accomplished with Fargate. This allows you to scale it as the demand from your users increases.<br \/>You can use Fargate to automate your entire DevOps process and pipelines.<\/p>\n<h3>En conclusion<\/h3>\n<p>As you&#8217;ve understood, AWS Fargate provides a serverless computing solution for containerized applications, enabling straightforward and efficient management of the resources they require.<\/p>\n<p>With this solution, you can focus on developing your applications while the platform takes care of the underlying compute resources. With its discussed advantages, it is a wise choice for businesses of all sizes seeking a modern approach to application deployment and development.<\/p>\n<p>Now that you are well-informed about AWS Fargate, you can consider taking a training course to master Amazon Web Services. To do so, explore the training offered by Liora.<\/p>\n<p>\t\t\t<a href=\"https:\/\/liora.io\/en\/aws-training\"><br \/>\n\t\t\t\t\t\tFind out more about AWS training<br \/>\n\t\t\t\t\t<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AWS Fargate is a compute engine for Amazon Elastic Container Service (ECS) and Amazon Kubernetes Service (EKS) that enables containers to run without the need to provision, configure and scale virtual machine clusters that host application containers. Fargate allows you to eliminate the manual management of EC2 instances. As a result, you can focus your [&hellip;]<\/p>\n","protected":false},"author":67,"featured_media":175435,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"editor_notices":[],"footnotes":""},"categories":[46],"class_list":["post-175434","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-unassigned"],"acf":[],"_links":{"self":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts\/175434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/users\/67"}],"replies":[{"embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/comments?post=175434"}],"version-history":[{"count":1,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts\/175434\/revisions"}],"predecessor-version":[{"id":208670,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts\/175434\/revisions\/208670"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/media\/175435"}],"wp:attachment":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/media?parent=175434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/categories?post=175434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}