You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case: I have multiple Fargate cluster stacks which I deployed to several regions.
I want to have use codepipeline cross-region deployment, but I can't seem to get it to work with CDK.
For example, the pipeline created in region-1 has this deployment action
What I've tried is to have codedeploy references the service from the target region, as mentioned in #11199
This pipeline can be synthesized and deployed, but it result in a deployment step that's in the SAME region as the pipeline (aka region-1)
What I want to happen is for the deployment action to be cross-region
Is there anyway to achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My use case: I have multiple Fargate cluster stacks which I deployed to several regions.
I want to have use codepipeline cross-region deployment, but I can't seem to get it to work with CDK.
For example, the pipeline created in
region-1
has this deployment actionWhat I've tried is to have codedeploy references the service from the target region, as mentioned in #11199


This pipeline can be synthesized and deployed, but it result in a deployment step that's in the SAME region as the pipeline (aka
region-1
)What I want to happen is for the deployment action to be cross-region
Is there anyway to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions