[Bug]: Unable to Deploy Pipelines to ap-southeast-4 region (dropped CodeStar support)
Description:
Unable to deploy pipelines to ap-southeast-4.
Details:
When running copilot env deploy -a <some app> -n <some pipeline> receives a no such host error when trying to POST to https://codestar-connections.ap-southeast-4.amazonaws.com.
Observed result:
get connection ARN: get list of connections in AWS account: RequestError: send request failed
caused by: Post "https://codestar-connections.ap-southeast-4.amazonaws.com/": dial tcp: lookup codestar-connections.ap-southeast-4.amazonaws.com: no such host
Expected result:
I am able to deploy pipelines to ap-southeast-4.
Debugging:
It doesn't appear that CodeStar is supported in ap-southeast-4. Are there work arounds?
From the CodeStar page:
Discontinuation of AWS CodeStar support On July 31, 2024, Amazon Web Services (AWS) will discontinue support for creating and viewing AWS CodeStar projects. After July 31, 2024, you will no longer be able to access the AWS CodeStar console or create new projects. However, the AWS resources created by AWS CodeStar, including your source repositories, pipelines, and builds, will be unaffected by this change and will continue to function. AWS CodeStar Connections will not be impacted by this discontinuation.
When will Copilot be updated to use a different mechanism to integrate with GitHub and Bitbucket? This issue is blocking a critical project for my team.