Tüm alıştırma soruları
1964 soru
An application's database is deployed on a single Amazon RDS for MySQL Multi-AZ DB instance. Monitoring metrics indicate that high read latency during business hours is causing performance degradation, while write latency remains low. Which two actions should a solutions architect take to scale the database layer and improve query response times?
Geçerli olan tümünü seçin
An enterprise is configuring identity federation using an on-premises SAML 2.0 Identity Provider (IdP) to allow database administrators to access multiple member accounts in AWS Organizations. The administrators must assume an IAM role named DB-Admin-Role in the target member accounts after authenticating. During initial testing, administrators receive an Access Denied error immediately when attempting to federate from the identity provider portal. A solutions architect reviews the trust policy configured for the DB-Admin-Role:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::123456789012:saml-provider/ADFS-IdP"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"SAML:aud": "https://signin.aws.amazon.com/saml"
}
}
}
]
}
Which of the following modifications to the trust policy will resolve this issue?
An enterprise manages its multi-account environment using AWS Organizations. The organization contains a parent Organizational Unit (OU) named Workloads, which has a child OU named Production. The security team wants to ensure that: 1. No member accounts in the Production OU can delete AWS CloudTrail trails or stop logging. 2. The security administration team, operating from a delegated administrator account for CloudTrail located under a separate Security OU, can still manage organization-level trails. An administrator attaches a Service Control Policy (SCP) to the Workloads OU that denies the cloudtrail:StopLogging and cloudtrail:DeleteTrail actions. Which of the following describes the impact of this policy configuration on the accounts?
A financial services firm is migrating its transactional applications to a multi-account AWS environment managed via AWS Organizations. The architecture consists of a Shared Services VPC in a central infrastructure account and multiple spoke VPCs in separate member accounts, all interconnected via an AWS Transit Gateway. The firm also maintains an on-premises datacenter connected to the Transit Gateway via an AWS Direct Connect connection. A Private Hosted Zone (PHZ) for `aws.bank.internal` is created in the central infrastructure account. Applications in the spoke VPCs must resolve records in `aws.bank.internal` and on-premises domain names ending in `onprem.bank.internal`. On-premises servers must also be able to resolve records in `aws.bank.internal`. Which of the following configurations should a Solutions Architect recommend to meet these requirements with the least administrative overhead?
A multinational insurance group uses AWS Organizations to manage a multi-account environment. The core network topology consists of a central Hub VPC in a dedicated Network account and multiple spoke VPCs in separate member accounts, all interconnected using an AWS Transit Gateway. The company also maintains a corporate on-premises data center connected to the Hub VPC via AWS Direct Connect. A Private Hosted Zone (PHZ) named insurance.internal is hosted in a Shared Services account.
The enterprise requires a hybrid DNS resolution strategy where workloads in the on-premises data center must resolve hosts in the insurance.internal zone, and workloads in the spoke VPCs must resolve hosts in the insurance.internal zone as well as on-premises DNS names ending in corp.insurance. Inbound and outbound DNS traffic must be centralized through the Hub VPC to optimize cost and enforce network security policies.
Which combination of actions must a solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An organization is designing a multi-region disaster recovery (DR) architecture for a critical internal inventory management system. The primary workload runs in the us-east-1 Region, and the DR environment will be established in the us-west-2 Region. The application layer runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The instances require outbound internet access to download vendor updates. The database tier uses Amazon RDS for PostgreSQL. The company requires a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 15 minutes, while keeping standby costs minimal. During normal operations, internal client services in both Regions must resolve the application's internal endpoint, api.inventory.local. Which solution meets these requirements at the lowest cost?
A financial technology company is designing a disaster recovery (DR) architecture for a critical transaction ledger application. The application will be deployed across two AWS Regions: `us-east-1` as the primary region and `us-west-2` as the secondary region. The company has specified a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. The application runs on Amazon EC2 instances in Auto Scaling groups behind Application Load Balancers, and uses an Amazon Aurora PostgreSQL DB cluster. The DR strategy must minimize running costs during normal operations while meeting the RTO and RPO, and public traffic must automatically fail over to the secondary region if the primary region becomes unhealthy. Which combination of actions should the Solutions Architect select to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise is establishing a centralized compliance logging architecture for its multi-account AWS Organization. A Solutions Architect must configure an organization-wide AWS CloudTrail trail in the management account that consolidates log files into an Amazon S3 bucket located within a dedicated Security account. The security policy mandates that all logs must be encrypted at rest using SSE-KMS with a customer managed key, and access must adhere strictly to the principle of least privilege. Specifically, the configuration must prevent unauthorized access from member accounts while ensuring that CloudTrail can successfully write logs to the bucket. Which combination of configurations must the solutions architect implement to meet these requirements?
An energy management company is designing a disaster recovery (DR) architecture for a critical smart meter telemetry processing platform. The platform processes real-time data from millions of IoT devices. The company requires a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. The primary deployment is in the us-east-1 Region, and the DR target is the us-west-2 Region. The architecture consists of public Application Load Balancers (ALBs) routing requests to containerized backend tasks running on Amazon ECS on AWS Fargate in private subnets. The backend tasks must call an external third-party API over the internet to validate device payloads. The application's state is stored in an Amazon Aurora PostgreSQL database. The backend tasks resolve the database endpoint using a private DNS name, db.internal.telemetry. Which architecture meets these requirements with the lowest cost and operational complexity while maintaining high availability (HA) in the primary Region?
A healthcare provider runs its research workloads in a multi-account environment managed under AWS Organizations. The provider wants to grant access to clinical research data stored in Amazon S3 buckets inside a specific member account. The researchers must authenticate using their existing credentials from an external corporate SAML 2.0-compliant Identity Provider (IdP). The solutions architect creates a SAML provider entity in the member account. However, when researchers attempt to log in and assume the designated research role, the authentication flow fails during the AWS Security Token Service (STS) call. Which configuration change is required in the member account to resolve this federation failure?
An enterprise is designing a deployment pipeline for a high-throughput microservice hosted on Amazon ECS with AWS Fargate, positioned behind an Application Load Balancer (ALB). Due to strict corporate service limits, the AWS account has a highly constrained Fargate vCPU quota that prevents the concurrent execution of two full fleets ( capacity) of the microservice.
The deployment strategy for new versions must satisfy the following criteria:
1. Route exactly of production traffic to the new version for an initial evaluation period.
2. If health metrics remain stable, increase traffic to the new version by every until it reaches .
3. Automatically roll back traffic to on the old version immediately if any Amazon CloudWatch alarms (such as HTTP error rates) are triggered.
4. Keep the total running Fargate task count across both versions aligned with active traffic demands to avoid exceeding the vCPU quota.
Which combination of actions should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company has an AWS Organization consisting of a management account and multiple member accounts representing distinct business units: Network, Finance, and Engineering. The company wants to implement a resource sharing and cost management strategy that satisfies the following requirements:
- The Engineering unit must deploy its application workloads into a shared VPC hosted and managed by the Network account, while maintaining control over their own application-level security groups.
- The Finance unit requires internal showback reports where their Amazon EC2 usage has a markup applied, without affecting the actual consolidated invoice from AWS.
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 logistics company is designing a disaster recovery (DR) architecture for its mission-critical supply chain orchestrator application. The system operates on Amazon ECS on AWS Fargate and utilizes an Amazon Aurora PostgreSQL database. The primary deployment is in the `us-west-2` Region, and the secondary deployment is in the `us-east-1` Region. The business requires a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. The architecture must minimize ongoing standby costs while ensuring high availability and proper internal and outbound network connectivity in both regions. Which two configurations should the solutions architect choose to meet these requirements?
Geçerli olan tümünü seçin
A media conglomerate has configured an AWS Organizations structure consisting of a Security Organizational Unit (OU) and a Workloads OU. The Security OU contains a dedicated Security Operations account. A Solutions Architect must design a governance framework for AWS Config across the entire organization to satisfy the following requirements:
1. AWS Config must be active in all current and future accounts under the Workloads OU.
2. A set of mandatory compliance rules must be deployed centrally. Local administrators in member accounts must not be able to modify or delete these compliance rules.
3. Local administrators in the Workloads OU must retain the ability to deploy and manage application-specific, custom AWS Config rules.
4. No user or IAM role in the Workloads OU must be allowed to disable the configuration recorder or delete the configuration delivery channel.
Which solution should the Solutions Architect implement to meet these requirements with the least operational overhead?
A gaming company hosts a multiplayer game that uses an Amazon RDS for PostgreSQL DB instance to store player profiles. During peak hours, the game servers perform a high volume of read-only queries to retrieve player stats, causing the DB instance's CPU utilization to reach 100% and impacting gameplay. A solutions architect must scale the database to resolve the CPU bottleneck. Which database configuration should the solutions architect implement?
A global biotechnology corporation is migrating its laboratory management system to AWS. The company uses AWS Organizations and has established a multi-account environment with a central Transit VPC and multiple Spoke VPCs in different member accounts, all interconnected via AWS Transit Gateway. A dedicated Shared Services account hosts a Route 53 Private Hosted Zone (PHZ) named `bio.internal`. The company also has an on-premises network connected via AWS Direct Connect to the Transit Gateway. On-premises research stations need to resolve records in `bio.internal`, while applications in the Spoke VPCs must resolve both `bio.internal` and on-premises server names in the `lab.local` domain. Which combination of steps should a Solutions Architect take to design a highly available, cost-effective hybrid DNS resolution architecture that meets these requirements?
A financial services firm is implementing single sign-on (SSO) to a multi-account AWS environment under AWS Organizations. The firm integrates its external SAML 2.0 Identity Provider (IdP) directly with the member accounts. A security engineer creates an IAM SAML identity provider in each member account and maps it to the external IdP metadata. The engineer then configures an IAM role in each member account for federated users. However, when users attempt to federate, the identity provider returns a failure during the SAML assertion phase.
A review of the configuration shows that:
1. An SCP is attached to the Organizational Unit (OU) containing these member accounts with a statement that allows `sts:AssumeRoleWithSAML` for all resources.
2. The trust policy of the IAM role in the member account is configured as follows:
{
"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 action must the security engineer take to resolve the federation failure?
A biotechnology company is designing a hybrid, multi-account network topology in the `us-east-1` Region. The setup includes spoke VPCs and a centralized egress VPC, all connected via an AWS Transit Gateway (TGW). The company has the following requirements:
- Establish a primary AWS Direct Connect connection to the corporate datacenter, with an IPsec VPN over the internet serving as a backup path.
- Provide highly available and resilient outbound internet access for resources in all spoke VPCs while minimizing NAT Gateway costs.
- Centralize private DNS resolution for a private hosted zone `corp.internal` in a Shared Services VPC so that it can be resolved by resources in all spoke VPCs and the on-premises datacenter.
Which TWO options should the Solutions Architect implement to meet these requirements?
Geçerli olan tümünü seçin
An enterprise is preparing to deploy an update to a critical microservice running on AWS Lambda that interacts with an Amazon Aurora PostgreSQL Serverless v2 database. The update includes a database schema modification that adds a new column to a high-throughput table, and the new Lambda version depends on this column. The deployment must achieve zero downtime, allow validation of the new database schema and the new Lambda function version with synthetic test transactions before any production users access the new code, and shift traffic gradually over a period of minutes. If any errors or latency spikes occur during the deployment, the system must automatically and immediately route of traffic back to the old version. Which deployment strategy and database migration pattern will meet these requirements with the lowest risk and administrative overhead?
A financial services organization is setting up federated access for external compliance auditors using an on-premises SAML Identity Provider (IdP). The auditors must be allowed to assume a read-only role named `ComplianceAuditorRole` directly in a target member account ().
Which configuration steps must be performed in the target member account to establish this trust and enable successful federation? (Select TWO.)
Geçerli olan tümünü seçin