Want to know:
An IT company has a hybrid cloud architecture and it wants to centralize the server logs for its EC2 instances and on-premises servers. Which of the following is the MOST effective for this use-case?A. Use CloudWatch Logs for the EC2 instance and CloudTrail for the on-premises serversB. Use AWS Lambda to send log data from EC2 instance as well as on-premises servers to CloudWatch LogsC. Use CloudWatch Logs for both the EC2 instance and the on-premises serversD. Use CloudTrail for the EC2 instance and CloudWatch Logs for the on-premises servers
Get a detailed, AI-powered explanation for this question and thousands more on StudyFetch.
Get the Answer for FreeHow StudyFetch Helps You Master This Topic
AI-Powered Answers
Get instant, detailed explanations powered by AI that understands your course material.
Deep Understanding
Go beyond surface-level answers with step-by-step breakdowns and examples.
Personalized Learning
Sparky adapts to your learning style and helps you connect ideas.
Practice & Test
Turn any question into flashcards, quizzes, and practice tests to solidify your knowledge.
Explore More Questions
- What does the following code do?class Node: def __init__(self, data): self.data = data self.next = None self.prev = NoneA. Create a node of singly linked listB. Create a node of circular linked listC. Create a node of doubly linked listD. None of these
- Which of the events that causes the processes to be created, when the operation system creates a new process and runs the next job from the input queue? *0/1Initiation of a batch jobUser request to create a new process System initializationExecution of a process creation system call
- Suppose a virtual address space of 2^24 words and the page size is 2^10 words. If the virtual address is 1234567 in Hexadecimal, what would be the page number in Hexadecimal? *0/11234 2461232468