-
Notifications
You must be signed in to change notification settings - Fork 286
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
Private Subnet Public Loadbalancer issue #15
Comments
@lngphp The issue may be that when you created the service stack you did not provide the StackName parameter which is the name of the cluster stack that you created first so it is defaulting to production. If that is not what you called the cluster stack the service stack creation may fail with that error. I have a Makefile that I use to create the cluster and services. It is a bit easier to do it that way I found. The following is what I have in it for the cluster and service. I have not used this in a while and am out of time tonight but I will try it again tomorrow night.
|
If it is helpful, I did just confirm that the following Makefile can create and delete the public-vpc and public-subnet-public-loadbalancer configuration of this Fargate example. The running nginx url can be found from the cluster stack ExternalUrl output. The usage of this would look like the following which will create everything and then output the url to the service.
Makefile contents
|
Thank you so much! |
I got "No export named production:PublicListener found. Rollback requested by user." error.
Any ideas on how to fix it?
The text was updated successfully, but these errors were encountered: