Tüm alıştırma soruları
1964 soru
A media company is designing a hybrid network architecture to connect VPCs in the `us-east-1` Region to their on-premises datacenter. They have established an AWS Direct Connect (DX) connection with a Transit VIF terminated at a Direct Connect Gateway (DXGW), which is attached to a regional AWS Transit Gateway (TGW). To ensure high availability, the company has also deployed an AWS Site-to-Site VPN connection as a backup to the same TGW. They want to configure dynamic routing using BGP such that the DX link is always preferred for all active traffic, and the VPN link is only utilized if the DX connection fails.
Which configuration should the company implement to meet these requirements with minimal administrative overhead?
A financial services company is designing a centralized logging architecture for its AWS environment. The environment consists of member accounts organized under AWS Organizations. The company has designated a dedicated Security Operations account for managing security tools and a separate Log Archive account for long-term log storage. The Solutions Architect must configure AWS CloudTrail to capture all management events across all accounts. The logs must be consolidated in a single Amazon S3 bucket in the Log Archive account, encrypted with a Customer Managed Key (CMK) in AWS KMS, and managed from the Security Operations account.
Which TWO actions must the Solutions Architect take to configure this solution?
Geçerli olan tümünü seçin
A logistics enterprise manages AWS accounts under a single organization in AWS Organizations. The security team is implementing an organization trail in AWS CloudTrail that will write log files to a centralized Amazon S3 bucket located in a dedicated Security account. The logs must be encrypted at rest using a customer managed key (CMK) in AWS Key Management Service (AWS KMS). What configuration must be implemented to allow CloudTrail to successfully deliver encrypted log files to the centralized S3 bucket?
A company is implementing direct identity federation from an on-premises SAML 2.0-compliant Identity Provider (IdP) to multiple target AWS accounts in their AWS Organization. The Solutions Architect needs to set up the trust relationships so that corporate users can assume roles in these target accounts. Which of the following configuration steps must be performed in each target AWS account to successfully establish this trust? (Select TWO.)
Geçerli olan tümünü seçin
A company manages its multi-account AWS environment using AWS Organizations. A solutions architect is configuring SAML 2.0-based federation with an external Identity Provider (IdP) to allow database administrators to log in directly to a target production account (111122223333) and manage Amazon RDS databases.
The solutions architect creates an IAM role named `DBA-Federated-Role` and configures its trust policy as follows:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::111122223333:saml-provider/Corporate-IdP"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"SAML:aud": "https://signin.aws.amazon.com/saml"
}
}
}
]
}
To control permissions centrally, the solutions architect attaches a Service Control Policy (SCP) to the Production Organizational Unit (OU) that contains the production account. The SCP contains an `Allow` statement for all Amazon RDS actions (`rds:*`). No identity-based permission policies are attached directly to the `DBA-Federated-Role`.
When database administrators attempt to log in using the corporate identity provider portal, the federation fails and they cannot assume the role.
Which combination of actions must the solutions architect take to resolve the federation failure and ensure the database administrators have the necessary permissions to manage the RDS databases?
An enterprise is planning to migrate a hybrid portfolio of VMware vSphere-based workloads to AWS. The workload consists of two main tiers:
- Tier 1: Active-active transaction processing VMs ( VMs, total storage) that have strict zero-downtime requirements (no service interruption during migration) and require preservation of IP addresses because of hardcoded application dependencies.
- Tier 2: Batch processing and reporting workloads ( VMs, total storage) that can tolerate a brief service interruption (reboot) of up to during the final cutover, but data replication must occur continuously to minimize the final cutover window.
Network connectivity is established via a Dedicated AWS Direct Connect connection terminating at a customer-managed transit router. The target architecture includes a VMware Cloud (VMC) on AWS Software-Defined Data Center (SDDC) and three native AWS spoke VPCs in a multi-account organization. Private DNS resolution must be maintained across on-premises, VMC on AWS SDDC, and native VPC workloads.
Which combination of migration and networking configuration steps should the solutions architect implement to meet these requirements with the least operational overhead? (Select THREE.)
Geçerli olan tümünü seçin
A company is modernizing a legacy, highly secure internal customer service API and migrating it to a serverless architecture on AWS. The system must meet the following requirements:
* The API must be accessible only from the company's on-premises network (connected via AWS Direct Connect) and specific consumer VPCs in other AWS accounts; it must never be exposed to the public internet.
* The backend logic runs in AWS Lambda, which needs to retrieve data from an Amazon RDS PostgreSQL database located in a private subnet. The database has strict connection limits.
* The architecture must be highly available across multiple Availability Zones, and outbound internet traffic from the Lambda functions (for third-party API verification) must be resilient to Availability Zone failures.
* Updating the Lambda functions must support canary releases with automated rollback based on synthetic test failures.
* High-volume traffic bursts must not allow the database-querying function to exhaust the regional execution pool of the AWS account, which hosts other critical business workloads.
Which combination of actions should the solutions architect take to meet these requirements? (Select THREE.)
Geçerli olan tümünü seçin
A smart grid utility provider is designing a new telemetry processing system in AWS to ingest meter readings from millions of smart meters. The application's database must be highly available and resilient. The system is designed with a primary Region of `eu-central-1` and a disaster recovery Region of `eu-west-1`. The business requires a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. Additionally, outbound communication to external grid APIs must remain highly available within the primary Region, even during a single Availability Zone outage. Which two options should the solutions architect select to meet these requirements?
Geçerli olan tümünü seçin
A healthcare provider is migrating its clinical diagnostics imaging system from an on-premises data center to AWS using AWS Application Migration Service (MGN). The on-premises environment is connected to AWS via a AWS Direct Connect connection terminated at an AWS Transit Gateway. To comply with patient data privacy regulations, the source servers are hosted in a secure zone with no outbound internet access, and all data transmission to AWS must occur over private connections.
The migration engineer has installed the AWS Replication Agent on the source servers, but the replication status remains stuck at "Connecting" and the agents fail to register with the AWS MGN service.
Which of the following configuration steps should the solutions architect perform to resolve the connectivity issues and initiate replication? (Select two.)
Geçerli olan tümünü seçin
An enterprise is implementing a multi-account AWS environment across the `us-east-1` and `us-west-2` regions. Each region contains multiple spoke VPCs in separate AWS accounts. The spoke VPCs in each region are connected to a regional AWS Transit Gateway. The enterprise requires secure, highly available connectivity to its on-premises datacenter. They have established an AWS Direct Connect (DX) connection with a Transit Virtual Interface (VIF) terminating at a Direct Connect Gateway, and a backup AWS Site-to-Site VPN connection. The architecture must route all traffic destined for the on-premises datacenter via the DX connection as the primary path and automatically fail over to the Site-to-Site VPN. Additionally, traffic between the spoke VPCs must be strictly blocked, and the solution must minimize administrative overhead. Which TWO configurations must the solutions architect implement to meet these requirements?
Geçerli olan tümünü seçin
An energy management company is designing a new real-time smart grid telemetry platform. The platform collects high-velocity grid telemetry data from millions of smart meters globally. The database layer must store real-time telemetry metadata and be deployed across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The system requires a database recovery time objective (RTO) of less than 1 minute and a recovery point objective (RPO) of less than 1 second. To handle seasonal analytics, the read capacity in both regions must scale horizontally and automatically based on CPU utilization. Additionally, historical telemetry aggregations are exported hourly to an Amazon S3 bucket. An auditing and analytics team working in a separate, dedicated AWS account must be granted direct cross-account access to read these exported files. All S3 objects must be encrypted at rest.
Which two options should the Solutions Architect select to meet these requirements?
Geçerli olan tümünü seçin
A collaborative workspace company is designing a new project management application. The application requires a transactional metadata store for workspace properties and document access history, which must support high-frequency reads and writes with automated failover. The application also stores document files that must be highly available initially, but are rarely accessed after 30 days. The security team requires that all data must be encrypted at rest and support cross-account access delegation to external partners. Which combination of AWS database and storage strategies should the solutions architect select to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
Vertex Media Group is migrating a legacy media transcoding pipeline from VMware virtual machines to AWS. The solution must containerize the transcoding tasks and run them on Amazon ECS using the AWS Fargate launch type to minimize operational overhead. The container images will be stored in a centralized Shared Services AWS account's Amazon ECR repository, which is encrypted using an AWS KMS Customer Managed Key (CMK). The Application VPC where the ECS tasks will run has no internet access, and all communication must remain within the AWS private network. Which combination of actions should the Solutions Architect take to configure the networking and permissions for the ECS tasks? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is establishing direct federated access for its operations team to a Shared Services AWS account (account ID 111122223333) using an on-premises SAML 2.0-compliant Identity Provider (IdP). A Solutions Architect creates a SAML provider named 'CorporateIdP' and an IAM role named 'OpsConsoleRole' in the Shared Services account.
During testing, users receive an error message in their browser stating: 'Your request to assume a role has been denied' when redirecting from the IdP portal. The trust policy of the 'OpsConsoleRole' is currently configured as follows:
{
"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"
}
}
}
]
}
Additionally, a Service Control Policy (SCP) is attached to the organizational unit (OU) containing the Shared Services account:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sts:AssumeRole",
"sts:AssumeRoleWithSAML"
],
"Resource": "*"
}
]
}
Which of the following actions should the Solutions Architect take to resolve the authentication error and successfully establish federated access? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise manages its multi-account AWS environment using AWS Organizations. The enterprise federates user identities from an external SAML 2.0-compliant identity provider (IdP). To enforce fine-grained access control across accounts, the solutions architect needs to implement Attribute-Based Access Control (ABAC) using the user's Department attribute defined in the IdP. The SAML assertion is already configured to send the department name. Which configuration must the solutions architect apply to the IAM roles in the target accounts to support this identity federation and access control model?
A retail company uses AWS Organizations to manage its multi-account environment. The organization structure has a parent `Workloads` Organizational Unit (OU) containing a `Development` child OU and a `Production` child OU.
The security team wants to enforce the following governance controls:
1. Member accounts in the `Development` OU must be prevented from sharing AWS resources externally with accounts outside the AWS Organization using AWS Resource Access Manager (RAM).
2. Users in the `Development` OU must be blocked from deleting or modifying AWS Config rules to prevent disabling compliance checks.
3. These restrictions must be enforced even for the root user of the member accounts and must not be bypassable by administrator users in those accounts.
Which solution should a solutions architect implement to meet these requirements with the least administrative overhead?
A logistics company runs its delivery dispatch application on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB) across three Availability Zones. The instances download a application package and perform database schema checks during bootstrapping, which takes approximately () to complete. The company experiences a predictable daily surge in API requests at 8:00 AM. During this surge, users experience connection failures, and the ALB returns HTTP 503 Service Unavailable errors. The ASG launches a large number of unnecessary instances during scale-out, resulting in high compute costs. Additionally, the outbound traffic to third-party maps APIs fails entirely if Availability Zone us-east-1a experiences an outage, as all subnets currently route outbound traffic through a single NAT Gateway in us-east-1a.
Which two actions should the Solutions Architect take to improve the application's fault tolerance and address the scaling issues? (Select TWO.)
Geçerli olan tümünü seçin
Astraea Genomics is modernizing its on-premises legacy genomic sequencing application by migrating it to AWS. The application will run as containerized tasks in a Production AWS account on Amazon ECS using AWS Fargate. To meet strict HIPAA and GDPR compliance standards, all data and container images must be encrypted at rest, and all traffic must remain within the private network. The modernization must satisfy the following constraints:
1. The container images must be pulled from an Amazon Elastic Container Registry (Amazon ECR) repository located in a Shared Services AWS account.
2. All traffic between the Production VPC and Amazon ECR must be routed entirely over the private AWS network, as the Production VPC has no internet access.
3. The container images are encrypted at rest using an AWS KMS key in the Shared Services account.
4. The network architecture must be highly available across three Availability Zones without introducing single points of failure.
Which combination of actions should a solutions architect take to configure this environment? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise with 75 member accounts in AWS Organizations wants to centralize VPC Flow Logs from all VPCs into an Amazon S3 bucket located in a dedicated Security account. The logs must be encrypted at rest using a Customer Managed Key (CMK) in AWS KMS to comply with security requirements. The security team must prevent member account administrators from deleting or modifying the flow log configurations. Which TWO actions should the Solutions Architect perform to meet these requirements?
Geçerli olan tümünü seçin
A company is planning to migrate 50 VMware-based application virtual machines (VMs) from an on-premises data center to VMware Cloud on AWS. The application VMs are highly sensitive to IP address changes, and the company requires that all VMs retain their original IP addresses after migration. Additionally, the migration must be completed with near-zero downtime for the applications. The WAN connectivity between the on-premises environment and AWS has limited bandwidth. Which of the following VMware HCX features or migration methods should the Solutions Architect select to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin