AWS Copilot
Basics
CLI tool used to build, release and operate production-ready containerized apps.
This tool makes it seamless to run apps in Apprunner, ECS and Fargate.
This tool used cloud formation to create the infrastructure.
Can be integrated with Code pipeline, so that automated deployments can be done.
Commands
Initialize copilot
Create an environment using copilot, which will create a manifest file.
Note : Before running the above command make sure that aws configuration file is already created, can be done so by below command.
Deploy the environment using the manifest file, created based on environment.
Note : For above command to successfully execute make sure the user executing this have the right roles and access.
To deploy the application
To delete the infrastructure
Reference
Last updated