{"id":492,"date":"2021-11-10T09:37:20","date_gmt":"2021-11-10T09:37:20","guid":{"rendered":"http:\/\/18.141.20.153\/?p=492"},"modified":"2023-04-28T12:26:48","modified_gmt":"2023-04-28T12:26:48","slug":"how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2","status":"publish","type":"post","link":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/","title":{"rendered":"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI?"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">9<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh5.googleusercontent.com\/7TeA2E1Ho4XNmNa5YkbMKLRgj1p12K0v2cl8zS1KeTec6NKLQShS-zRapjSIqig_4-tUmLbXOM4rtXP7iR8AcSNmoOZJLPyxi0PeFKlz8nGpzVndGylVdqj94E5FzCSGnu0f8cPY\" alt=\"AWS Copilot\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Are you completely drained by worrying about your infrastructure over architecture? Well, AWS Copilot supercharges your application by allowing you to set up infrastructure, build your application with many microservices, set up a pipeline to automate release and monitor the stack and application&#8217;s status, and add-ons all from a single CLI. In this blog, we will discuss AWS Copilot, its features, how it works, use cases, benefits, pricing, and who is using it in production environments.<\/p>\n\n\n\n<p>To see the full implementation of <a href=\"https:\/\/www.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli\/\">how to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI<\/a>, refer to Part 2 of the blog here.<\/p>\n\n\n\n<p><strong>In this blog, we will cover:<\/strong>&nbsp;<\/p>\n\n\n\n<ul><li>What is Amazon ECS?<\/li><li>What is AWS Fargate?<\/li><li>What is AWS Copilot?<\/li><li>Concepts of AWS Copilot<\/li><li>How does it work?<\/li><li>Who can use AWS Copilot?<\/li><li>Benefits of AWS Copilot<\/li><li>Common Use cases<\/li><li>Features<\/li><li>Pricing<\/li><li>Customers using AWS Copilot<\/li><li>Conclusion<\/li><\/ul>\n\n\n\n<h2>What is Amazon ECS?<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/MJU7ae91wMxpPTtU43yQqFoJEUBqBe8QCOU6aajv2rANz7iMXQGBrg_gN5wY9uiw6p_M0_ROg1sPXbQxz33WvFHZCJewpYc9-jVR-w7yxPe4ZrgcXfJvHUG-RBXPHUv29gHDDy2N\" alt=\"Amazon ECS\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\"><a href=\"https:\/\/www.workfall.com\/learning\/blog\/create-and-run-web-app-on-ecs-using-aws-fargate\/\">Amazon ECS (Amazon Elastic Container Service)<\/a> is a highly scalable and fast container management service that makes running, stopping, and managing containers on a cluster simple. The containers you use to run individual tasks or tasks within a service are defined in a task definition.<\/p>\n\n\n\n<h2>What is AWS Fargate?<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/ayk3w_qITBVFfEf507a_UeBETA6r_mjZpY4TDJG5jhuFIPEtR6dtTHEAODC5x4R7VcxPKQQt4oM5jhozNoyFZ_32Z9uN0ih6S7dJDzo0CYmHBGybi9tg5hbBb6B3ZC2-HHUaAnWN\" alt=\"AWS Fargate\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">AWS Fargate is a container serverless compute engine that integrates with Amazon Elastic Container Service (ECS) and <a href=\"https:\/\/www.workfall.com\/learning\/blog\/how-to-build-a-high-availability-cluster-using-eks-without-having-to-be-an-expert-in-managing-kubernetes-clusters\/\">Amazon Elastic Kubernetes Service (EKS)<\/a>. Fargate allows you to concentrate on developing your applications. Fargate eliminates the need to set up and manage servers, allows you to choose and pay for resources per application, and increases security by default.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">Fargate automatically allocates the appropriate amount of computation, removing the need to select instances and scale cluster capacity. There is no over-provisioning or paying for additional servers because you just pay for the resources required to execute your containers. Fargate operates each task or pod in its own kernel, providing an isolated compute environment for the tasks and pods. As a result, your application can be designed to have workload segregation and increased security. Customers including Vanguard, Accenture, Foursquare, and Ancestry have chosen Fargate to host their mission-critical applications.<\/p>\n\n\n\n<h2>What is AWS Copilot?<\/h2>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/fHq0DkWiB_WrW7xJZo2ETGgjQTH23Djt7Yax-F9uxgWfjdb6oMYmm5nL5zLtIbCzP_xvzyozlY4_MKGgvtsULTGV5jc8cx5_w8NbqiRr0CPRIdTzY1xWYsIqrbKFMewzhYhGR63J\" alt=\"AWS Copilot\" width=\"111\" height=\"121\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">The <a href=\"https:\/\/aws.amazon.com\/containers\/copilot\/\" target=\"_blank\" rel=\"noreferrer noopener\">AWS Copilot<\/a> CLI allows developers to create, release, and run production-ready containerized apps on AWS Fargate and Amazon ECS. Customers may access Copilot&#8217;s best practices, from infrastructure to continuous delivery, from the comfort of their command line. Copilot allows you to use service patterns like a load-balanced web service to provision infrastructure, deploy to multiple environments like testing or production, and even use an AWS CodePipeline release pipeline for automated deployments, whether you&#8217;re setting up a single-service application or several microservices applications. You may also inspect your service&#8217;s status or logs, scale up or down production services, and spin up a new environment for automated testing. Customers can export the environment to AWS CloudFormation to add additional resources and manage it outside of the CLI.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">All you have to do is provide a container, and Copilot will deploy and operate it in accordance with ECS best practices ensuring high availability, configuration, and cutting-edge infrastructure.<\/p>\n\n\n\n<p><img src=\"https:\/\/lh5.googleusercontent.com\/hSrt-wEBKqXqAcrT3nlfSJGT_yvLj5R2VIrGZwnq9kAuMqtey4a_f5to6IEnQWiYrRLOjVLvSGdy7foud-1YGpM7lgR_wH2m2zmwMuhr8mamdpuHT9RAIJqx9nr_f1rJFUCmeLqE\" style=\"width: 1600px;\"><br><\/p>\n\n\n\n<p class=\"has-text-align-justify\">You can set up and deploy minimal required resources such as App Runner and DynamoDB to run the application. After that, you\u2019ll have a configurable pipeline with <a href=\"https:\/\/www.workfall.com\/learning\/blog\/how-to-set-up-a-continuous-deployment-pipeline-to-deploy-versions-of-an-application-on-aws-elastic-beanstalk-using-aws-codepipeline-part-1\/\">AWS CodePipeline<\/a>. Then, \u201cpush-to-deploy\u201d to see all elements work together as expected.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh5.googleusercontent.com\/n0t-MdmyGe8-tm5E8INRHTdrUV7rEa7TwSqZjfiT7GonFY_IhIK9wfx2JlV71SkDk4222rtldF8FKkMGOwhVeeA4wNYhJElnYErLzHgDes_xM7PCEAtT94ePvIDcfT_Xkz6p1-EL\" alt=\"AWS Copilot\"\/><\/figure>\n\n\n\n<h2>AWS Copilot Concepts<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/L7qpkDifqAVEsedThQY_coim7Rr3hdhhvBp-2cDPwepL7tJFCcR2ncpLUHEd5TkdTBJke-Xd7k0C3-mK4ctYt2_ZXZZIyWq-7XJhilEIzedMlwLWD6t-x15ZgPdTWOcwoRJ2LVa3\" alt=\"AWS Copilot \"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Application:<\/strong>&nbsp; An application is a technique for grouping the components of your system. Following Conway\u2019s Law, you would divide your components into Copilot applications that correspond to the various teams in your organization. For example, if you still have a small company with a united development staff that works on a variety of projects, you can certainly structure everything as a single application made up of one or more services. If you have numerous teams, each responsible for a single set of components and limited cross-team collaboration, each team should have its own Copilot app.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Environment:<\/strong> A deployment environment is a stage in the process of deploying an application. For example, you might first deploy an application to a &#8220;QA&#8221; environment to test it without affecting your customers. You deploy that version of the program to the &#8220;Production&#8221; environment so your customers can access it once it has been validated to work as intended.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Service: <\/strong>Within a container, a service is a single long-running code process. One or more services make up an application. If you&#8217;re employing a monolithic design, each application is likely to have only one service. For each application, a more distributed design will need many services. For example, you might have a &#8220;website&#8221; service with an internet-facing load balancer, an internal &#8220;API&#8221; service that is only available via service discovery, and a &#8220;background worker&#8221; service that works on jobs from a queue, for example. These services come together to form the components of a single application.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Microservices: <\/strong>Microservices are an architectural and organizational approach to software development in which software is made up of small, self-contained services that communicate using well-defined APIs. Small, self-contained teams own and operate these services.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">Microservices designs make it easier to expand and develop applications, allowing for more creativity and faster time-to-market for new features.<\/p>\n\n\n\n<h2>How does it Work?<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">You only need to give your container, and Copilot will take care of high-availability deployments as well as load balancer setup and configuration. You may even have Copilot set up a deployment pipeline that will automatically redeploy the most recent version of your app every time you commit a new change to your code source.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh6.googleusercontent.com\/K-cNzhum75zJe3imBqy9JrVNMAv5_M14Y0QVyGxPc96wQ1Ok9XTtszztWHl2gDIZ61lovv0Y5wy4V4JYePtMN4gCAKZ9JdUAcLyw2kwgTbNpgun6ZTb5Hof-PtXehHnmTCZ3sMD6\" alt=\"AWS Copilot\"\/><\/figure>\n\n\n\n<h2>Who can use AWS Copilot<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">AWS Copilot is for existing ECS customers as well as new ECS users who want to go beyond the manual control of lower-level infrastructure and instead focus on their application and its lifecycle. By default, Copilot builds modern application deployments based on production-ready patterns that include best practices developed over time by ECS engineers and customers.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">Developers who don&#8217;t want to deal with the hassle of administering and maintaining a complicated container orchestration solution can simply deploy containerized workloads to ECS Fargate using the CLI. From the comfort of your preferred terminal, you can deploy, monitor, and troubleshoot your application with the AWS Copilot. The CLI deploys resources using AWS Cloudformation, but everything is abstracted away in simple YAML manifest files. The CLI is currently at the version at the time of writing.<\/p>\n\n\n\n<h2>Benefits of AWS Copilot<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh6.googleusercontent.com\/RhquNrm0D7MRXDvpgzbiI80BjBlvrPr6a9jBz5wfvhcDqol6ddad4ZJ2Qkd1ORSJ3NniCKyh_rLAtUrZ_oDElL7UAp1Wv9aSYOuvLWeEXPqjfgeDH18xq_GbnQgj_kYw9ot3rXOv\" alt=\"Benefits of AWS Copilot\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Simple and powerful configuration:<\/strong> To manage and tune your application, Copilot provides a simple manifest file. In one file, Copilot contains all of the most common knobs you&#8217;ll need to operate your programme. To increase the memory accessible to your application, update the memory field and deploy it.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Architecture:<\/strong> Instead of wiring up the infrastructure to get your application going, you should spend your time building it. With Copilot, you choose the sort of service you want to construct (common application stacks) and we&#8217;ll take care of the infrastructure.<\/p>\n\n\n\n<h2>Common Use cases<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">It will be particularly useful in the deployment of microservices, where only developers are responsible for infrastructural deployment and management. As a result, the developer can easily manage the infrastructure and design the deployment pipeline from their local PC. That will save them a lot of time. In addition, because system admin and cloud engineer positions are not required in this type of infrastructure management, a corporation can save on expenses. Developers should have a basic understanding of Docker and Linux.<\/p>\n\n\n\n<ul><li><strong>Cloud Insights<\/strong>: All of your resources, including public clouds and private data centers, can be monitored, troubleshot, and optimized, allowing you to assess your environment for improvements.<\/li><\/ul>\n\n\n\n<ul><li><strong>Enablement Hours:<\/strong> Work on configuration, remediation, and hands-on technical tasks.&nbsp; Monthly hours are available in buckets based on customer needs, and they roll over from month to month over the course of the term. For example &#8211;<ul><li>CloudFormation template authoring<\/li><li>Dashboard customization<\/li><li>S3 lifecycle policy management<\/li><li>Automation via Lambda<\/li><li>IAM policy development<\/li><li>Tagging<\/li><li>Config rule creation<\/li><\/ul><\/li><\/ul>\n\n\n\n<p><img src=\"https:\/\/lh6.googleusercontent.com\/i_Ye9fKO7m4liQoUfPL5Pu4Ls2sahXj2ChW_lfumWTX--BFzlDmJupnf249_XXIp_aYYC2gtlHuU-sJCaMlNYFSp1gaxfkgjLbp11rx6Zr_J0Hx58mT0T_6oQ8V2Pzb4dbFaD8Sg\" style=\"width: 1600px;\"><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Security and Compliance Monitoring: <\/strong>Copilot can help you keep an eye on your environment for proper controls and configurations, as well as modifications performed manually or programmatically. To give your team access into the environment, the following frameworks are supported with near-real-time alerting and ticket creation:<\/p>\n\n\n\n<ul><li>CIS<\/li><li>PCI-DSS 3.2<\/li><li>HIPAA<\/li><li>GDPR<\/li><li>NIST 800-53<\/li><\/ul>\n\n\n\n<h2>Features<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh5.googleusercontent.com\/SdLz_nx7OVf1n2Oz8jH-Hfv8yTk9a_FL4zqe-logJpyP4r3_iehomYbbCJ1AT6Jj2oKdQ4TmiDrkRcDB7A8nhR0ONxEoCQDUU-sldYpVzNGNPzhlJ7LdViH7ca33uv7TUpO8fdI4\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Develop:<\/strong> All you need is a Dockerfile, and Copilot will set you up with the proper infrastructure for your app.<\/p>\n\n\n\n<p>Set up your own application:<\/p>\n\n\n\n<p><code><strong>copilot init<\/strong><\/code><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Release:<\/strong> Copilot can provision multiple deployment environments for you, such as testing and production environments. Additionally, Copilot can set up a CI\/CD pipeline to automatically deploy your application to these environments.<\/p>\n\n\n\n<p>Set up your own pipeline:<\/p>\n\n\n\n<p><code><strong>copilot pipeline init<\/strong><\/code><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Operate:<\/strong> Each service in your app has its own alarms, metrics, and logs. Copilot allows you to look at all of your metrics and records in one spot.<\/p>\n\n\n\n<p>Check your service&#8217;s status:<\/p>\n\n\n\n<p><code><strong>copilot svc status<\/strong><\/code><\/p>\n\n\n\n<h2>Pricing<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh6.googleusercontent.com\/konAyvCMFHNUEr2vU_cuZ9GjXf-WjsP57mCJ7uMZF9iOdoniq-yR98sFerl-zD2eZwrjpGa6RQ236opxwKZ8y-JAaDtAs6kV-or5cetADdDnQwV3q5JkBIQUO9wnya4oybmBQ4pB\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Amazon provides AWS Copilot to you for free under an Open Source license. As indicated in the AWS Copilot repository, it is licensed under the Apache 2.0 license. It is free to use and distribute on Amazon. Customers only pay for the resources they generate via CLI, which can include Fargate tasks, Amazon VPC, or AWS CodePipeline, and are invoiced according to the pricing for those resources.<\/p>\n\n\n\n<h2>Customers using AWS Copilot<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">TCS, Wipro, Capgemini, Cognizant, Infosys, and class method are among the AWS Copilot partners. Here&#8217;s their experience with AWS Copilot:<\/p>\n\n\n\n<p class=\"has-text-align-justify\">\u201cEnterprise customers are in need of DevOps transformations and TCS is constantly innovating solutions that focus on bringing end-to-end traceability of business initiatives through its development, test, and deployment life-cycle. In the light of the meteoric rise of containers in today\u2019s Microservices world, having a capability like AWS Copilot empowers developers to rapidly deploy their containerized applications and the required infrastructure including storage in an automated fashion &#8211; ruling out human error.\u201d<strong> &#8211; TCS<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-justify\">\u201cAWS Copilot utility gives much-needed impetus to fast track customer containerization journey. Wipro will leverage Copilot as a standard launch and deployment tool for container applications and integrate it into Wipro\u2019s Smart Container platform which would further help to automate the customer containerization journey. Our deep knowledge on AWS cloud migration and modernization augmented with Copilot will help us to create unique container-based offerings which will lower the overall cost for migration and speed up customer cloud adoption.\u201d &#8211; <strong>Wipro&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-justify\">\u201cAs an AWS Premier Consulting Partner, Capgemini is at the forefront of innovation to address the entire breadth of clients\u2019 opportunities in the evolving world of cloud and digital. This includes providing our enterprise clients the best services offered by AWS for containerization. In this case, AWS Copilot is a great asset for an enterprise leveraging a container-based set-up that wants to accelerate their cloud journey. AWS Copilot will help enterprises that aspire to move away from manual set-ups and deployments of containers.\u201d<strong> &#8211; <\/strong><strong>Capgemini<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/jPq35lOufDbvlDHV88B3sNJDX1LwObxF3686h0v4P88eFkzXyJFyGJw3hQ7_jK3ivvE2Zx4fQoBdfae9yfWTfDMUtJiyjMBCrknDX4yP-gm8zSrxTGtqPSHaq2Sc5FTmcTbd4Aqb\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">\u201cAWS Copilot enables Cognizant, an AWS Partner Network (APN) Premier Consulting Partner, to drive application modernization at scale by leveraging the broad services offered by AWS for Containers. Cognizant uses AWS Copilot to reduce the time to realize the business value of cloud-native application development, migrating, and modernizing legacy applications to the cloud.\u201d<strong> &#8211; Cognizant&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-justify\">&#8220;We firmly believe that AWS Copilot will help accelerate an enterprise&#8217;s container adoption journey on cloud and will simplify ECS setup so that developers can primarily focus on application code. AWS Copilot will provide complementary functionality to the Infosys Modernization Suite and we are in the process of seeding it in some of our key migration engagements across verticals.&#8221;<strong> &#8211; <\/strong><strong>Infosys&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-justify\">&#8220;The amazing thing about Copilot is that it allows us to create a production-ready ECS environment that comes pre-integrated with other components necessary for production workloads like CI\/CD pipelines, all with ease and the barest minimum resources to prepare beforehand.&#8221;<strong> &#8211; <\/strong><strong>Classmethod<\/strong><\/p>\n\n\n\n<h2>Conclusion<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">In this blog, we have explored AWS Copilot, its concept, features, benefits, use cases, etc., and how it supercharges your application by allowing you to set up infrastructure, build your application with many services, set up a pipeline to automate release, monitor the stack and application&#8217;s status, and add-ons all from a single CLI. We will demonstrate the full implementation of Amazon Copilot with step-by-step instructions in our upcoming blog. Stay tuned to keep getting all updates about our upcoming new blogs on AWS and relevant technologies.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">Meanwhile \u2026<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Keep Exploring -&gt; Keep Learning -&gt; Keep Mastering<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-justify\">This blog is part of our effort towards building a knowledgeable and kick-ass tech community. At <a href=\"https:\/\/www.workfall.com\/\">Workfall<\/a>, we strive to provide the best tech and pay opportunities to AWS-certified talents. If you\u2019re looking to work with global clients, build kick-ass products while making big bucks doing so, give it a shot at<a href=\"https:\/\/www.workfall.com\/partner\/\"> workfall.com\/partner<\/a> today.<\/p>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">9<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span> Are you completely drained by worrying about your infrastructure over architecture? Well, AWS Copilot supercharges your application by allowing you to set up infrastructure, build your application with many microservices, set up a pipeline to automate release and monitor the stack and application&#8217;s status, and add-ons all from a single CLI. In this blog, we [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":495,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[2],"tags":[3,152,52,6],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI? - The Workfall Blog<\/title>\n<meta name=\"description\" content=\"AWS Copilot simplifies infrastructure setup for your application. Say goodbye to worrying about infrastructure &amp; focus on your architecture!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI? - The Workfall Blog\" \/>\n<meta property=\"og:description\" content=\"AWS Copilot simplifies infrastructure setup for your application. Say goodbye to worrying about infrastructure &amp; focus on your architecture!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/\" \/>\n<meta property=\"og:site_name\" content=\"The Workfall Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/workfall\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-10T09:37:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-28T12:26:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@workfall\" \/>\n<meta name=\"twitter:site\" content=\"@workfall\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Workfall\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#organization\",\"name\":\"Workfall - Hire #Kickass Coders On Demand\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/\",\"sameAs\":[\"https:\/\/www.instagram.com\/workfall\/\",\"https:\/\/www.linkedin.com\/company\/workfall\/\",\"https:\/\/facebook.com\/workfall\",\"https:\/\/twitter.com\/workfall\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400\",\"contentUrl\":\"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400\",\"width\":400,\"height\":400,\"caption\":\"Workfall - Hire #Kickass Coders On Demand\"},\"image\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#website\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/\",\"name\":\"The Workfall Blog\",\"description\":\"#Tech #Remote #Jobs\",\"publisher\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learning.workfall.com\/learning\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#primaryimage\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png\",\"contentUrl\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png\",\"width\":1200,\"height\":628,\"caption\":\"AWS Copilot - Workfall\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#webpage\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/\",\"name\":\"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI? - The Workfall Blog\",\"isPartOf\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#primaryimage\"},\"datePublished\":\"2021-11-10T09:37:20+00:00\",\"dateModified\":\"2023-04-28T12:26:48+00:00\",\"description\":\"AWS Copilot simplifies infrastructure setup for your application. Say goodbye to worrying about infrastructure & focus on your architecture!\",\"breadcrumb\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/learning.workfall.com\/learning\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI?\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#webpage\"},\"author\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a\"},\"headline\":\"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI?\",\"datePublished\":\"2021-11-10T09:37:20+00:00\",\"dateModified\":\"2023-04-28T12:26:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#webpage\"},\"wordCount\":2120,\"publisher\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png\",\"keywords\":[\"AWS\",\"awscli\",\"containerization\",\"workfall\"],\"articleSection\":[\"AWS Cloud Computing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a\",\"name\":\"Workfall\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png\",\"contentUrl\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png\",\"caption\":\"Workfall\"},\"sameAs\":[\"https:\/\/www.workfall.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI? - The Workfall Blog","description":"AWS Copilot simplifies infrastructure setup for your application. Say goodbye to worrying about infrastructure & focus on your architecture!","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:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/","og_locale":"en_US","og_type":"article","og_title":"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI? - The Workfall Blog","og_description":"AWS Copilot simplifies infrastructure setup for your application. Say goodbye to worrying about infrastructure & focus on your architecture!","og_url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/","og_site_name":"The Workfall Blog","article_publisher":"https:\/\/facebook.com\/workfall","article_published_time":"2021-11-10T09:37:20+00:00","article_modified_time":"2023-04-28T12:26:48+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@workfall","twitter_site":"@workfall","twitter_misc":{"Written by":"Workfall","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#organization","name":"Workfall - Hire #Kickass Coders On Demand","url":"https:\/\/learning.workfall.com\/learning\/blog\/","sameAs":["https:\/\/www.instagram.com\/workfall\/","https:\/\/www.linkedin.com\/company\/workfall\/","https:\/\/facebook.com\/workfall","https:\/\/twitter.com\/workfall"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400","contentUrl":"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400","width":400,"height":400,"caption":"Workfall - Hire #Kickass Coders On Demand"},"image":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#website","url":"https:\/\/learning.workfall.com\/learning\/blog\/","name":"The Workfall Blog","description":"#Tech #Remote #Jobs","publisher":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learning.workfall.com\/learning\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#primaryimage","url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png","contentUrl":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png","width":1200,"height":628,"caption":"AWS Copilot - Workfall"},{"@type":"WebPage","@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#webpage","url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/","name":"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI? - The Workfall Blog","isPartOf":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#primaryimage"},"datePublished":"2021-11-10T09:37:20+00:00","dateModified":"2023-04-28T12:26:48+00:00","description":"AWS Copilot simplifies infrastructure setup for your application. Say goodbye to worrying about infrastructure & focus on your architecture!","breadcrumb":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/learning.workfall.com\/learning\/blog\/"},{"@type":"ListItem","position":2,"name":"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI?"}]},{"@type":"Article","@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#article","isPartOf":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#webpage"},"author":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a"},"headline":"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI?","datePublished":"2021-11-10T09:37:20+00:00","dateModified":"2023-04-28T12:26:48+00:00","mainEntityOfPage":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#webpage"},"wordCount":2120,"publisher":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#organization"},"image":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli-2\/#primaryimage"},"thumbnailUrl":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png","keywords":["AWS","awscli","containerization","workfall"],"articleSection":["AWS Cloud Computing"],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a","name":"Workfall","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/image\/","url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png","contentUrl":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png","caption":"Workfall"},"sameAs":["https:\/\/www.workfall.com"]}]}},"jetpack_featured_media_url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/copilot1.png","jetpack-related-posts":[{"id":239,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-aws-copilot-to-build-release-and-operate-containerized-applications-on-ecs-and-fargate-using-a-cli\/","url_meta":{"origin":492,"position":0},"title":"How to set up AWS Copilot to build, release and operate containerized applications on ECS and Fargate using a CLI?","date":"October 28, 2021","format":false,"excerpt":"AWS Copilot is a command line interface (CLI) that allows users to launch and manage containerized apps on AWS fast and efficiently. AWS Copilot offers a simple declarative set of commands, as well as examples and guided experiences to assist clients in deploying quickly. Copilot automates each stage of the\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"How to deploy a containerized Web Application using AWS Copilot","src":"https:\/\/i2.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/10\/Amazon_Copilot-1200-x-628-px.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":358,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-build-an-angular-authentication-application-using-aws-amplify\/","url_meta":{"origin":492,"position":1},"title":"How to build an Angular Authentication Application using AWS Amplify?","date":"November 3, 2021","format":false,"excerpt":"In this blog, we will discuss how to build an Angular Application using AWS Amplify and will demonstrate how to build an Authentication Application using AWS Amplify and Angular web framework without configuring the backend manually. In this blog, we will cover: Need for Serverless FrameworksBenefits of Serverless FrameworksPopular Serverless\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"Build an Angular Authentication Application using AWS Amplify","src":"https:\/\/i1.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/amplify.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":197,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-build-a-ros-ci-pipeline-using-aws-robomaker-and-codepipeline\/","url_meta":{"origin":492,"position":2},"title":"How to build a ROS CI Pipeline using AWS Robomaker and CodePipeline?","date":"October 27, 2021","format":false,"excerpt":"AWS RoboMaker is the most complete cloud solution for robotic developers to simulate, test, and securely deploy robotic applications at scale. RoboMaker's managed ROS and Gazebo software stacks free up engineering resources and enable you to start building quickly. In this blog, we will navigate through the AWS Robomaker service\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"AWS RoboMaker - Workfall","src":"https:\/\/i1.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/10\/RoboMaker-1200-x-628-px.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":675,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-set-up-a-continuous-deployment-pipeline-to-deploy-versions-of-an-application-on-aws-elastic-beanstalk-using-aws-codepipeline-part-1\/","url_meta":{"origin":492,"position":3},"title":"How to set up a continuous deployment pipeline to deploy versions of an application on AWS Elastic Beanstalk using AWS CodePipeline (Part 1)?","date":"November 24, 2021","format":false,"excerpt":"Do you have concerns about managing and deploying web applications? With AWS Elastic Beanstalk, you can launch your full web application in just a few minutes by simply uploading the code. Starting with capacity provisioning, load balancing, auto-scaling, and application health monitoring, this service will take care of the whole\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"AWS Elastic Beanstalk - Workfall","src":"https:\/\/i2.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/CoverImages_1200x628px-6.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":361,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-create-ci-cd-workflow-using-aws-codestar\/","url_meta":{"origin":492,"position":4},"title":"How to create CI\/CD workflow using AWS CodeStar?","date":"November 3, 2021","format":false,"excerpt":"DevOps and CI\/CD are the future of software development. AWS CodeStar makes building a full CI\/CD workflow easier and helps us to create a CI\/CD toolchain using AWS developer tools - CodeCommit, CodeBuild, and CodePipeline In this blog we will demonstrate how to create CI\/CD workflow using AWS CodeStar. Before\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"Create CI\/CD workflow using AWS CodeStar","src":"https:\/\/i2.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/CodeStar.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":562,"url":"https:\/\/learning.workfall.com\/learning\/blog\/secure-containerized-web-applications-aws-apprunner-part-1\/","url_meta":{"origin":492,"position":5},"title":"How to build and run scalable, secure & containerized Web Applications in minutes using AWS App Runner (Part 1)?","date":"November 10, 2021","format":false,"excerpt":"Developing apps is where you build value, not manage how they're delivered. Rather than wrestling\/bickering infrastructure, why not just write your code and leave the rest to someone else? Over time, cloud providers have made this process progressively easier. AWS may have just made a significant jump for many of\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"AWS AppRunner - Workfall","src":"https:\/\/i1.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/apprunner1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts\/492"}],"collection":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/comments?post=492"}],"version-history":[{"count":5,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts\/492\/revisions"}],"predecessor-version":[{"id":1870,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts\/492\/revisions\/1870"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/media\/495"}],"wp:attachment":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/media?parent=492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/categories?post=492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/tags?post=492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}