exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 367 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 367
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

Which AWS service or feature enables users to block the incoming or outgoing traffic associated with specific IP addresses flowing through a VPC?

  • A. Network ACLs
  • B. Security groups
  • C. AWS Identity and Access Management (IAM)
  • D. AWS WAF
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pranava_GCP
1 year, 10 months ago
Selected Answer: A
A. Network ACLs "Security groups are tied to an instance whereas Network ACLs are tied to the subnet. Network ACLs are applicable at the subnet level, so any instance in the subnet with an associated NACL will follow the rules of NACL. That’s not the case with security groups, security groups have to be assigned explicitly to the instance." https://medium.com/awesome-cloud/aws-difference-between-security-groups-and-network-acls-adc632ea29ae#:~:text=Security%20groups%20are,to%20the%20instance.
upvoted 2 times
...
aws2380
2 years, 1 month ago
Use cases Filter web traffic SHOULD BE D: WAF. EXPLANATION FROM WAF DOCUMENT Create rules to filter web requests based on conditions such as IP addresses, HTTP headers and body, or custom URIs. https://aws.amazon.com/waf/ NACL work at Subnet level,
upvoted 3 times
jtexam
2 years, 1 month ago
the question does not mention " web requests only", so it can be other type of services that WAF do not cover, so WAF is not the correct answer
upvoted 2 times
...
...
RajithaR
2 years, 3 months ago
Selected Answer: A
Security groups are another important feature of Amazon VPCs, but they are not used to block incoming or outgoing traffic associated with specific IP addresses. Instead, they are used to control the traffic that is allowed to or from Amazon EC2 instances or other resources that are associated with a security group. Security groups control the inbound and outbound traffic at the instance level, while network ACLs control traffic at the subnet level. So in this case, the correct answer is network ACLs.
upvoted 4 times
Pranava_GCP
1 year, 11 months ago
Thanks
upvoted 1 times
...
...
Saif93
2 years, 4 months ago
Selected Answer: A
A is the answer.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...