Which AWS Cloud design principle is a company using when the company implements AWS CloudTrail?
Activate traceability.
Use serverless compute architectures.
Perform operations as code.
Go global in minutes.
Explanations:
AWS CloudTrail provides a way to enable governance, compliance, and operational and risk auditing of your AWS account. By logging all API calls, it allows for traceability of actions taken on resources, which is essential for tracking user activity and understanding changes in your AWS environment.
While using serverless compute architectures is an important design principle, it does not directly relate to the implementation of AWS CloudTrail, which focuses on logging and monitoring rather than compute architecture.
Performing operations as code pertains to the practice of infrastructure as code (IaC), which is not directly related to AWS CloudTrail’s functionality. CloudTrail is more focused on tracking changes and actions rather than coding practices for infrastructure management.
Going global in minutes is a principle that emphasizes the ability to deploy applications and services globally without physical hardware constraints. AWS CloudTrail does not address this principle, as its main function is related to monitoring and logging, not global deployment.