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
已提问 2 个月前591 查看次数
2 回答
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
专家
shibata
已回答 2 个月前
profile picture
专家
已审核 2 个月前
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
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则