aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Support For Cross Account ECR Repository Automatic Deployments #170

Open emoshaya opened 1 year ago

emoshaya commented 1 year ago

Community Note

Tell us about your request Currently, AWS App Runner doesn't support automatic deployments for an image in an ECR repository in a different AWS account than the one that the service is in. If we try to enable automatic deployments for a cross account ECR repository, we get the following error:

image

Describe alternatives you've considered I have resorted to updating our pipelines to run aws apprunner start-deployment cli command to auto deploy following a newly publish ECR image.