July 2017
Intermediate to advanced
402 pages
9h 38m
English
Security groups work a bit like firewalls. All EC2 instances have a set of security groups assigned to them. Each security group contains rules to allow traffic to flow inbound (ingress) and/or outbound (egress).
For this exercise, we will create a small web application running on port tcp/3000. In addition, we want to be able to ssh into the instance, so we also need to allow inbound traffic to port tcp/22. We will create a simple security group to allow this, using the following steps:
Read now
Unlock full access