All practice questions
1964 questions
A logistics company is designing its AWS Organizations multi-account structure. To enforce compliance, the security team requires that in all development member accounts:
1. Developers must not be able to delete any Amazon S3 buckets.
2. Developers must not be able to delete or modify the configuration of the centralized IT security roles (which are named with a 'SecurityAdmin-' prefix).
3. Developers must still be able to create and manage their own test S3 buckets and IAM roles for daily tasks.
The company uses AWS IAM Identity Center to federate developer access.
Which solution should a solutions architect implement to meet these requirements with the least operational overhead?
An enterprise is designing a secure hybrid and multi-account network topology. The architecture consists of spoke VPCs distributed across AWS accounts in the `eu-west-1` Region, and a Shared Services VPC in a central account. Hybrid connectivity to the on-premises datacenter is established via AWS Direct Connect using an AWS Transit Gateway.
The configuration must satisfy the following requirements:
- All spoke VPCs must be able to communicate with the on-premises datacenter.
- Spoke VPCs must not be able to communicate with each other.
- All spoke VPCs must be able to resolve domain names in a Route 53 Private Hosted Zone (`aws.internal`) hosted in the Shared Services account.
Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Select all that apply
An enterprise is establishing a multi-region landing zone using AWS Organizations and AWS Control Tower to govern a rapidly growing portfolio of application accounts. The solutions architect must establish a secure multi-account structure, centralize security operations, apply service control policies (SCPs), and configure automated account provisioning. In what sequence should the solutions architect perform these setup steps to establish the environment while maintaining operational security and ensuring all new accounts are compliant upon creation?
Drag items to arrange them in the correct order
An automotive manufacturing corporation uses AWS Organizations to manage its multi-account environment. A central Transit Gateway in a dedicated Network Services account connects the on-premises factory network (domain `factory.internal`) and multiple Line-of-Business (LOB) VPCs in separate member accounts. A Private Hosted Zone (PHZ) named `corp.internal` is hosted in a Shared Services account. The corporation requires a hybrid DNS strategy that allows systems in the LOB VPCs to resolve resources in the `factory.internal` domain, systems in the LOB VPCs to resolve resources in the `corp.internal` PHZ, and on-premises factory systems to resolve resources in the `corp.internal` PHZ. Which configuration meets these requirements with the least administrative effort and cost?
A company runs a critical web application on AWS with a primary deployment in the us-east-1 Region. The company wants to establish a disaster recovery (DR) solution in the us-west-2 Region. The application requires a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of less than 5 minutes. The solution must minimize monthly running costs. Which DR architecture should a solutions architect recommend to meet these requirements?
An enterprise is implementing identity federation using an external SAML 2.0 Identity Provider (IdP) to enable single sign-on (SSO) to multiple member accounts within their AWS Organization. The solutions architect configures a SAML provider object in each member account and creates an IAM role named 'FederatedOperationsRole' in those accounts. However, when users attempt to federate into the member accounts from the IdP portal, they receive an error indicating that they are not authorized to perform the assume role action. Which of the following configurations is required in the trust policy of the 'FederatedOperationsRole' in the member accounts to resolve this issue?
An enterprise is deploying a mission-critical consumer portal on AWS across two Regions: eu-west-1 (primary) and ap-southeast-1 (secondary). The architecture requires a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. The database tier must run on Amazon Aurora PostgreSQL. To achieve high availability, outbound traffic from private subnets in both Regions to external SaaS providers must have no single point of failure within each Region. For internal service discovery, the application components use a Route 53 Private Hosted Zone (PHZ) named internal.example.com hosted in the primary Region's VPC. Which combination of architectural decisions meets these requirements?
An enterprise manages its multi-account AWS environment using AWS Organizations. The environment consists of a Management account, a Core-Network OU, a Production OU, and a Development OU. The Core-Network OU contains a Shared-VPC account where VPC subnets are shared with the Production and Development OUs using AWS Resource Access Manager (RAM).
The workloads in the Production OU consist of a mixture of Amazon EC2 instances, AWS Lambda functions, and Amazon ECS tasks running on AWS Fargate. These workloads mount Amazon EFS file systems that are located in the Shared-VPC account and must be encrypted at rest.
The finance team wants to reduce compute costs for the Production OU workloads using Savings Plans, but wants to ensure that these discount benefits are never applied to the Development OU.
Which two actions should the solutions architect take to meet these requirements?
Select all that apply
A shipping company is designing a disaster recovery (DR) solution for its package tracking application across two AWS Regions: us-east-1 (primary) and us-west-2 (secondary). The company requires a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 30 minutes, while minimizing baseline infrastructure costs. The primary database must be replicated to the secondary region. Which disaster recovery strategy and Route 53 routing configuration should the solutions architect select?
A multinational logistics enterprise is designing a hybrid network architecture for its multi-account environment on AWS. The setup consists of spoke VPCs in the `us-east-1` Region, all connected via an AWS Transit Gateway (TGW). The primary hybrid connection is a AWS Direct Connect (DX) connection terminating at an on-premises data center, routed via a Direct Connect Gateway (DXGW) associated with the TGW. A backup AWS Site-to-Site VPN is established between the on-premises data center and the TGW. The spoke VPCs also require highly available outbound internet access routed through a centralized Shared Services VPC. During initial testing, the operations team observes that outbound traffic from AWS to the on-premises network correctly prefers the Direct Connect path. However, inbound traffic from the on-premises network to the spoke VPCs is routed over the backup VPN connection, causing asymmetric routing and firewall packet drops. Additionally, all internet-bound traffic from the spoke VPCs is currently routed through a single NAT Gateway in the Shared Services VPC. Which combination of actions should the Solutions Architect take to resolve the routing asymmetry and ensure a highly available egress architecture?
A health-tech company manages a multi-account AWS environment using AWS Organizations. Workloads running in spoke VPCs in multiple member accounts must access on-premises systems under the hospital.local domain, which are connected via an AWS Transit Gateway and an AWS Direct Connect connection. Additionally, these workloads must resolve internal service endpoints hosted in a central Private Hosted Zone (PHZ) named clinical.platform.aws in a Shared Services AWS account. Which architecture provides the most operationally efficient and secure DNS resolution across the hybrid and multi-account environment?
An enterprise is designing a centralized compliance and auditing architecture using AWS Organizations. The organization consists of a management account, a dedicated Logging account, and multiple member accounts. A solutions architect must configure a single AWS CloudTrail trail at the organization level that automatically aggregates log files from all current and future member accounts into an Amazon S3 bucket located in the Logging account.
The architecture must enforce the following security requirements:
- All log files stored in the S3 bucket must be encrypted at rest using a customer managed key (CMK) in AWS KMS that is managed by the Logging account.
- The member accounts must have no ability to read, decrypt, or delete the aggregated logs.
- The Logging account's security team must have exclusive permission to decrypt and analyze the logs.
- The solution must ensure that log delivery is secure and follows the principle of least privilege.
Which TWO configuration steps should the solutions architect perform to meet these requirements?
Select all that apply
An enterprise is designing its multi-account governance strategy using AWS Organizations. The security team wants to achieve the following:
1. Prevent all member accounts under the "Development" Organizational Unit (OU) from deploying resources outside of us-east-1 and us-west-2.
2. Restrict the "Production" OU so that only a specific list of approved EC2 instance types can be launched, while ensuring that administrators in individual production accounts can still manage their own local IAM permissions for launching those instances.
Which TWO of the following configurations must the Solutions Architect implement to meet these requirements? (Select TWO.)
Select all that apply
An enterprise runs a critical application on Amazon EC2 instances managed by an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The application must maintain at least 90% of its normal capacity (10 instances) at all times during updates. The solutions architect must design a deployment strategy that routes 10% of incoming traffic to a new version of the application for a 20-minute evaluation period, with the remaining 90% routed to the current version. If HTTP 5xx errors exceed a specified threshold during this period, the deployment must automatically roll back. Due to strict vCPU service quotas in the AWS Region, the organization cannot provision a duplicate ASG of the same size to perform a standard CodeDeploy blue/green deployment. Which two actions should the solutions architect recommend to meet these requirements?
Select all that apply
A financial services company is designing a hybrid network connectivity solution for its multi-account AWS environment. The environment consists of spoke VPCs spread across two AWS Regions: `us-east-1` and `us-west-2`. The company needs to connect these VPCs to their on-premises data center using an existing AWS Direct Connect connection at a co-location facility. The solution must support dynamic routing, secure any-to-any VPC communication within and across Regions, provide automatic failover via an AWS Site-to-Site VPN, and minimize administrative overhead.
Which of the following configuration steps must the company implement to meet these requirements? (Select TWO.)
Select all that apply
A healthcare provider is designing a multi-region disaster recovery (DR) architecture for a critical patient telemetry application. The application's web and ingestion layers run on AWS Fargate behind Application Load Balancers (ALBs) in both the primary region (`us-east-1`) and the recovery region (`us-west-2`). The ingestion tasks in both regions must query a shared metadata store and resolve the internal microservice address `api.telemetry.local` using a Route 53 Private Hosted Zone (PHZ) created in the primary VPC. The application must also send outbound alert notifications to external clinical endpoints via the internet. The architecture must support a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minute. The recovery region must run as a cost-efficient warm standby, keeping running resources to a minimum until a failover is declared. The solution must also remain highly available within each region, ensuring no single Availability Zone (AZ) failure can disrupt telemetry ingestion or outbound alerting. Which configuration meets these requirements while minimizing cost?
A company is designing a hybrid network architecture for its multi-account AWS environment in the `us-east-1` Region. The setup includes spoke VPCs that must connect to an on-premises data center. The design requires a primary AWS Direct Connect connection and a backup IPsec VPN connection over the internet, both supporting dynamic routing and automatic failover. Additionally, all spoke VPCs must route their outbound internet traffic through a centralized egress VPC. Which configuration meets these requirements while ensuring high availability and minimizing administrative overhead?
An enterprise is designing a high-availability hybrid network using a multi-account AWS environment across two Regions: `us-east-1` (Primary) and `us-west-2` (Secondary). Each Region contains a Transit Gateway (TGW) connecting local spoke VPCs. The TGW in `us-east-1` and the TGW in `us-west-2` are peered to allow inter-Region VPC-to-VPC traffic. The enterprise has an on-premises data center with a AWS Direct Connect (DX) connection terminating at a DX location associated with `us-east-1`. A Direct Connect Gateway (DXGW) is configured with a Transit Virtual Interface (VIF) to connect to the on-premises router. The network team has the following requirements:
- Spoke VPCs in both `us-east-1` and `us-west-2` must have primary hybrid connectivity to the on-premises data center via the DX connection.
- A backup AWS Site-to-Site VPN must provide automated failover with minimum latency if the DX connection or Transit VIF goes down.
- Asymmetric routing between the data center and the AWS Regions must be prevented.
Which TWO configuration steps should the solutions architect implement to meet these requirements?
Select all that apply
An insurance provider is designing a multi-account landing zone using AWS Organizations. The security team has established two strict compliance requirements for the new structure:
1. All Amazon S3 buckets created in member accounts must be encrypted using a specific customer managed key (CMK) hosted in a central Security account.
2. AWS Config compliance rules must be managed and deployed centrally across all member accounts from a dedicated Compliance account, without utilizing the Organizations management account for operational tasks.
Which TWO solutions should the solutions architect implement to meet these requirements?
Select all that apply
A multinational corporation uses AWS Organizations to manage a multi-account environment. The organization consists of a Management account, a central Shared Services account, a Production Organizational Unit (OU) containing several application accounts, and a Development OU containing several testing accounts.
The corporation wants to implement a cost optimization and resource sharing architecture with the following requirements:
* A set of VPC subnets created in the Shared Services account must be shared with all application and testing accounts to enable standardized network routing.
* The finance team has purchased a Compute Savings Plan in the Management account. The discount benefits must be applied to the accounts in the Production OU first, but must be completely blocked from applying to any accounts in the Development OU to ensure development teams pay standard On-Demand rates for budgeting.
* The AWS Cost and Usage Report (CUR) is written to an Amazon S3 bucket in the Shared Services account. Data analysts in the application and testing accounts must run Amazon Athena queries in their local accounts to read this billing data directly. The S3 bucket must be encrypted at rest, and the architecture must support secure cross-account queries.
Which combination of actions will meet these requirements?