Tüm alıştırma soruları
1964 soru
A company is designing a disaster recovery (DR) architecture for a web application. The business requirements specify a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. The solutions architect needs to minimize ongoing running costs and infrastructure complexity.
Which disaster recovery strategy should the solutions architect select to meet these requirements?
A software conglomerate uses AWS Organizations with consolidated billing to manage multiple business units, each represented by a distinct set of member AWS accounts. A central Network account manages the shared VPC infrastructure. A Solutions Architect must design a cost management and resource sharing strategy to meet the following requirements:
1. Generate separate, customized monthly billing reports (pro forma bills) for each business unit, applying a 10% markup on all Amazon EC2 usage to cover internal administrative costs.
2. Share public and private subnets from the central Network account with the member accounts of specific business units to allow application deployment.
3. Prevent the sharing of Savings Plans benefits from the management account to a newly acquired business unit's accounts, allowing that business unit to purchase and apply its own Savings Plans exclusively.
Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A smart grid utility company is designing a real-time smart-meter telemetry ingestion platform across two AWS Regions: us-east-1 (primary) and eu-west-1 (secondary). The platform must achieve a Recovery Time Objective (RTO) of less than 5 minutes and a Recovery Point Objective (RPO) of less than 1 minute.
The architecture consists of:
- An ingress tier in each region running containerized applications on AWS Fargate in private subnets, behind an Application Load Balancer (ALB).
- Outbound connections from Fargate tasks to external grid devices that require highly resilient internet access.
- A persistence tier using Amazon Aurora PostgreSQL.
- An internal metadata microservice deployed in a shared services VPC in us-east-1 that resolves via a Route 53 Private Hosted Zone (PHZ) named grid.internal.
During normal operations, global telemetry traffic must be routed to the region with the lowest latency. If a regional outage occurs, all traffic must automatically fail over to the surviving region. The secondary region should operate in a cost-optimized warm standby configuration, scaling up its ECS tasks only during a failover.
Which solution meets these requirements while minimizing cost and operational complexity?
An international non-profit organization is restructuring its AWS multi-account environment under a single AWS Organization with consolidated billing. The organization needs to share a central database subnet in a Transit Gateway-connected network VPC with development accounts. Additionally, they want to utilize their consolidated Savings Plans across the organization but must exclude a newly acquired subsidiary account (Account ID: `111122223333`) that operates under its own budget and cannot share its compute benefits. Which two strategies should the cloud architect implement to meet these requirements?
Geçerli olan tümünü seçin
A financial services company is designing a highly available, multi-region credit scoring application deployed across `us-east-1` (primary) and `us-west-2` (secondary). The application runs on Amazon EC2 instances in private subnets across multiple Availability Zones behind Application Load Balancers. The EC2 instances must fetch external credit bureau data over the internet. The database must support low-latency transactions and scale reads horizontally. The business specifies a disaster recovery (DR) objective of a 15-minute RTO and a 1-minute RPO. Which two of the following architecture choices should the solutions architect make to satisfy these design requirements?
Geçerli olan tümünü seçin
A company is designing a new session state store for a web application. The session store requires sub-millisecond latency for read and write operations, high availability across multiple Availability Zones, and the ability to persist session data to prevent data loss. Which architecture should the Solutions Architect recommend to meet these requirements?
An enterprise is establishing a centralized logging architecture across its multi-account environment managed by AWS Organizations. The security team requires that all API activity across all current and future member accounts be logged to a central, read-only Amazon S3 bucket, and that member accounts be prevented from disabling or altering these logging configurations. Arrange the steps in the correct sequence to implement this centralized logging solution in accordance with AWS best practices.
Öğeleri doğru sıraya koymak için sürükleyin
A financial technology company is implementing a multi-account AWS environment using AWS Organizations. The security team wants to establish federated access for internal developers using their corporate Active Directory Federation Services (AD FS) identity provider via SAML 2.0. The developers must be able to directly authenticate and access the AWS Management Console in multiple member accounts with specific permissions. Which TWO configurations are required to establish this trust relationship and enable federated access?
Geçerli olan tümünü seçin
A multinational pharmaceutical company is designing a highly available, multi-region hybrid network. The company has spoke VPCs in the `eu-west-2` Region and spoke VPCs in the `ap-southeast-1` Region, all managed under a single AWS Organization. The company requires primary connectivity to on-premises data centers in London and Singapore via dedicated AWS Direct Connect (DX) connections using Transit virtual interfaces (VIFs) connected to a shared Direct Connect Gateway (DXGW). An IPsec VPN over the public internet must serve as the backup connection for each region. A centralized Route 53 Private Hosted Zone (PHZ) for internal tooling (`corp.internal`) is hosted in a shared services account in `eu-west-2` and must be resolvable by all spoke VPCs in both regions.
The design must satisfy the following requirements:
* On-premises traffic must always prefer the Direct Connect path over the backup VPN when the Direct Connect connection is healthy.
* Spoke VPCs must route to their local regional data center but must be restricted from using the cross-region Transit Gateway peering connection to reach the remote regional data center.
* In the event of a regional Direct Connect outage, traffic must fail over to the local IPsec VPN instead of routing transitively through the peer region's Direct Connect.
* DNS resolution for `corp.internal` must be available in all spoke VPCs without exposing the zone to the public internet.
Which two configurations should a Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin
An online media streaming enterprise manages its AWS environment using AWS Organizations. The architecture consists of a `Shared-Network` account hosting a central Transit Gateway (TGW) and a Hub VPC, and a `Content-Delivery` account hosting a Spoke VPC containing application workloads. The Spoke VPC and Hub VPC are attached to the TGW, and the TGW connects to the enterprise's on-premises network via an AWS Direct Connect connection.
The on-premises network hosts local servers using the domain `corp.internal`. The `Content-Delivery` account hosts a Route 53 Private Hosted Zone (PHZ) for `stream.aws.internal` associated with its Spoke VPC. The `Shared-Network` account hosts a PHZ for `common.aws.internal` associated with its Hub VPC. The enterprise requires that:
1. On-premises clients must be able to resolve DNS records in both `stream.aws.internal` and `common.aws.internal`.
2. EC2 instances in both the Hub VPC and the Spoke VPC must be able to resolve DNS records in `corp.internal`.
3. Administrative overhead and costs must be minimized by avoiding redundant endpoints and ensuring DNS query loops are prevented.
Which of the following configuration strategies should a solutions architect implement to meet these requirements?
A retail company is designing a disaster recovery (DR) and high availability architecture for its inventory management application. The primary environment runs in the eu-west-1 Region, and the DR environment will be deployed in the eu-central-1 Region. The application uses Amazon Aurora MySQL for database storage. The business requirements specify a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The application instances in both VPCs need to resolve internal endpoints using a Route 53 private hosted zone named inventory.internal. Additionally, application instances in the active Region must maintain redundant, highly available outbound internet connectivity to communicate with external supplier APIs, even during an Availability Zone outage. Which configuration meets these requirements with the least administrative complexity?
An enterprise is configuring federated access to its multi-account AWS environment using an external SAML 2.0 Identity Provider (IdP). The Solutions Architect needs to establish trust and enable users authenticated by the external IdP to assume a specific read-only IAM role in multiple member accounts managed under AWS Organizations. Which of the following configuration steps are required to establish this federation trust relationship and allow users to access the member accounts? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a high availability and disaster recovery architecture for a critical logistics fleet tracking application. The application runs on Amazon EC2 instances in private subnets behind an Application Load Balancer (ALB) in a primary VPC in us-east-1. The database layer uses Amazon Aurora PostgreSQL with auto-scaled Aurora Replicas for read queries. Private EC2 instances must access external mapping APIs via a NAT Gateway. The design must support a secondary VPC in us-west-2 for disaster recovery. The solution must achieve a Recovery Point Objective (RPO) of 15 minutes, a Recovery Time Objective (RTO) of 1 hour, and minimize operational costs. Which two actions should the solutions architect take to meet these requirements?
Geçerli olan tümünü seçin
An enterprise is implementing a hub-and-spoke identity architecture across a multi-account environment managed by AWS Organizations. The central Hub account (Account A) hosts a SAML 2.0 Identity Provider (IdP) configuration. Users must authenticate via the IdP and assume a federated broker role named IdP-Broker-Role in Account A. From there, users must perform cross-account role assumption to access a target role named Application-Admin-Role in a member Production account (Account B). The security team requires that CostCenter attributes from the IdP be dynamically passed as session tags to enforce Attribute-Based Access Control (ABAC) in Account B. Additionally, an organizational guardrail must ensure that only federated access is permitted in Account B, with no direct IAM user access. During testing, users can log into Account A but receive an 'AccessDenied' error when attempting to assume the Application-Admin-Role in Account B. The session tags are also not propagating. Which configuration changes are required to successfully establish this federated access and session tag propagation while respecting organizational guardrails?
An organization manages a multi-account AWS environment with spoke VPCs in the `eu-west-1` Region and spoke VPCs in the `eu-central-1` Region. Spoke VPCs in each region are connected to a regional AWS Transit Gateway (TGW), and the two TGWs are peered. The organization is setting up hybrid connectivity to their on-premises data center. They want to implement a highly resilient design using a AWS Direct Connect (DX) connection as the primary path and an AWS Site-to-Site VPN connection as an active-passive backup. The design must ensure that the VPN connection only carries traffic if the DX connection fails, and it must avoid asymmetric routing.
Which TWO configurations must a Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin
An automotive technology enterprise has established a multi-account AWS environment using AWS Organizations. The network topology consists of a Shared Services VPC and several spoke VPCs in different member accounts, all interconnected via an AWS Transit Gateway. The Shared Services VPC contains Route 53 Resolver inbound and outbound endpoints connected to the on-premises corporate network over an AWS Direct Connect connection. A Private Hosted Zone (PHZ) for auto.internal is hosted in a dedicated DevOps AWS account. A Solutions Architect must configure the architecture so that resources in the spoke VPCs can resolve DNS queries for the on-premises domain corp.local and the AWS Private Hosted Zone auto.internal.
Which TWO actions should the Solutions Architect take to configure DNS resolution for this architecture? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company is designing a federated access model for its multi-account AWS environment managed by AWS Organizations. The company utilizes a centralized identity account (Hub) to federate users from an external SAML 2.0 Identity Provider (IdP). Federated users must assume cross-account IAM roles in various destination member accounts (Spokes). The security team requires that federated session tags (such as CostCenter and Department) passed by the SAML IdP are propagated transitively to the destination roles in the member accounts to support Attribute-Based Access Control (ABAC). Additionally, member account roles must restrict access to only those sessions that originated from the central federation role in the Hub account.
Which configuration strategy correctly establishes this federated trust chain while meeting the security requirements?
A media streaming enterprise manages its multi-account environment using AWS Organizations with consolidated billing. A central Infrastructure account hosts a shared VPC. The solutions architect must enable several Production Application accounts to deploy Amazon ECS tasks within the private subnets of this shared VPC. The architect must also ensure that the Production Application accounts cannot view, create, or modify network configurations such as Route Tables or Network ACLs. Additionally, the enterprise has purchased Savings Plans in the Management account. These Savings Plans discounts must apply to all Production Application accounts, but must not apply to a designated Test account. Which architectural and billing strategy should the solutions architect implement?
An enterprise manages its multi-account environment using AWS Organizations. The architecture consists of a Management account, a central Network account, a dedicated Log Archive account, and multiple Application accounts. A solutions architect is designing a resource sharing and cost management strategy with the following requirements:
* Subnets from a central VPC in the Network account must be shared with the Application accounts to run EC2 instances and ECS tasks on AWS Fargate.
* Application teams must be able to control network traffic to their resources within these shared subnets.
* AWS CloudTrail logs from all accounts must be consolidated into a single S3 bucket in the Log Archive account. These logs must be encrypted using a KMS key that the security team can rotate manually.
* The company wants to maximize cost savings for both EC2 and Fargate workloads across all accounts in the organization.
Which strategy should the solutions architect implement to meet these requirements?
A financial technology company is designing a new multi-region transaction processing platform. The platform must serve users in both the United States and Europe with minimal latency. Outbound transactions must connect to external payment processors via public APIs. The recovery objectives for the architecture are:
- Recovery Point Objective (RPO): Less than 1 second for database transactions.
- Recovery Time Objective (RTO): Less than 2 minutes for a complete regional outage.
The application tier runs on Amazon ECS on AWS Fargate in private subnets and connects to an Amazon Aurora MySQL database cluster. The network architecture must also ensure that the loss of a single Availability Zone (AZ) does not disrupt outbound connection capability to external payment gateways, and that internal API microservices deployed in separate VPCs within both regions can resolve the private DNS names of the database endpoints.
Which two options should a Solutions Architect select to meet these requirements?
Geçerli olan tümünü seçin