Repeated error trying to setup CloudFormation git sync

0

Hi,

I'm trying to use the new "git sync" feature of CloudFormation and can't get it to work, using a GitHub connection. When I try to go through the "create stack" process through the web console, I keep getting the following error at the end of the process (replaced id's with ...'s) :

"RepoConfiguration already exists. Arn: arn:aws:codestar-connections:us-east-1:39..........:repository-link/25.......... (Service: CodeConnections; Status Code: 409; Error Code: ResourceAlreadyExistsException; Request ID: 928b703d-096e-4172-b3ec-7139a3cfac53; Proxy: null)"

If I look in https://us-east-1.console.aws.amazon.com/codesuite/settings/connections?region=us-east-1 I see the connection that was created during the "create stack" wizard. If I try again to create the stack, but pointing to the connection I see the error "No connection exists with the ARN: [connection ARN" in the drop-down box for "branch".

This isn't blocking me, but I wanted to try out this new feature.

Mike

已提问 5 个月前198 查看次数
1 回答
0

Oof. Sorry about that! Well, since the repository link already exists, you can call the AWS CLI to finish the setup by hand:

https://docs.aws.amazon.com/cli/latest/reference/codestar-connections/create-sync-configuration.html

Hope you got unblocked, sorry for the late response!

已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则