/aws-copilot-fredbet

AWS copilot CLI example deploying fredbet

MIT LicenseMIT

aws-copilot-fredbet

Sample deployment of the fredbet application using the AWS Copilot CLI.

Running fredbet in AWS ECS

Be sure you have the AWS Copilot CLI installed. See installation instructions for more details.

Run the commands from the git root directory!

Deployment

Deploys and synchronizes the changes in manifest files with CloudFormation stack:

copilot app init
copilot env init
copilot env deploy --name test
copilot svc init
copilot svc deploy --name fredbet-service --env test

Cleanup resources

Delete the app

copilot app delete

Deletes all resources associated with an application.

Delete the service

copilot svc delete

Delete the test environment

copilot env delete --name test