AWS Certified Solutions Architect – Associate (SAA-C03) — Question 816

A company wants to build a map of its IT infrastructure to identify and enforce policies on resources that pose security risks. The company's security team must be able to query data in the IT infrastructure map and quickly identify security risks.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Amazon Neptune is a fully managed graph database service optimized for storing and querying highly connected datasets, such as an IT infrastructure map. Graph databases are ideal for representing relationships between resources and querying them efficiently using graph query languages like SPARQL. Other database types like Amazon RDS, Amazon Redshift, and Amazon DynamoDB are not optimized for traversing complex, highly connected graph relationships, which would result in higher operational complexity and overhead.