Amazon web services – Unable to access Angular Application from EC2 via Public IPv4 address
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…