Adithya Kolla

Results 47 comments of Adithya Kolla

Hello all! As a workaround if you have more than 5 domains, we can the split the `domains` into `http.additional_rules` with the `same container` port and path as below. ```yaml...

Hey @surrealchemist ! Can you provide your manifest file to check the configuration I am able to deploy the service with the below configuration ⬇️ ```yaml image: build: ./Dockerfile #...

`http/3` version can also be supported for cdn 👍

Sorry @clayrisser ! still do not have any updates to share on this 🙇

Hello @federicobond ! Sorry for the confusion that you had. Can you point me to the docs where this is mentioned so that i can fix this. > but the...

Hello @federicobond ! That seems to be correct to me. [`deployments`](https://aws.github.io/copilot-cli/docs/manifest/pipeline/#stages-deployments) are indeed helps to control the order of deployments of a service and the field is **optional**. If not...

I could not reproduce the issue with version v1.33. Can you please reverify for me by doing the following 1. Create a Pipeline with below command ``` copilot pipeline init...

Hello @Offlein Can you add this action `rds:AddTagsToResource` to the Policy document which is at this location `copilot/db-sanitization/addons/rds.yml` and deploy the service again so that `TaskRole` will have necessary permissions....

Hey @vshah11 ! Can you use the workaround shared by @bvtujo in this [comment](https://github.com/aws/copilot-cli/issues/4939#issuecomment-1577359251) Does this work in your case

Agree on this. Definitely it would be nice to have command like `copilot job status` that will log the status of the recently executed jobs/state machine.