nerdexam
AmazonAmazon

SCS-C02 · Question #350

SCS-C02 Question #350: Real Exam Question with Answer & Explanation

The correct answer is C: Use the SSM Run command to send the list of running processes information to an S3 bucket.. The SSM Run command can be used to send OS specific commands to an Instance. Here you can check and see the running processes on an instance and then send the output to an S3 Option A is invalid because this is used to record API activity and cannot be used to record running proc

Submitted by carter_n· Mar 6, 2026

Question

You need to inspect the running processes on an EC2 Instance that may have a security issue. How can you achieve this in the easiest way possible. Also you need to ensure that the process does not interfere with the continuous running of the instance.

Options

  • AUse AWS Cloudtrail to record the processes running on the server to an S3 bucket.
  • BUse AWS Cloudwatch to record the processes running on the server
  • CUse the SSM Run command to send the list of running processes information to an S3 bucket.
  • DUse AWS Config to see the changed process information on the server

Explanation

The SSM Run command can be used to send OS specific commands to an Instance. Here you can check and see the running processes on an instance and then send the output to an S3 Option A is invalid because this is used to record API activity and cannot be used to record running processes. Option B is invalid because Cloudwatch is a logging and metric service and cannot be used to record running processes. Option D is invalid because AWS Config is a configuration service and cannot be used to record running processes. https://docs.aws.amazon.com/systems-manaEer/latest/usereuide/execute-remote-

Community Discussion

No community discussion yet for this question.

Full SCS-C02 PracticeBrowse All SCS-C02 Questions