I have created a windows EC2 instance and i started my Angular project with command ng serve –host=0.0.0.0 –disable-host-check and i am able to access my application inside EC2 instance. I have set inbound rule in security group as All traffic. Still i am unable to access the application from Public IPv4 address. Any idea what am i missing