What can the SysOps Administrator use to identify these EC2 instances?
AWS Config
Amazon EC2 termination protection
Resource tagging
Amazon CloudWatch
Explanations:
AWS Config can track configuration changes but does not directly help in identifying EC2 instances prone to corruption due to application behavior when stopped.
EC2 termination protection prevents instances from being terminated, but it does not prevent them from being stopped, which is the issue here with potential corruption.
Resource tagging allows the SysOps Administrator to tag instances based on their role or application, identifying those that should not be stopped to prevent corruption.
Amazon CloudWatch monitors metrics and logs but does not directly help in identifying instances that might be impacted by stopping, like those that cause corruption.