These are the initial settings for the default security group:

Select the correct set of options. These are the initial settings for the default security group:

Select the correct set of options. These are the initial settings for the default security group:

A.
Allow no inbound traffic, Allow all outbound traffic and Allow instances associated with this security group
to talk to each other

B.
Allow all inbound traffic, Allow no outbound traffic and Allow instances associated with this security group
to talk to each other

C.
Allow no inbound traffic, Allow all outbound traffic and Does NOT allow instances associated with this
security group to talk to each other

D.
Allow all inbound traffic, Allow all outbound traffic and Does NOT allow instances associated with this
security group to talk to each other



Leave a Reply 22

Your email address will not be published. Required fields are marked *


Manu

Manu

Correct answer is A

Nikunj

Nikunj

can you explain why answer is A.

MOK

MOK

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html#default-security-group

A default security group is named default, and it has an ID assigned by AWS. The following are the initial settings for each default security group:

Allow inbound traffic only from other instances associated with the default security group
Allow all outbound traffic from the instance
The default security group specifies itself as a source security group in its inbound rules. This is what allows instances associated with the default security group to communicate with other instances associated with the default security group.

hello

hello

Instances associated with a security group can’t talk to each other unless you add rules allowing it (exception: the default security group has these rules by default).

The question is related to the default group, so A

fan

fan

There is a rule in the ‘default security group’ — Source : sg-xxxxxxxx.
It will allow instances talk to each other under this rule.

So A.

mr_tienvu

mr_tienvu

Correct answer is A

GerVe

GerVe

Correct answer is A

Ganesh Ghube

Ganesh Ghube

A.
Allow no inbound traffic, Allow all outbound traffic and Allow instances associated with this security group
to talk to each other

loki

loki

A is the 100% correct answer

kranthi

kranthi

Your VPC includes a default security group whose initial rules are to deny all inbound traffic, allow all outbound traffic, and allow all traffic between instances in the group. You can’t delete this group; however, you can change the group’s rules. The procedure is the same as modifying any other security group. For more information, see

OS

OS

B.
Allow all inbound traffic, Allow no outbound traffic and Allow instances associated with this security group
to talk to each other

This is right answer. Please keep in mind default security group.

dien

dien

correct answer is C.
By default, no inbound traffic is allowed until you add inbound rules to the security
group.
By default, new security groups have an outbound rule that allows all outbound traffic.
You can remove the rule and add outbound rules that allow specific outbound traffic
only.
Instances associated with the same security group can’t talk to each other unless you add
rules allowing it (with the exception being the default security group)

Nrsun

Nrsun

Ans is A :

Your VPC includes a default security group whose initial rules are to deny all inbound traffic, allow all outbound traffic, and allow all traffic between instances in the group. You can’t delete this group; however, you can change the group’s rules. The procedure is the same as modifying any other security group. For more information, see Adding, Removing, and Updating Rules.

http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html#DefaultSecurityGroup