Learning
Learning
Loading practice session...
AWS Certified Solutions Architect – Professional · Exam domain
40 practice questions in this domain. AI-tutored explanations for every answer.
Sign in to practice all 40 questions with progress tracking and AI explanations.
1. A company is setting up a new multi-account AWS environment and wants to automate account vending, enforce guardrails, and separate workloads by environment type. Which AWS Landing Zone account separation best represents the recommended structure?
Explanation
AWS Landing Zone prescribes distinct accounts for Dev, Prod, Shared Services, Logging, and Security to enforce blast-radius isolation, centralize audit logs in the Logging account, and apply security guardrails independently per account boundary.
2. An architect is designing an AWS Landing Zone. The security team requires that all CloudTrail logs from every account be immutable and centrally accessible, while the networking team needs shared VPCs. Which account types satisfy these requirements?
Explanation
Landing Zone separates concerns: the Security account holds centralized, immutable logs with restricted write access, while the Shared Services account hosts shared infrastructure like Transit Gateway and DNS, ensuring clear ownership and least-privilege access.
3. A DevOps engineer is configuring CloudFormation StackSets to deploy a standard S3 logging bucket across 15 member accounts and 3 AWS Regions. The deployments are failing with an access error. Which IAM prerequisite is most likely missing in the target accounts?
Explanation
StackSets require AWSCloudFormationStackSetExecutionRole in each target account with a trust policy referencing the administrator account. Without this role, CloudFormation cannot assume permissions to deploy resources in the target accounts.
4. An organization uses self-managed CloudFormation StackSets. The administrator account (ID: 111111111111) needs to deploy stacks into a target account (ID: 222222222222). Which configuration correctly establishes the required trust relationship?
Explanation
AWSCloudFormationStackSetExecutionRole must reside in each target account (222222222222) and trust the administrator account (111111111111) so StackSets can assume the role and perform deployments in the target account.
5. A cloud governance team uses AWS Service Catalog to deliver approved infrastructure patterns. A new CloudFormation template version of an existing product has been uploaded. The old version must remain available only to existing deployments but must not be offered to new users. Which version state achieves this?
Explanation
Setting a product version to Inactive hides it from end users browsing the catalog, preventing new launches, while existing provisioned products that were launched from that version continue to operate and can still be updated or terminated.
Practice all 40+ questions in this domain
Start free practice →