A county security office wants VPC Flow Logs and AWS CloudTrail delivered into a dedicated central log-archive account where investigators can read history but application teams cannot alter or delete the archives. Which approach best designs that secure logging architecture?
Select an answer to reveal the explanation.
Short Explanation
Think of the central archive like a sealed evidence locker with a narrow keyhole. Flow Logs and CloudTrail land in one locked account; investigators can review, but app teams cannot rewrite the past. Local disks and chat webhooks are not an immutable county archive.
Full Explanation
Centralized immutable logging is a core secure-workload pattern: aggregate VPC Flow Logs and CloudTrail into a dedicated archive account and apply restrictive resource policies so producers cannot erase history. That supports investigation and compliance without giving every workload account full control of the archive. Local disks, disabled CloudTrail, and chat-only copies fail durability, integrity, and least-privilege goals.