quickstart-bitnami-wordpress icon indicating copy to clipboard operation
quickstart-bitnami-wordpress copied to clipboard

Can't access APPURL or ELBURL

Open tdmrut opened this issue 5 years ago • 6 comments

I have the problem that I can't get it to run following the deployment guide.

I used the "New VPC" path of the deployment guide and didn't change any of the defaults in the parameters (except for required inputs obviously).

After following the step-by-step instructions in the deployment guide I see the stacks being created successfully with CREATE_COMPLETE result. However I can not access APPURL or ELBURL from output.

Any idea where this comes from and also how to debug this?

tdmrut avatar Mar 29 '19 01:03 tdmrut

Hi @tdmrut,

What are the values of ALBAccessCIDR (http/https) and RemoteAccessCIDR (ssh) parameters?

If you want to access your deployment from anywhere, you should set those values to 0.0.0.0/0.

Hope it helps!

andresbono avatar May 10 '19 06:05 andresbono

I have the same issue as @tdrmut , and seems url does not work. It is not an ssh or cidr issue. The site won't come up. Checked the security groups and they look ok, maybe not connecting to db and the entire stack fails.

swhyte2016 avatar Jul 18 '19 13:07 swhyte2016

@swhyte2016 You should set ALBAccessCIDR to 0.0.0.0/0. It will work well.

tdmrut avatar Jul 19 '19 08:07 tdmrut

Thank you @tdmrut , the security group needed to be updated.

swhyte2016 avatar Jul 19 '19 13:07 swhyte2016

the elb security group like that, only accept request from the vpc

HTTP | TCP | 80 | 10.0.0.0/16 HTTPS | TCP | 443 | 10.0.0.0/16

but the vpc have an interent gateway, is there any thing like iptables linked gateway and elb , so the elb can accept request from the internet?

vvsuperman avatar Aug 28 '19 08:08 vvsuperman

Sorry for the very late response.

We weren't correctly tracking the issues/PRs from this repository in our support workflow.


It is likely that this issue is no longer applicable. Are you still affected? Please do not hesitate to let us know if that is the case, and one of our agents would help you with it.

juan131 avatar Mar 24 '21 12:03 juan131