Uttara Sridhar
Uttara Sridhar
Yes, the reason for `403 forbidden` is because as of today, ECS doesn't support pulling images from privately signed registries for Fargate tasks. [See issue](https://github.com/aws/containers-roadmap/issues/1301). I suspect that is why...
Would you be able to elaborate more on your setup? 1. Are you setting these URIs through [environment variables](https://aws.github.io/copilot-cli/docs/developing/environment-variables/) in the manifest? Some articles [here](https://spring.io/guides/topicals/spring-boot-docker/) and [here](https://stackoverflow.com/questions/46715072/passing-env-variables-to-docker-spring-boot) could be possible...