{"id":593987,"date":"2025-04-16T16:04:17","date_gmt":"2025-04-16T14:04:17","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/"},"modified":"2025-04-16T16:04:17","modified_gmt":"2025-04-16T14:04:17","slug":"modernising-in-aws-elastic-beanstalk-to-fargate","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/","title":{"rendered":"Modernising in AWS: Elastic Beanstalk to Fargate"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For many teams new to the <a href=\"https:\/\/devoteam.info\/ch\/amazon-web-services\/\">AWS Cloud<\/a>, AWS Elastic Beanstalk can be an easy way in.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s great for rapidly prototyping certain types of applications, and to help you fast-track your product development, particularly if you\u2019re a young startup. It can quickly stand up web applications end-to-end, which is useful for demonstrating new features in sprint reviews or for producing working wireframes for your next client pitch. This is most likely what got you into it in the first place. No surprises there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But maybe things are getting quite serious now; you\u2019re facing into exponential uplifts in traffic, juggling competing priorities for reliability and performance, and cost optimisation (among other things). Perhaps your hairline is making a rapid retreat to warmer climes at the thought of it all. It\u2019s what business administrators might call an \u2018inflection point\u2019. Major change is afoot, and you need to quickly adapt in order to survive it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unfortunately, while Beanstalk can be a useful tool for small projects and teams \u2013 at least initially \u2013 it doesn\u2019t provide the level of customisation and granular controls required by high-performing organisations. ECS + Fargate could be just the answer you\u2019re looking for.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this blog we\u2019ll take a look at AWS ECS and Fargate, and how modernising can address some of the challenges above.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-containers-in-aws\">Containers in AWS<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">We assume that this is reasonably new territory for you, so let\u2019s introduce the AWS services that support container-based operations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AWS offers three managed services for deploying Docker containers in the Cloud:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/aws.amazon.com\/elasticbeanstalk\/\" target=\"_blank\" rel=\"noreferrer noopener\">AWS Elastic\u00a0<\/a>Beanstalk\u00a0(<strong>EB<\/strong>) with Single Container Docker<\/li>\n\n\n\n<li><a href=\"https:\/\/aws.amazon.com\/ecs\/\" target=\"_blank\" rel=\"noreferrer noopener\">Amazon Elastic Container Service<\/a>\u00a0(<strong>ECS<\/strong>) with AWS\u00a0<strong>Fargate<\/strong><\/li>\n\n\n\n<li><a href=\"https:\/\/aws.amazon.com\/eks\/\" target=\"_blank\" rel=\"noreferrer noopener\">Amazon Elastic Container Service for Kubernetes<\/a>\u00a0(<strong>EKS<\/strong>)<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"248\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/three-ways-to-run-docker-on-aws-768x248-1.jpg\" alt=\"Elastic Beanstalk to Fargate\" class=\"wp-image-580184\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/three-ways-to-run-docker-on-aws-768x248-1.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/three-ways-to-run-docker-on-aws-768x248-1-300x97.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">(<em>Three ways to run Docker on AWS)<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-elastic-beanstalk-nbsp\">Elastic Beanstalk<em>&nbsp;<\/em><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><em>As inferred by the title of this blog, we assume you are already acquainted with Beanstalk, and are expecting to migrate away from it. We\u2019ll keep this section fairly brief, therefore, as we know how precious your time is.<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-basic-usage\">Basic Usage<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">As you probably know, you can simply upload your code, and have Elastic Beanstalk automatically handle the deployment; from capacity provisioning, load balancing and auto-scaling, to application health monitoring.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You retain full control over the underlying AWS resources powering your application, and can access them at any time. Once your application is deployed, you can manage your environment and release new application versions using the pipelines provided by Beanstalk.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"255\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/elastic-beanstalk-workflow-768x255-1.webp\" alt=\"Elastic Beanstalk to Fargate\" class=\"wp-image-580202\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/elastic-beanstalk-workflow-768x255-1.webp 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/elastic-beanstalk-workflow-768x255-1-300x100.webp 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">(<em>Elastic Beanstalk Workflow)<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-benefits\">Benefits<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automatically launches environments by creating and configuring the AWS resources needed to run your code.<\/li>\n\n\n\n<li>Removes any infrastructure or resource configuration work on your part.<\/li>\n\n\n\n<li>Creates and manages deployment pipelines for you.<\/li>\n\n\n\n<li>Supports applications developed in Java, .NET, PHP, Node.js, Python, Ruby and Go.<\/li>\n\n\n\n<li>Supports Docker on familiar servers such as Apache, Nginx, Passenger, and IIS.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-drawbacks\">Drawbacks<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-unreliable-deployments\">Unreliable Deployments<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When the deployment fails there is no notification and further deployments fail as well.<\/li>\n\n\n\n<li>Solutions such as terminating the instance that had deployment issue and recovering Elastic Beanstalk won\u2019t work.<\/li>\n\n\n\n<li>If a machine recovers then also won\u2019t be able to find the fault. Confusion as to whether the machine is healthy or not.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-deployment-speeds\">Deployment Speeds<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deployments can be slow, it can take five minutes at least, and sometimes stretch to fifteen, for a site with just two front-ends. With more servers, deployments could take even longer.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-stack-upgrades\">Stack Upgrades<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Elastic Beanstalk comes out with new stack versions all the time but fails to inform what\u2019s changed.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-defaults\">Defaults<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Environment builds typically use the default VPC and a Classic Load Balancer.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-amazon-ecs\">Amazon ECS<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019re unfamiliar with ECS, then welcome to CaaS (Containers as a Service) in AWS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Amazon Elastic Container Service (ECS) is an AWS-managed service, designed to make it easy to run containerised applications in the Cloud. You can easily deploy containers to host a simple website or run complex, distributed microservices, comprising thousands of containers, without having to constantly fret about how those containers are distributed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-ecs-components\">ECS Components<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-task-definitions\">Task Definitions<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Analogous to Docker files (docker-compose files); they act as blueprints for how a container should be configured, such as what image to use, how much memory and CPU to reserve, how log streams should be processed and what network ports to open. Container-to-container networking is declared here too, to support common microservice patterns like sidecar containers, for example.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-tasks\">Tasks<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">A task is one or more containers that are to be scheduled together by ECS.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-clusters\">Clusters<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">An Amazon&nbsp;ECS cluster&nbsp;is a logical grouping of tasks or services. If you are running tasks or services that use the EC2 launch type, a&nbsp;cluster&nbsp;is also a grouping of container instances. If you are using capacity providers (such as Fargate), then a&nbsp;cluster&nbsp;is also a logical grouping of capacity providers.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-services\">Services<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">A service is like an Auto Scaling group for tasks. It defines the quantity of tasks to run across the cluster, where they should be running (for example, across multiple Availability Zones), automatically associates them with a load balancer, and horizontally scales them based on metrics that you define like CPI or memory utilisation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-ecs-ec2\">ECS+EC2<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The first flavour of ECS involves self-managing a fleet of EC2 servers, upon which ECS will deploy and manage your containers automatically.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This used to be the only supported ECS model, before the advent of serverless compute. As you can imagine, or have perhaps experienced, having to manage the underlying hosts is not free from certain burdens, and serves to distract you away from customer and product focused activities. It also often results in under-utilised EC2s driving up your bill. Not ideal, then.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-under-the-hood\">Under the hood<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Working with ECS in this way involves installing an agent on each container host, so that it can interact with the ECS control plane. With that agent in place on the EC2s, the control plane can then automatically orchestrate container deployments, based on the Docker images and configuration you will declare in your Task Definitions.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"409\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/architecture-diagram-using-ecs-768x409-1.webp\" alt=\"Elastic Beanstalk to Fargate\" class=\"wp-image-580217\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/architecture-diagram-using-ecs-768x409-1.webp 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/architecture-diagram-using-ecs-768x409-1-300x160.webp 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">(<em>Image Source: AWS Amazon)<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AWS makes the process of deploying ECS-ready EC2s pretty straightforward, by providing an optimised Amazon Machine Image (AMI), within which the ECS agent is pre-installed. The AMI launches automatically from the ECS console, or you can action this from the CLI.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-immediate-benefits-over-elastic-beanstalk\">Immediate Benefits over Elastic Beanstalk<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>One of the biggest advantages is the flexibility to change underlying EC2 instances. As the traffic or demand increases, you can change EC2 instances however you see fit.<\/li>\n\n\n\n<li>Amazon ECS APIs are succinct and reliable; you can start and stop containers with a single POST request.<\/li>\n\n\n\n<li>API. A simple portal can control every container, which helps non-technical (sales, marketing) to do, for example a demo, without keeping the solutions up for the entire time frame.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-limitations\">Limitations<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-capacity-constraints\">Capacity constraints<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">It is up to you to choose the appropriate instance types, sizes, and quantity for your cluster fleet (the EC2s). You should provision enough EC2 capacity to support scaling your container workloads to meet any projected loads, as well as to spread them across enough failure domains (e.g. availability zones) to support high availability, if that\u2019s needed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Features like EC2 Auto Scaling groups can take some of the heavy-lifting out of this process. However, EC2s do not horizontally scale very quickly, which leads us back to having to deploy over-provisioned (or under-utilised) EC2s to cater for spikey or unpredictable traffic.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-cluster-constraints\">Cluster constraints<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">At the compute layer, each cluster follows a set list of rules for auto-scaling, and automatically provisions the same a single type of EC2 instance (because it is AMI-derived).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some containers within the cluster may imply a different auto-scaling requirement at the compute later, but this is simply not supported by ECS+EC2. It cannot adjust the instance type automatically, which is what leads to over-provisioned, under-utilised EC2s.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-load-balancing-constraints\">Load-balancing constraints<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Also, sometimes several containers in the same task need their own load balancer. This is not possible with ECS+EC2.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-maintenance\">Maintenance<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Despite AWS providing Amazon Linux and Windows AMIs pre-configured for ECS, the Shared Responsibility Model means that&nbsp;<em>you<\/em>&nbsp;will be responsible for the majority of the maintenance and security of your infrastructure. This is one of the major drawbacks of classic ECS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ongoing maintenance will include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>EC2 Operating System<\/li>\n\n\n\n<li>Docker<\/li>\n\n\n\n<li>ECS agent<\/li>\n\n\n\n<li>Container images<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-fargate\">Fargate<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">So, now that we know that ECS gives you more direct control over underlying deployments, than Elastic Beanstalk, how can we sidestep that annoying problem of having to manage the EC2s, their heavy maintenance and their ever-changing capacity requirements?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is&nbsp;<em>exactly<\/em>&nbsp;where Fargate comes in.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s Serverless<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"377\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/architecture-diagram-using-fargate-768x377-1.webp\" alt=\"Elastic Beanstalk to Fargate\" class=\"wp-image-580232\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/architecture-diagram-using-fargate-768x377-1.webp 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/architecture-diagram-using-fargate-768x377-1-300x147.webp 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">(<em>Image Source: AWS Amazon)<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The obvious answer to not having to manage servers, is to get rid of them altogether. Of course, servers&nbsp;<em>must<\/em>&nbsp;exist somewhere (data centres, for example), but by removing server-related maintenance and security from your own list of responsibilities, you can simplify and streamline your business, and de-risk at the same time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fargate is fully serverless, so no more server maintenance for you!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-compared-to-beanstalk-amp-ecs-ec2\">Compared to Beanstalk &amp; ECS+EC2<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Before Fargate was born, ECS+EC2 was used to provide detailed control over container environments, while Elastic Beanstalk was used to abstract those details and just run the containers for you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The problem, for many, was that the two were each at opposite ends of the container spectrum; ECS was flexible, but too maintenance heavy, whilst Beanstalk was pretty inflexible but relatively maintenance free. ECS+Fargate was invented to answer this problem, by sitting squarely in the middle of that spectrum.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With Fargate you do not need to patch, scale, monitor virtual machines anymore. Imagine Fargate as a flexible and production-grade Platform-as-a-Service offering for Docker containers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a fully-managed service, Fargate places the vast majority of maintenance responsibility on AWS\u2019s shoulders. That in turn provides you with a quick and easy-to-use, readily scalable compute engine, available on an on-demand (OpEx) basis; you just pay for what you need, when you need it, no strings attached.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You also don\u2019t have to manage multi-layered access rules anymore. You can fine tune the permissions between your containers like you would do between single EC2 instances.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-deploying-your-first-fargate-containers\">Deploying Your First Fargate Containers<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Migrating to Fargate is really easy: you simply create a new cluster, choose the Fargate engine instead of EC2, specify an image to deploy and the amount of CPU and memory you need. Fargate will handle all of the updating and securing of the underlying Linux OS, Docker daemon, and ECS agent, as well as all the infrastructure capacity management and scaling, for you. You can deploy a working PoC in minutes. Sounds a breeze, right? That\u2019s because it is.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-advantages\">Advantages<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Less complexity<\/li>\n\n\n\n<li>AWS-managed security<\/li>\n\n\n\n<li>AWS-managed maintenance<\/li>\n\n\n\n<li>Focus on your customers, not yourselves<\/li>\n\n\n\n<li>Reduced costs (vs over-provisioned EC2s) \u2013 only pay for containers when they\u2019re running<\/li>\n\n\n\n<li>Ideal for tasks with\u00a0peaks in Memory and\/or CPU usage, as it scales faster than EC2s.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-disadvantages-nbsp\">Disadvantages<strong>&nbsp;<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Less customisable than EC2<\/strong><br>If you have special requirements for governance, risk management, and compliance that require absolute control of the compute later, then Fargate may fall outside this requirement. Carefully consider if Fargate is really for you.<\/li>\n\n\n\n<li><strong>Higher Costs (Maybe)<\/strong><br>To subsidise all that managed maintenance we mentioned above, Amazon charges Fargate users a higher per-hour fee than EC2-backed solutions. Check the pricing against your baseline compute and resource requirements, and determine if the trade-offs fit your business model. In addition, running your container workloads in the Cloud will likely be more expensive than operating your own infrastructure on-premises. What you gain in ease of use, you lose in flexibility and performance.<\/li>\n\n\n\n<li><strong>Regional Availability<\/strong><br>AWS Fargate is slowly rolling out across Amazon\u2019s Cloud data centers, but it\u2019s not yet available in all regions. Check the AWS website for up-to-date regional support.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">As you have seen, ECS is relatively simple to start using. The hardest part, for most people, is getting a docker image setup for the first time, which falls outside the responsibility of ECS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By now you\u2019ve hopefully learned that Fargate is even faster and easier to set up, and that its serverless compute engine will save you from a large, burdensome maintenance overhead \u2013 such as placement of resources, scheduling, scaling, and patching.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fargate also integrates well with the rest of the AWS platform, which will ensure that future expansion be well-supported.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Costs are more flexible than before, and you can also purchase Savings Plans (a similar concept to EC2 Reserved Instances), to make significant savings for long-lived Fargate deployments \u2013 12 and 36 month savings plans are available.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"316\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/with-without-fargate-768x316-1.webp\" alt=\"Elastic Beanstalk to Fargate\" class=\"wp-image-580249\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/with-without-fargate-768x316-1.webp 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/with-without-fargate-768x316-1-300x123.webp 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>For many teams new to the AWS Cloud, AWS Elastic Beanstalk can be an easy way in. It\u2019s great for rapidly prototyping certain types of applications, and to help you fast-track your product development, particularly if you\u2019re a young startup. It can quickly stand up web applications end-to-end, which is useful for demonstrating new features [&hellip;]<\/p>\n","protected":false},"featured_media":593989,"template":"","categories":[4743,4732],"tags":[],"industry":[],"class_list":["post-593987","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-aws-ch","category-cloud-native-app-development-ch"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/\" target=\"_self\" ><img width=\"768\" height=\"571\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Modernising in AWS: Elastic Beanstalk to Fargate\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving-300x223.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-1 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/\" target=\"_self\" >Modernising in AWS: Elastic Beanstalk to Fargate<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Modernising in AWS: Elastic Beanstalk to Fargate | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Modernising in AWS: Elastic Beanstalk to Fargate\" \/>\n<meta property=\"og:description\" content=\"For many teams new to the AWS Cloud, AWS Elastic Beanstalk can be an easy way in. It\u2019s great for rapidly prototyping certain types of applications, and to help you fast-track your product development, particularly if you\u2019re a young startup. It can quickly stand up web applications end-to-end, which is useful for demonstrating new features [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta property=\"og:image\" content=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/three-ways-to-run-docker-on-aws-768x248-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"248\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/\",\"name\":\"Modernising in AWS: Elastic Beanstalk to Fargate | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cloud-evolving.jpg\",\"datePublished\":\"2025-04-16T14:04:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/#breadcrumb\"},\"inLanguage\":\"en-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CH\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cloud-evolving.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cloud-evolving.jpg\",\"width\":768,\"height\":571},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/modernising-in-aws-elastic-beanstalk-to-fargate\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Modernising in AWS: Elastic Beanstalk to Fargate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CH\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Modernising in AWS: Elastic Beanstalk to Fargate | Devoteam","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/","og_locale":"en_US","og_type":"article","og_title":"Modernising in AWS: Elastic Beanstalk to Fargate","og_description":"For many teams new to the AWS Cloud, AWS Elastic Beanstalk can be an easy way in. It\u2019s great for rapidly prototyping certain types of applications, and to help you fast-track your product development, particularly if you\u2019re a young startup. It can quickly stand up web applications end-to-end, which is useful for demonstrating new features [&hellip;]","og_url":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/","og_site_name":"Devoteam","og_image":[{"width":768,"height":248,"url":"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/04\/three-ways-to-run-docker-on-aws-768x248-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/","url":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/","name":"Modernising in AWS: Elastic Beanstalk to Fargate | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg","datePublished":"2025-04-16T14:04:17+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/#breadcrumb"},"inLanguage":"en-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/"]}]},{"@type":"ImageObject","inLanguage":"en-CH","@id":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg","width":768,"height":571},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/ch\/expert-view\/modernising-in-aws-elastic-beanstalk-to-fargate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/ch\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/ch\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Modernising in AWS: Elastic Beanstalk to Fargate"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/ch\/#website","url":"https:\/\/devoteam.info\/ch\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CH"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg",768,571,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving-300x223.jpg",300,223,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg",768,571,false],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg",768,571,false],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg",768,571,false],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/cloud-evolving.jpg",768,571,false]},"uagb_author_info":{"display_name":"julien.lemarchal","author_link":"https:\/\/devoteam.info\/ch\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"For many teams new to the AWS Cloud, AWS Elastic Beanstalk can be an easy way in. It\u2019s great for rapidly prototyping certain types of applications, and to help you fast-track your product development, particularly if you\u2019re a young startup. It can quickly stand up web applications end-to-end, which is useful for demonstrating new features&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/expert-view\/593987","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/expert-view\/593987\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/media\/593989"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/media?parent=593987"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/categories?post=593987"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/tags?post=593987"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/ch\/wp-json\/wp\/v2\/industry?post=593987"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}