AIP-C01 · Question #53
A company is planning to deploy multiple generative AI (GenAI) applications to five independent business units that operate in multiple countries in Europe and the Americas. Each application uses…
The correct answer is B. Create standardized AWS CloudFormation templates to implement security, observability, and. The requirements call for standardized, reusable, versioned, and consistently governed components across security controls, observability, and deployment patterns for multiple business units. AWS CloudFormation templates are Infrastructure as Code (IaC) that can be…
Question
A company is planning to deploy multiple generative AI (GenAI) applications to five independent business units that operate in multiple countries in Europe and the Americas. Each application uses Amazon Bedrock Retrieval Augmented Generation (RAG) patterns with business unit- specific knowledge bases that store terabytes of unstructured data. The company must establish well-architected, standardized components for security controls, observability practices, and deployment patterns across all the GenAI applications. The components must be reusable, versioned, and governed consistently. Which solution will meet these requirements?
Options
- AConfigure Amazon API Gateway REST API endpoints for the GenAI applications. Deploy
- BCreate standardized AWS CloudFormation templates to implement security, observability, and
- CUse AWS Service Catalog to define standardized portfolios and versioned products for each
- DDocument security controls, observability requirements, and RAG patterns based on the AWS
How the community answered
(43 responses)- A9% (4)
- B84% (36)
- C2% (1)
- D5% (2)
Explanation
The requirements call for standardized, reusable, versioned, and consistently governed components across security controls, observability, and deployment patterns for multiple business units. AWS CloudFormation templates are Infrastructure as Code (IaC) that can be version-controlled, reused across deployments, and parameterized to support different business units and regions. They directly codify security controls (IAM roles, VPC configs, KMS encryption) and observability practices (CloudWatch alarms, log groups) as repeatable artifacts. Option A (API Gateway alone) only addresses the API layer. Option C (Service Catalog) is a distribution and governance layer built on top of CloudFormation, but the question asks for the foundational standardized components themselves. Option D (documentation) is not a technical enforcement mechanism.
Topics
Community Discussion
No community discussion yet for this question.