Streamlit working on private IP and not in public IP on EC2

Hi, I have a app deployed on ec2, it is working on private IP and not in public IP, is there any requirements for outbound firewall rules to be changed, I currently have no outbound traffic policy. Does streamlit download anything from internet ?

Hi @Taaresh,

Thanks for sharing this question!

By default, a security group includes an outbound rule that allows all outbound traffic, so should be good. This might be a problem with security group settings rather than outbound rules since the app works internally but not externally.

I suggest checking the inbound rules of your EC2 instance’s security group.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.