Questions tagged [aws-copilot-cli]
7 questions
3
votes
1 answer
How do you deploy multiple services on AWS Copilot at once?
I'm new to AWS Copilot and containers in general (frontend focused engineer helping out with DevOps at my job) and am trying to figure out how to deploy multiple containers at once. The project includes a web container, deployed through copilot as…

Drew
- 71
- 4
2
votes
1 answer
Create an internal Network load balancer with AWS Copilot
I am trying to deploy bitnami/openldap container in ECS using AWS Copilot as a backend service with a internal NLB (Couldn't go with ALB since bitnami/openldap does not have a http healthcheck endpoint).
I have the following config in Copilot…

Shanika Ediriweera
- 1,975
- 2
- 24
- 31
0
votes
1 answer
How can AWS Copilot's manifest.image.context be set to the project repository's root directory?
How can the AWS Copilot image.context manifest file parameter be set to the project’s root directory? I’m translating a Docker Compose file to Copilot manifest files but I’ve been unable to get Copilot to honor the image.context parameter using…

datasmith
- 704
- 8
- 14
0
votes
0 answers
Is there a way to configure AWS CoPilot Pipeline to source from ECR repository?
Is there a way to config Pipeline to source from ECR repository rather than selecting one of GitHub, Bitbucket, CodeCommit since my repo is in Gitlab. What are my options to create a CoPilot pipeline?
It would be ideal if something like below is…

Shanika Ediriweera
- 1,975
- 2
- 24
- 31
0
votes
1 answer
Why does AWS Copilot Task Run always return exit code 0 without --follow option?
I have a Docker image setup to run a simple script that I am running via copilot task run.
FROM node:12-alpine
RUN apk update
RUN apk add curl
RUN apk add jq
RUN apk add --no-cache aws-cli
COPY deploy-permissions.sh…

Adam
- 1,202
- 11
- 25
0
votes
1 answer
how to integrate with already authenticated by using aws cognito service with aws copilot cli
how to integrate with already authenticated by using aws cognito service with aws copilot cli
if there is possible to integrate with aws cognito services(already authenticate with application load balance to aws copilot cli
0
votes
1 answer
aws copilot-cli deploy using previously created manifest.yml
I initialized aws copilot application, so it created a copilot folder and inside that it created service details with manifest.yml file. And created my AWS infrastructure for me. After that I delete that infra using copilot app delete.
Now I want to…

Gaurav Jeswani
- 4,410
- 6
- 26
- 47