Security Groups Question

0

I'm very new to AWS, so apologise if I am asking what might be a ridiculous question.

I am trying to understand more about security groups. Based of what I found from reading various documentations... what I understand is there are two types of security groups. One is EC2-VPC which is an EC2 security group type and another is a VPC Security group. We can attach these security group types to other aws services such as ELB/NLB,S3 etc...am I wrong?

Also came across a RDS security group. Is that a different type of security group? How many types of Security Groups are there?

Jess
asked 2 months ago580 views
2 Answers
1

The basis of a Security Group is a VPC.

Because security groups can be configured for resources running on VPC, you will see descriptions of security groups for various resources such as EC2 and RDS, but these are simply descriptions of the same thing for each AWS resource they apply.

S3 does not have a security group. This is because S3 does not operate within VPC.

I hope this helps your understanding.

profile picture
EXPERT
shibata
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
0

To add to their great answers, Security Groups our AWS's host based firewalls, within the VPC. With different labels, according to the resource their protecting:

https://docs.aws.amazon.com/vpc/latest/userguide/vpc-security-groups.html

AWS
KAS
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions