You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey sorry if this is a silly question but I've been struggling for quite a while and can't figure out the problem - any hints or help would be greatly appreciated! I've successfully created the code pipeline for automatic deployments (in that there are no errors, managed to get the
curl: (7) Failed to connect to ec2-18-141-142-6.ap-southeast-1.compute.amazonaws.com port 8080: Connection refused
May I ask how to solve this?
I've tried googling and one of the links said that I should troubleshoot by logging in the instance over ssh with my my_key.pem but I'm not sure I have that?
The text was updated successfully, but these errors were encountered:
@Reine0017: I suspect I know what is going on here.
Your CloudFormation template is probably wget-inghttps://github.com/good-parts/aws-bootstrap/archive/master.zip instead of the latest master in your ownaws-bootstrap repo.
Note that by the end of of the "Infrastructure as Code" chapter, the server.js file in your master should look like this.
If instead, you are referencing the master from the good-parts/aws-bootstrap, it looks like this and we still haven't done the necessary setup for serving HTTPS traffic.
Hey sorry if this is a silly question but I've been struggling for quite a while and can't figure out the problem - any hints or help would be greatly appreciated! I've successfully created the code pipeline for automatic deployments (in that there are no errors, managed to get the
message, checked my CloudFormation stacks and ec2 instance and saw create_complete, instance running etc. However, when I try to navigate to http://ec2-18-141-142-6.ap-southeast-1.compute.amazonaws.com:8080, I get a "This site can't be reached" error.
Similarly, running curl http://ec2-18-141-142-6.ap-southeast-1.compute.amazonaws.com:8080 in my terminal returns:
May I ask how to solve this?
I've tried googling and one of the links said that I should troubleshoot by logging in the instance over ssh with my my_key.pem but I'm not sure I have that?
The text was updated successfully, but these errors were encountered: