Create a VM and configure security groups with defined Inbound and Outbound rules like letting traffic through HTTP, ICMP, TCP,SSL(TLS).

 1. Go to the AWS console and create a new EC2 instance.


2. Create a new security group.




3. Create an inbound rule on TCP, ICMP, HTTP, and SSH on my IP.





5. set the outbound traffic for HTTP, SSH, and ICMP.
    

6. create the security group.



7. use the same security group in the network settings and launch the instance.






Comments