Create a VM and configure security groups with defined Inbound and Outbound rules like letting traffic through HTTP, ICMP, TCP,SSL(TLS).
Create a VM and configure security groups with defined Inbound and Outbound rules like letting traffic through HTTP, ICMP, TCP,SSL(TLS). Steps:- 1. Go to AWS console and create a new EC2 instance. 2. Create a new security group. 3. Create an inbound rule on TCP on my IP. 4. Create an inbound rule on ICMP on source my IP. 5. Similarly set rules for HTTP and SSH. 6. set the outbound traffic for http, ssh and icmp. 10. create the security group. 11. use the same security group in the network settings and launch the instance.