CI/CD for Fargate

CI/CD for Fargate

Mar 11, 2020

AWS Fargate is a serverless compute engine for containers, which removes the need to manage servers, and lets you specify and pay for resources per application.
With Fargate, AWS manages your infrastructure for its scaling and availability as much as possible, so you can only focus on developing your applications.

In this webinar, you will learn how to create a container-native CI/CD pipeline that deploys your application to Fargate, using a built-in step that we created!