Tüm alıştırma soruları
1964 soru
An enterprise manages a multi-account AWS environment under AWS Organizations. The enterprise must configure direct identity federation with an external SAML 2.0 Identity Provider (IdP) to allow corporate directory users to access target IAM roles in member accounts. The security team mandates the following controls:
1. Users must only be allowed to assume the administrative roles if they successfully completed multi-factor authentication (MFA) at the IdP.
2. The administrative roles must only be accessible when the login request originates from the corporate network's public IP range ().
Which TWO configurations must the Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin
An enterprise manages its multi-account environment using AWS Organizations. The organizational structure consists of a parent Organizational Unit (OU) named 'Operations' and a nested child OU named 'Production' under it. A solutions architect attaches a Service Control Policy (SCP) to the 'Operations' OU that allows only EC2 and CloudWatch actions (ec2:* and cloudwatch:*). To ensure that production applications can access storage, the solutions architect attaches another SCP to the 'Production' OU that allows EC2, CloudWatch, and S3 actions (ec2:*, cloudwatch:*, and s3:*). The local IAM policies in the member accounts under the 'Production' OU grant full administrator access (*:*). When a developer in a 'Production' member account attempts to list S3 buckets using the local administrator credentials, the request is denied. Which of the following is the primary reason the developer's request is denied?
A smart grid utility operator manages a multi-account AWS environment using AWS Organizations. The network topology consists of a Hub VPC in a Shared Services account and multiple Spoke VPCs in Production and Development accounts. The Hub VPC is connected to an on-premises SCADA data center via AWS Transit Gateway and AWS Direct Connect.
The operator hosts a Route 53 Private Hosted Zone (PHZ) named corp.utility.internal in the Shared Services account. The on-premises DNS servers manage the onprem.utility.internal domain. The operator needs a DNS resolution strategy that meets the following requirements:
1. Instances in the Spoke VPCs must resolve hostnames in corp.utility.internal.
2. Instances in the Spoke VPCs must resolve hostnames in onprem.utility.internal.
3. On-premises systems must resolve hostnames in corp.utility.internal.
4. DNS queries between the Spoke VPCs and on-premises must traverse the hybrid connection securely.
Which of the following architectures meets these requirements with the least administrative overhead?
A company uses AWS Organizations to manage a multi-account environment with consolidated billing. The environment consists of a Management account, a Shared Services account, and multiple Development accounts. The Development accounts run a mix of Amazon EC2 instances, AWS Fargate tasks, and AWS Lambda functions. The Infrastructure team needs to share several subnets from a central VPC in the Shared Services account with the Development accounts. Additionally, the Finance team wants to purchase a single Savings Plan that provides maximum cost optimization for all of these compute workloads across all accounts in the organization. Which set of actions should a Solutions Architect recommend to meet these requirements?
An enterprise uses AWS Organizations with fifty member accounts. To meet regulatory requirements, all AWS CloudTrail logs from these accounts must be consolidated into a single Amazon S3 bucket within a centralized Log Archive account. The logs must be encrypted at rest using AWS KMS. The security team requires that the KMS key supports cross-account decryption by security analysts.
Which of the following actions must the solutions architect take to satisfy these requirements?
A company is designing the deployment strategy for a new web service that will run on Amazon Elastic Container Service (Amazon ECS). The deployment will be managed by updating the ECS service's task definition via AWS CloudFormation. The application must maintain of its desired task capacity at all times during the rolling update to prevent performance degradation, and it can temporarily run up to of the desired task count to facilitate the deployment.
Which configuration of the deployment parameters in the ECS service resource will meet these requirements?
A financial services firm operates a multi-account AWS environment with spoke VPCs distributed across AWS accounts in the `us-east-1` and `us-west-2` Regions. The firm connects its on-premises data center to AWS using an AWS Direct Connect (DX) gateway associated with an AWS Transit Gateway (TGW) in each Region via transit virtual interfaces (VIFs) over redundant connections. As a backup, a Site-to-Site VPN connection is established from on-premises to each TGW. The firm requires:
1. Symmetrical routing over the DX connections under normal operations, with automatic failover to the VPN connections if the DX connections fail.
2. Outbound internet traffic from all spoke VPCs must be routed through a centralized egress VPC in each Region while ensuring high availability.
3. Services in all VPCs must resolve DNS queries for a private hosted zone (PHZ) hosted in `us-east-1` under one of the AWS accounts.
Which configuration should the Solutions Architect implement to meet these requirements?
An enterprise wants to establish hybrid connectivity between three spoke VPCs in different AWS accounts and their on-premises data center. The design must satisfy the following requirements:
1. The VPCs must be able to communicate with each other (VPC-to-VPC routing).
2. The VPCs must connect to the on-premises data center using a single AWS Direct Connect connection.
3. Private DNS resolution for a shared internal domain must be accessible across all VPCs.
Which architecture meets these requirements with the least operational complexity?
A company manages a multi-account environment under AWS Organizations. The architecture includes a Management account, a Shared Network account, a dedicated Security account, and several Application accounts grouped into distinct Organizational Units (OUs).
The company must meet the following design requirements:
- Share private subnets from a VPC in the Shared Network account with the Application accounts so they can deploy resources directly. The application teams must retain administrative control to manage their own security groups.
- Enable the Application accounts to encrypt their data at rest in Amazon S3 using a Customer Managed Key (CMK) managed within the Security account.
- Generate customized billing reports for a subsidiary's accounts under a specific OU that display public retail On-Demand pricing, while excluding the parent organization's consolidated Savings Plans and Volume Discounts.
Which TWO of the following actions should the Solutions Architect take to meet these requirements?
Geçerli olan tümünü seçin
A company is designing a hybrid network architecture to connect its on-premises data center with multiple spoke VPCs across different AWS accounts in the same Region. They plan to use AWS Direct Connect as the primary connection and require transitive routing between all spoke VPCs and the on-premises network. Additionally, the company has created a Route 53 Private Hosted Zone (PHZ) in a central shared services account and wants to ensure that all spoke VPCs can resolve the internal domain names hosted in this PHZ. Which TWO actions must a solutions architect perform to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a cost-effective, multi-region disaster recovery (DR) architecture for a web application across two AWS regions (us-east-1 as primary and us-west-2 as secondary). The business requires a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The database layer uses Amazon Aurora PostgreSQL. Which two of the following database replication and routing configurations should be implemented to meet these HA/DR requirements?
Geçerli olan tümünü seçin
A global e-commerce and logistics company manages its multi-account environment using AWS Organizations. The core network consists of a central Hub VPC in a Shared Services account and several spoke VPCs in Line of Business (LoB) accounts, all interconnected via an AWS Transit Gateway. The Shared Services VPC has an active AWS Direct Connect connection to the on-premises datacenter. The company needs to design a hybrid DNS resolution strategy. On-premises systems must resolve resources in a Private Hosted Zone (PHZ) for `aws.ecommerce.internal` hosted in the Shared Services account. Additionally, all spoke VPCs must resolve both the `aws.ecommerce.internal` domain and the on-premises domain `corp.internal`. Which TWO configurations should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare software provider uses AWS Organizations to manage 150 member accounts. The security team mandates that a specific IAM role named SecurityAuditRole must exist in all accounts and must be protected from deletion or modification by any local administrator. However, developers in the Research and Development (R&D) Organizational Unit (OU) require full administrative access to create, update, and delete IAM roles for local microservices testing. Which strategy should the solutions architect implement to enforce this governance control with the least administrative overhead?
An enterprise is implementing a multi-account strategy using AWS Organizations. Users must authenticate using an external SAML 2.0 Identity Provider (IdP) to access resources in several member accounts. A solutions architect creates the IAM SAML identity provider resource in each target member account and configures the corresponding federated IAM roles. During testing, users are successfully authenticated by the corporate IdP and redirected to AWS, but they receive an Access Denied error when attempting to assume the target IAM role in the member account. Which configuration error is the most likely cause of this issue?
A software-as-a-service (SaaS) company is designing a multi-region disaster recovery (DR) architecture for a telemetry ingestion application. The workload runs in the primary Region (us-west-2) and uses a secondary Region (us-east-1) for disaster recovery. The business requires a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 15 minutes. The architecture uses Amazon Aurora PostgreSQL for data storage, and external client agents send data to Application Load Balancers (ALBs) in both Regions. The configuration must automate failover while maintaining high availability. Which TWO options should the Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin
An enterprise implements a multi-account AWS environment under AWS Organizations. Corporate data analysts authenticate through an external SAML 2.0 Identity Provider (IdP) to access AWS. Upon authentication, users assume a federated role named `SAML-Analyst-Role` in a centralized Identity AWS account (Account ID: `111122223333`). From this role, analysts need to assume a cross-account role named `Athena-Query-Role` in a target Analytics member account (Account ID: `123456789012`) to run database queries. The trust policy for `Athena-Query-Role` in the Analytics account is configured as follows:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::111122223333:role/SAML-Analyst-Role"
},
"Action": "sts:AssumeRole"
}
]
}
The default `FullAWSAccess` Service Control Policy (SCP) has been detached from the Analytics Organizational Unit (OU) containing the Analytics account, and only the following custom SCP is attached:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AnalyticsAccessOnly",
"Effect": "Allow",
"Action": [
"athena:*",
"glue:*",
"s3:*",
"kms:*"
],
"Resource": "*"
}
]
}
When data analysts attempt to switch roles to `Athena-Query-Role` from their federated session, they receive an Access Denied error. Which combination of configuration changes will resolve this issue?
An enterprise manages a multi-account AWS environment under AWS Organizations. The security team wants to establish federated access for its operations team using an external SAML 2.0 Identity Provider (IdP). The operations team must be able to log in and assume the OperationsAdmin role in several member accounts under a specific Organizational Unit (OU). The architecture must prevent any other roles in these member accounts from being assumed via SAML federation, and it must ensure that only authorized SAML assertions can assume the role. Which TWO configurations must the solutions architect implement to meet these requirements?
Geçerli olan tümünü seçin
A financial services company manages its multi-account environment using AWS Organizations. The security team has grouped all active workload accounts under a single Workloads Organizational Unit (OU). To comply with strict regulatory frameworks, the security team must enforce the following security policies:
1. All Amazon EBS volumes created in the member accounts must be encrypted at rest.
2. Volume encryption must only use Customer Managed Keys (CMKs) created within the local member accounts. The use of AWS-managed keys (such as aws/ebs) is strictly prohibited.
3. A centralized IAM role named SecurityAuditRole, which is deployed via AWS CloudFormation StackSets to all member accounts, must be protected from deletion or modification by any local administrator.
4. The CloudFormation StackSets service must still be allowed to update the SecurityAuditRole from the Management account during security maintenance windows.
Which solutions architect design represents the most secure and operationally efficient configuration to meet these requirements?
A global financial technology enterprise is migrating its core banking ledger to AWS. The hybrid network architecture consists of an on-premises mainframe data center and a multi-account AWS environment managed by AWS Organizations. The on-premises DNS servers host the `onprem.bank.internal` zone. A central transit VPC is deployed in a dedicated `Network` AWS account, which is connected to the on-premises network via AWS Direct Connect and an AWS Transit Gateway. Separate business units run workloads in their own AWS accounts (such as `Account-A` and `Account-B`), with each VPC attached to the central Transit Gateway. A Private Hosted Zone (PHZ) for `cloud.bank.internal` is created in a centralized `SharedServices` AWS account. The enterprise requires that:
1. On-premises systems must resolve resource records in `cloud.bank.internal`.
2. Workloads in `Account-A` and `Account-B` must resolve resource records in both `onprem.bank.internal` and `cloud.bank.internal`.
3. DNS queries and network traffic must not traverse the public internet, and administrative overhead must be minimized.
Which TWO actions must a solutions architect perform to implement this hybrid and multi-account DNS architecture? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise manages its multi-account environment using AWS Organizations. The organization consists of Production, Development, and Sandbox OUs, along with dedicated Shared Services and Security accounts. The billing department has specified that the Sandbox accounts, which are leased to a third-party contractor, must receive customized pro-forma billing reports showing a markup on AWS list prices instead of the enterprise's negotiated rates. Additionally, the contractor's Sandbox accounts must be excluded from benefiting from the enterprise's Compute Savings Plans. For network optimization, VPC subnets from the Shared Services account must be shared with the Production and Development accounts, but not the Sandbox accounts. Developers in the Production and Development accounts must be able to launch Amazon EC2 instances with encrypted EBS volumes using a Customer Managed Key (CMK) managed in the central Security account.
Which TWO of the following solutions should the Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin