
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Use Workload Discovery on AWS to generate architecture diagrams of the workloads.
## Explanation **Correct Answer: C - Use Workload Discovery on AWS to generate architecture diagrams of the workloads.** **Why this is correct:** 1. **Workload Discovery on AWS** is specifically designed for this purpose - it automatically discovers AWS resources across multiple accounts and regions, analyzes their relationships, and generates architecture diagrams. 2. **Operational efficiency**: This is the most operationally efficient solution because it's automated and purpose-built for discovering and mapping AWS workloads without manual intervention. 3. **Cross-account and cross-region support**: Workload Discovery can work across multiple AWS accounts and regions, which matches the requirement perfectly. 4. **Relationship mapping**: It automatically identifies and maps relationships between resources, which is exactly what the architect needs. **Why other options are incorrect:** **A. AWS Systems Manager Inventory**: - While SSM Inventory can collect inventory data from EC2 instances and other managed nodes, it doesn't automatically generate architecture diagrams or map relationships between workloads. - It's more focused on collecting software inventory, not architectural relationships. **B. AWS Step Functions with manual diagramming**: - This would require building custom workflows to collect data and then manually creating diagrams. - This is not operationally efficient as it involves significant manual work. **D. AWS X-Ray with manual diagramming**: - AWS X-Ray is designed for application tracing and performance monitoring, not for discovering and mapping AWS resource inventory. - It focuses on application-level tracing rather than infrastructure resource discovery. **Key AWS Services for Resource Discovery:** - **AWS Resource Explorer**: Can help discover resources across accounts and regions - **AWS Config**: Can track resource configurations and relationships - **AWS Organizations**: For managing multiple accounts - **AWS CloudFormation StackSets**: For deploying resources across accounts However, **Workload Discovery on AWS** is specifically mentioned as the most operationally efficient solution for this scenario as it's designed to automatically discover and visualize AWS workloads across accounts and regions.
Author: LeetQuiz Editorial Team
No comments yet.
A company has resources across multiple AWS Regions and accounts. A newly hired solutions architect discovers a previous employee did not provide details about the resources inventory. The solutions architect needs to build and map the relationship details of the various workloads across all accounts.
Which solution will meet these requirements in the MOST operationally efficient way?
A
Use AWS Systems Manager Inventory to generate a map view from the detailed view report.
B
Use AWS Step Functions to collect workload details. Build architecture diagrams of the workloads manually.
C
Use Workload Discovery on AWS to generate architecture diagrams of the workloads.
D
Use AWS X-Ray to view the workload details. Build architecture diagrams with relationships.