AWS Certified SysOps Administrator – Associate — Question 252

A company wants to monitor the security groups of its Amazon EC2 instances to ensure that SSH is not open to the public. If the port is opened, the company needs to close the port as soon as possible.

Which combination of actions should a SysOps administrator take to meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answer includes option B, which utilizes an AWS Config rule to monitor security groups for SSH access, ensuring compliance with security standards. Option D is also correct because it allows for an automated process to close the port when it is found to be open. Options A and C do not directly address closing the port, while option E does not utilize an automation runbook, which is a more structured approach for this situation.