al-dpopowich

Results 6 comments of al-dpopowich

Another option which I have used is adding a nginx container, which is the only container with published ports, 80 and 443. Then I use nginx for all internal routing....

`compose_ecs` had this feature: #5690 . Would be wonderful to have for copilot.

I'll add another voice from the void requesting this feature. We use docker-compose with ecs integration (now deprecated) and are now looking for a new solution without having to jump...

That my SecretsManager secret uses app and env names is immaterial. When I try to reference a Secret by name, the CFN uses exactly that name, as part the ARN...

I can confirm that changing the name of my secretmanager's secret from `myapp/myenv/app-config` to `myapp/myenv/appconfig` works and allows me to reference the secret once at the top-level without requiring environment...

This has been reported in #5732. You need to give the full ARN of the secret, not just its name.