According to the shared responsibility model, for which of the following Amazon EC2 activities is AWS responsible?
(Choose two.)
Patching the guest operating system
Monitoring memory utilization
Configuring network ACLs
Patching the hypervisor
Maintaining network infrastructure
Explanations:
AWS is not responsible for patching the guest OS. The customer is responsible for managing the OS.
Monitoring memory utilization is the customer’s responsibility within EC2 instances.
Configuring network ACLs is the customer’s responsibility.
AWS is responsible for patching the hypervisor, as it is part of the infrastructure layer.
AWS is responsible for maintaining the network infrastructure, including physical networks and virtual networks like VPC.