copilot-cli
copilot-cli copied to clipboard
The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
Since now Aurora Serverless v2 is generally available (https://aws.amazon.com/blogs/aws/amazon-aurora-serverless-v2-is-generally-available-instant-scaling-for-demanding-workloads/), are there any plans to support this improved version of Aurora Serverless as a built-in supported storage type?
Installed the copilot cli from https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Copilot.html and when verifying with GPG, getting BAD signature. ``` gpg: Signature made Fri May 6 18:09:42 2022 CDT gpg: using RSA key DE3CBD61ADAF8B8E gpg:...
When the AWS CLI exec session-manager-plugin, it passes 7 args. https://github.com/aws/aws-cli/blob/45b0063b2d0b245b17a57fd9eebd9fcc87c4426a/awscli/customizations/ecs/executecommand.py#L105 copilot-cli, it passes 4 args https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/exec/ssm_plugin.go#L55 In session-manager-plugin, it is in the state of IsAwsCliUpgradeNeeded with 4 arguments as...
I'm not quite sure why I'm seeing this warning. The domain I'm trying to use, although it was not registered via Route53, has a hosted zone in the same account....
# description We're trying to setup a multi-account, multi-domain deployment where we have a single (global) Application account and then each Copilot Environment (eg. dev, test, staging, production) is deployed...
Does Copilot currently support GPU based task definitions? Similar to https://docs.docker.com/cloud/ecs-integration/?
See discussion below for details. Organizations that create VPCs in a central AWS accounts need to create copilot applications and environments in different AWS accounts. Today, the env creation fail...
Hi guys, I 've just experimented starting a deployment which introduced changes that made the container fail the health check. So I just hit `ctr+c` and interrupted the `copilot` CLI,...
I would like to know if there's a way to achieve SSH tunnel from a local machine. Im using (very enjoyably, if I may add) copilot, to manage my RDS...
I have a load balanced service with nginx container running as service (say nginx-app) and backend service nodejs app (say BES_APP). The nginx configuration is pointed to the service discovery...