Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Unable to add HTTPS listeners for Backend Service after the Private Load Balancer is created #5961

Open
rickychew77 opened this issue Oct 30, 2024 · 0 comments
Labels
type/bug Issues that are bugs.

Comments

@rickychew77
Copy link

Description:

Unable to add HTTPS listeners for Backend Service after the Private Load Balancer is created. Getting error below.

CustomResource attribute error: Vendor response doesn't contain InternalHTTPSListenerArn attribute in object arn:aws:cloudformation:ap-southeast-1:<redacted>

I created this Internal ALB first with only HTTP listeners while testing, without HTTPS listeners in mind to configure them later. After adding certificate field in environment manifest and http.alias in Backend Service manifest, i am getting error above.

Details:

Copilot version: v1.33.1
OS: macOS 15
Manifest: Backend Service
AWS Region: ap-southeast-1

Observed result:

When running copilot svc deploy, am getting error above that cannot find HTTPS listener ARN. The HTTPS listener was created at the internal LB after running copilot env deploy but running copilot svc deploy for the http.alias, error above pops up.

Expected result:

Expecting to able to simply add another HTTPS listener.

Debugging:

I have to delete the LB and redeploy again.

@rickychew77 rickychew77 added the type/bug Issues that are bugs. label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issues that are bugs.
Projects
None yet
Development

No branches or pull requests

1 participant