Topic 1 Question 59
2 つ選択Which of the following services can be used to block network traffic to an instance?
Security groups
Amazon Virtual Private Cloud (Amazon VPC) flow logs
Network ACLs
Amazon CloudWatch
AWS CloudTrail
ユーザの投票
コメント(10)
A. Security groups C. Network ACLs
Security groups are stateful firewalls that control inbound and outbound traffic at the instance level. You can configure security groups to allow or deny specific types of network traffic to and from your instances.
Network ACLs (Access Control Lists) are stateless firewalls that control traffic at the subnet level. Network ACLs define rules to allow or deny traffic based on source and destination IP addresses, ports, and protocols.
👍 7felixlugo062023/10/18- 正解だと思う選択肢: AC
Security groups: Act as a virtual firewall for instances, controlling inbound and outbound traffic. They are associated with instances and operate at the instance level. You can configure security group rules to allow or deny traffic based on IP addresses, port ranges, and protocols.
Network ACLs: Are an additional layer of security for your VPC. They operate at the subnet level and are stateless, meaning they evaluate rules for inbound and outbound traffic separately. Network ACLs can be used to allow or deny traffic based on IP addresses, port ranges, and protocols. Amazon Virtual Private Cloud (Amazon VPC) flow logs: Capture information about the IP traffic going to and from network interfaces in a VPC. While they provide visibility into network traffic, they don't block or control traffic. Amazon CloudWatch: A monitoring service that collects and tracks metrics, logs, and events from various AWS resources. It is not used for blocking network traffic to an instance. AWS CloudTrail: Provides a record of actions taken by users, roles, or services within an AWS account. It does not block network traffic but helps in auditing and tracking API calls.👍 7TheFivePips2024/01/24 - 正解だと思う選択肢: AC
A: Security group limits access to the instance C: blocks network access on the subnet level
👍 2ezeadnah2023/10/19
シャッフルモード