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?

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ