Tüm alıştırma soruları
1964 soru
A logistics corporation is migrating its legacy workloads to a multi-account environment managed by AWS Organizations. The new structure consists of three organizational units (OUs): Core-Services, Workloads-Dev, and Workloads-Prod. The security team mandates the following governance controls:
* Developers in Workloads-Dev must be prohibited from deploying internet-facing Application Load Balancers (ALBs) or provisioning internet gateways, while retaining permissions to deploy private workloads.
* No entity, including the administrative role within member accounts, in Workloads-Prod may delete or modify Amazon GuardDuty configurations, AWS Security Hub settings, or AWS CloudTrail trails.
* AWS CloudTrail logs from all accounts must be aggregated into a central Amazon S3 bucket within a dedicated Log-Archive account, encrypted using a KMS key.
Which two actions should the solutions architect take to implement these controls?
Geçerli olan tümünü seçin
An enterprise runs a session-dependent stateful web application on Amazon ECS using AWS Fargate, positioned behind an Application Load Balancer (ALB). The application does not use a distributed caching layer; instead, it relies on ALB cookie-based session stickiness to maintain user sessions on individual containers.
A Solutions Architect is designing a deployment strategy for a major application update. The deployment must satisfy the following constraints:
- The total compute capacity provisioned at any point during the deployment must not exceed of the standard desired task count due to strict organizational budget limits.
- Active users must not experience session disruption and must remain routed to the same application version they started on for the duration of their sessions.
- The Solutions Architect must be able to immediately roll back all traffic to the previous version if post-deployment smoke tests fail.
Which two actions should the Solutions Architect take to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
A multinational financial services company is designing a multi-account governance strategy using AWS Organizations. The security team has designated a dedicated Security tooling account to aggregate AWS CloudTrail logs from all member accounts. The architecture requires that:
1. CloudTrail logs from all accounts must be encrypted using an AWS KMS key.
2. The logs must be stored in a centralized Amazon S3 bucket within the Security tooling account.
3. Individual member accounts must not be able to modify, delete, or read the logs once written.
4. The management of the Organization's CloudTrail configurations must be delegated to the Security tooling account to adhere to the principle of least privilege for the management account.
5. All operations must minimize administrative overhead.
Which of the following configurations meets these requirements while minimizing administrative overhead?
A media broadcasting company is designing a disaster recovery and high availability solution for its new live news video metadata catalog API. The primary infrastructure is located in the us-west-2 Region, and the secondary disaster recovery site is in the us-east-1 Region. The system uses Amazon ECS tasks in private subnets for compute, which must communicate with external licensing APIs on the internet. The backend database uses Amazon Aurora PostgreSQL. The business requires a Recovery Time Objective (RTO) of 30 minutes and a Recovery Point Objective (RPO) of 5 minutes.
Which two of the following configuration options should the Solutions Architect include in the design to meet the RTO, RPO, and high availability requirements?
Geçerli olan tümünü seçin
An online gaming platform is designing a federated access solution for its developers to access resources across multiple member accounts in an AWS Organization. The company has decided to use an external SAML 2.0 compliant identity provider (IdP) to authenticate developers and allow them to assume the role named DeveloperAccess in the target accounts. Which of the following configuration steps must the solutions architect perform to establish this SAML 2.0 federation and enable federated access? (Select TWO.)
Geçerli olan tümünü seçin
A global shipping corporation is configuring federated single sign-on (SSO) to their AWS multi-account environment managed by AWS Organizations. They have established a SAML 2.0 identity provider (IdP) connection. In each member account, they have created a SAML provider entity named CorporateIdP and an IAM role named OperatorRole.
The IAM role in the member account (Account ID: 111122223333) is configured with the following trust policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::111122223333:saml-provider/CorporateIdP"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"SAML:aud": "https://signin.aws.amazon.com/saml"
}
}
}
]
}
Users are authenticated successfully by the corporate IdP but receive an Access Denied error when attempting to assume the OperatorRole in AWS. Which of the following actions will resolve this issue and allow users to federate successfully?
A logistics enterprise operates a multi-account AWS environment with spoke VPCs in the `us-east-1` Region and spoke VPCs in the `us-west-2` Region. The enterprise is designing a hybrid network to connect these VPCs to their on-premises data center. The connectivity design must meet the following requirements:
* Any-to-any VPC-to-VPC communication must be enabled within each region.
* Cross-region VPC-to-VPC traffic must be blocked.
* All VPCs in both regions must have redundant, high-bandwidth access to the on-premises data center.
* The hybrid path must utilize a primary AWS Direct Connect connection with an IPsec VPN over the internet as a backup.
* Failover from Direct Connect to the VPN must be automatic and dynamic.
* Administrative overhead for routing configuration must be minimized.
Which TWO actions should the Solutions Architect perform to meet these requirements?
Geçerli olan tümünü seçin
A company is designing a high-availability and disaster recovery solution for an internal corporate web application. The primary workload runs in a multi-AZ VPC in the us-east-1 Region, and the disaster recovery site is located in the us-west-2 Region. The system must achieve a Recovery Point Objective (RPO) of 1 hour and a Recovery Time Objective (RTO) of 4 hours.
Which two actions should the solutions architect take to meet these requirements while ensuring high availability and minimizing cost?
Geçerli olan tümünü seçin
A company is designing a multi-account architecture using AWS Organizations. A central Network account manages a shared VPC and wants to share specific subnets with multiple Application accounts using AWS Resource Access Manager (RAM). The security team requires all Amazon Elastic Block Store (EBS) volumes created by the Application accounts inside these shared subnets to be encrypted using a central key managed in a dedicated Security account. Which strategy should the Solutions Architect implement to meet these requirements?
A company is designing a disaster recovery (DR) strategy for a critical web application to achieve a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The production environment is in the primary region. The database is hosted on Amazon RDS for PostgreSQL. The company wants to minimize costs while ensuring that a minimal standby environment is running in a secondary recovery region. Which TWO actions should the solutions architect take to meet these requirements?
Geçerli olan tümünü seçin
A global logistics enterprise has a multi-account structure managed under AWS Organizations with Consolidated Billing. The enterprise has three main OUs: Production, Development, and Shared Services. The enterprise has the following requirements:
1. Share subnets from a central VPC in the Shared Services account with the Production OU to enable direct network communication without VPC peering.
2. Purchase a Savings Plan to reduce costs for a mix of Amazon EC2, AWS Fargate, and AWS Lambda workloads running in the Production OU, while preventing these savings from being applied to the Development OU.
3. For a newly acquired subsidiary whose accounts are in a separate OU, the finance team requires a custom pro-forma billing view that applies a 5% markup on all AWS public rates.
Which two of the following options should the Solutions Architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A gaming company is deploying a global multiplayer matchmaking service. The primary application tier runs in us-east-1 across multiple Availability Zones inside a private subnet, requiring outbound internet access to contact external anti-cheat APIs. The database tier uses Amazon Aurora MySQL. The company wants to design a disaster recovery (DR) architecture in us-west-2 with a Recovery Point Objective (RPO) of 1 minute and a Recovery Time Objective (RTO) of 10 minutes. The design must ensure that the game client automatically routes to the healthy region during a regional failure. Which architecture meets these requirements while minimizing single points of failure?
A media company is setting up a multi-account AWS environment under AWS Organizations. The administrator has configured a corporate Identity Provider (IdP) to enable single sign-on into a member account using SAML 2.0. A SAML provider has been created in the member account. An IAM role has been created for the federated users, but during testing, users receive an Access Denied error when attempting to federate from the IdP portal. The administrator reviews the IAM role's trust policy and finds the following policy document:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::123456789012:saml-provider/CorporateIDP"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"SAML:aud": "https://signin.aws.amazon.com/saml"
}
}
}
]
}
Which of the following modifications to the trust policy is required to resolve this issue?
An enterprise manages AWS accounts under a single organization in AWS Organizations. The Chief Information Security Officer (CISO) requires a centralized logging solution that records all AWS API activity across all member accounts. The logs must be consolidated into a centralized Amazon S3 bucket within a dedicated Log Archive account.
The design must satisfy the following strict security and operational constraints:
- All log files must be encrypted at rest using a Customer Managed Key (CMK) in AWS KMS managed by the Log Archive account.
- Member accounts must have no permission to modify or disable the logging configuration, nor should they have direct access to read or decrypt the centralized logs.
- The S3 bucket and KMS CMK policies must restrict access using the principle of least privilege, preventing unauthorized AWS accounts from writing logs or using the KMS key.
Which set of configurations should a solutions architect implement to meet these requirements?
A financial technology corporation is designing a hybrid network architecture to connect its on-premises core banking systems to a multi-account AWS environment. The AWS footprint consists of spoke VPCs in the `us-east-1` Region, containing applications that require high-throughput, low-latency access to the on-premises database.
The network architecture requirements are:
- A AWS Direct Connect (DX) connection via a Direct Connect Gateway (DXGW) serves as the primary path.
- A Site-to-Site VPN connection over the internet serves as the backup path.
- Under normal operating conditions, all traffic between the spoke VPCs and the on-premises data center must utilize the DX connection.
- If the DX connection fails, traffic must fail over automatically and bidirectionally to the Site-to-Site VPN.
- On-premises clients must resolve the domain names of AWS resources hosted in a Route 53 Private Hosted Zone (PHZ) associated with a centralized Shared Services VPC.
- The design must minimize administrative overhead and ensure high availability of outbound internet traffic from the spokes.
A Solutions Architect deploys an AWS Transit Gateway (TGW) in `us-east-1` and attaches all spoke VPCs to it. Which of the following configuration strategies should the Solutions Architect implement to meet these requirements?
An enterprise is designing a deployment pipeline for a critical, low-latency microservice deployed across multiple AWS Regions. The microservice is hosted on Amazon ECS using AWS Fargate, and uses Amazon DynamoDB global tables as its data tier. The business requirements specify that any update to the application must minimize the blast radius and guarantee zero downtime. Specifically, the deployment must:
1. Deploy updates sequentially from one Region to the next.
2. Within each Region, route exactly of the live traffic to the new version for a -minute evaluation period before shifting the remaining traffic.
3. Automatically roll back the deployment in the current Region if the synthetic transaction success rate falls below or if regional system health alarms are triggered.
4. Immediately halt the entire global deployment pipeline if any single Region experiences a deployment failure or rollback.
Which architecture should a solutions architect recommend to satisfy these requirements?
A financial services firm is designing its AWS network architecture in the `us-east-1` Region. The architecture consists of VPCs split equally between production and development accounts. The firm has an existing AWS Direct Connect connection with a Private Virtual Interface (VIF) terminated at a Direct Connect Gateway (DXGW). All VPCs are currently associated with the DXGW via Virtual Private Gateways (VGWs) to access the on-premises network.
The firm has the following new requirements:
- All production VPCs must be able to communicate with each other, and all development VPCs must be able to communicate with each other. Production and development VPC traffic must remain isolated.
- All VPCs must resolve domain names hosted in a single Route 53 Private Hosted Zone (PHZ) managed in a centralized shared services account.
- Administrative overhead must be minimized.
Which network design solution meets these requirements?
A healthcare provider hosts HIPAA-compliant applications across multiple AWS accounts managed under a single organization in AWS Organizations. The security team mandates that AWS Config must remain enabled and recording in all member accounts within the Workloads Organizational Unit (OU). Individual administrators in these member accounts must retain full administrator privileges (AdministratorAccess) to deploy workloads but must be prevented from stopping the configuration recorder, deleting the delivery channel, or modifying the configuration recorder settings. Which strategy will meet these requirements with the least operational overhead?
A multi-player online gaming platform hosts its workloads across hundreds of AWS accounts managed under a single organization in AWS Organizations. The company uses an external SAML 2.0-compliant Identity Provider (IdP) to manage employee identities. To simplify cross-account access, the security team is implementing direct SAML federation to each member account, allowing developers to federate directly into roles. However, during initial testing, users receive an Access Denied error after authenticating at the IdP redirect page. Simultaneously, the security team needs to ensure that no developer role can modify security logging configurations, regardless of any local IAM permissions or administrator privileges.
Which combinations of actions will resolve the federation issue and enforce the logging restriction? (Select TWO.)
Geçerli olan tümünü seçin
A global logistics provider is migrating its operations management system to AWS. The company uses AWS Organizations and has configured a multi-account structure with a centralized Network Services account. The Network Services account contains a Transit Gateway that connects VPCs in multiple member accounts and an on-premises data center via an AWS Direct Connect connection. The architecture team needs to implement a DNS resolution strategy that allows resources in all VPCs to resolve domain names in an on-premises zone named logistics.corp, while also allowing on-premises servers to resolve resources in a private hosted zone named aws.logistics.corp which is hosted in a Shared Services account. Which configuration should the solutions architect implement to meet these requirements with the least administrative effort?