8_Securing Your AWS Network Environment

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Flashcards about securing network resources in Amazon VPC.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What is a key security design principle for securing network resources?

Apply security at all layers, including network ACLs and security groups.

2
New cards

What part of the network environment do Network ACLs and Security Groups protect?

Network ACLs protect subnets, while security groups protect instances within the VPC.

3
New cards

What are security groups in terms of firewalls?

Stateful firewalls that allow outbound responses if an inbound request is allowed.

4
New cards

What are the default inbound and outbound rules for a default security group in a VPC?

No inbound traffic is allowed, and all outbound traffic is allowed by default.

5
New cards

What type of rules can be created with security groups?

Only allow rules can be created.

6
New cards

What is the state of Network ACLs?

Stateless, meaning they evaluate every inbound and outbound request independently.

7
New cards

What types of rules can be created using Network ACLs?

Rules can either allow or deny traffic.

8
New cards

How are Network ACL rules evaluated?

Evaluated from lowest to highest until a match is found.

9
New cards

What are the characteristics of the default Network ACL?

Allows all inbound and outbound traffic by default, but includes an asterisk rule that denies all traffic as the final rule.

10
New cards

What is AWS Network Firewall?

A stateful managed network firewall for Amazon VPC with intrusion detection and prevention.