- Newest
- Most votes
- Most comments
Hello.
"localhost" cannot be accessed from the outside, so you will need a public IP address etc. to access the EC2 instance directly.
Do EC2 instances have public IP addresses?
If you do not have a public IP address, you will need to configure one.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing.html#concepts-public-addresses
If a public IP address is set for EC2, please configure the EC2 security group to allow port 8095.
https://docs.aws.amazon.com/vpc/latest/userguide/security-group-rules.html#adding-security-group-rules
After adding a rule to the security group, you should be able to connect using the public IP address as shown below.
If you are unable to connect even after adding rules to the security group, there may be a problem with the settings on the web server side.
http://EC2-Public-IP:8095/
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 6 months ago
Thank You! looks to be working atm :)