Skip to content

Guides and resources

Share your applications, videos, and blog posts with fellow Copilots!

Blog posts

Title Description
Automatically deploying your container application with AWS Copilot by @nathankpeck Nathan shows how to setup a release pipeline with the CLI that builds, pushes, and deploys an application. Finally, he sets up integration tests for validation before releasing to production.
Deploying containers with the AWS Copilot CLI by @maartenbruntink Maarten shows to deploy the sample Docker voting app with the AWS Copilot CLI that showcases how to setup your own Redis and Postgres servers. In the second part, he automates the release process.
AWS Copilot: an application-first CLI for containers on AWS by @efekarakus Efe walks through the design tenets of the CLI, why they were chosen, how they map to Copilot features, and the vision for how the CLI will evolve in the future.
Introducing AWS Copilot by @nathankpeck Nathan explains how with the AWS Copilot CLI you can go from idea to implementation much faster, with the confidence that the infrastructure you have deployed has production-ready configuration.

Videos

Title Description
Containers from the Couch series by @realadamjkeller, @brentContained, and guests Join Adam and Brent to learn about all the existing features of AWS Copilot with fun demos. From setting up a three-tier application with autoscaling to creating a continuous delivery pipeline with integration tests.
AWS What's Next by @nathankpeck and @efekarakus Nathan and Efe discusses what makes AWS Copilot unique compared to other infrastructure provisioning tools and then demo an overview of the existing commands.
Happy Building with AWS Copilot by @kohidave and @efekarakus Learn about the motivation behind AWS Copilot, and get a demo of a load balanced web service integrated with Amazon DynamoDB.

Code samples

Repository Description Key features
github.com/copilot-example-voting-app A voting application distributed over three ECS services created with AWS Copilot. Amazon Aurora PostgreSQL database, service discovery, autoscaling