
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company wants to send all AWS Systems Manager Session Manager logs to an Amazon S3 bucket for archival purposes. Which solution will meet this requirement with the MOST operational efficiency?
A
Enable S3 logging in the Systems Manager console. Choose an S3 bucket to send the session data to.
B
Install the Amazon CloudWatch agent. Push all logs to a CloudWatch log group. Export the logs to an S3 bucket from the group for archival purposes.
C
Create a Systems Manager document to upload all server logs to a central S3 bucket. Use Amazon EventBridge to run the Systems Manager document against all servers that are in the account daily.
D
Install an Amazon CloudWatch agent. Push all logs to a CloudWatch log group. Create a CloudWatch logs subscription that pushes any incoming log events to an Amazon Kinesis Data Firehose delivery stream. Set Amazon S3 as the destination.
Explanation:
Correct Answer: A
Why Option A is correct:
Direct S3 Logging: AWS Systems Manager Session Manager has a built-in feature to send session logs directly to an S3 bucket. This is the most operationally efficient solution because:
Operational Efficiency: The question specifically asks for the "MOST operational efficiency." Option A requires the least amount of setup, maintenance, and ongoing management.
Why other options are less efficient:
Option B: Requires installing and managing CloudWatch agents, configuring log groups, and setting up log exports. This adds complexity and operational overhead.
Option C: Requires creating custom Systems Manager documents, setting up EventBridge rules, and running daily jobs. This is the most complex solution with significant operational overhead.
Option D: Similar to Option B but adds even more complexity with Kinesis Data Firehose and subscription filters. While this provides real-time streaming, it's over-engineered for simple archival purposes.
Key AWS Concepts:
Best Practice: Always use native AWS features when available, as they are typically more reliable, secure, and operationally efficient than custom solutions.