From the course: AWS Certified SysOps Administrator - Associate (SOA-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Amazon EC2 network security

Amazon EC2 network security

- [Tutor] Amazon EC2 provides a suite of services and features to secure data and transit or address. These security features allow you to set up a secure connection to your EC2 instance, control incoming and outgoing traffic to your servers, or provide permissions for your instance to access other AWS services. In this lecture, we'll talk about the two network security features in Amazon EC2. These are the security groups and network access control lists, let's begin. A network access control list or network ACL for short, is security feature to protect the subnets of your VPC from unauthorized traffic. It acts as a firewall to control the traffic that is coming in or out of your subnets. One VPC can have one or more subnets, and each subnet must be associated with at least one network ACL. This where your EC2 in are launch. Each subnet resides entirely with one availability zone only. As we have discussed before,…

Contents