Tüm alıştırma soruları
1964 soru
A global e-commerce corporation manages its multi-account environment using AWS Organizations. The accounts are organized into several Organizational Units (OUs), including a Production workloads OU. Local administrators in these workload accounts possess full administrative rights via the AdministratorAccess IAM policy. To maintain strict regulatory compliance, the central security team must ensure that no user or role, including the root user, within the Production workloads OU can disable Amazon GuardDuty or AWS Security Hub. This security guardrail must apply immediately to all existing workload accounts and be automatically enforced on any new accounts added to the OU. Which solution should a Solutions Architect implement to meet these requirements with the least operational overhead?
A digital manufacturing enterprise operates a multi-account environment with AWS accounts organized under AWS Organizations. The compliance officer mandates that all API activity across all accounts and regions must be centrally logged and audited. The solutions architect designs a solution to consolidate AWS CloudTrail logs into an Amazon S3 bucket within a dedicated Security account. The architecture must satisfy the following constraints:
- All log data at rest must be encrypted using a Customer Managed Key (CMK) in AWS KMS.
- Member accounts must be prevented from disabling or altering the logging configuration.
- The S3 bucket policy and the KMS key policy must enforce least-privilege access, restricting delivery only to CloudTrail for accounts belonging to the organization.
- AWS-managed KMS keys must not be used due to security policies restricting cross-account key sharing.
Which configuration strategy should the solutions architect implement to meet these requirements?
An enterprise is designing a highly available, multi-account hybrid network architecture across two AWS Regions: (the primary region) and (the secondary region). The enterprise has deployed spoke VPCs in multiple member accounts in both regions. The on-premises data center is connected to AWS via a AWS Direct Connect (DX) connection terminating at a Direct Connect Gateway (DXGW). To ensure high availability, the enterprise plans to use an IPsec VPN connection as a backup path.
The design must satisfy the following requirements:
- All spoke VPCs in both regions must have access to the on-premises data center.
- The DX path must be preferred for all hybrid traffic, and the VPN path must only be used in the event of a DX or regional Transit Gateway failure.
- Spoke VPCs must be able to securely resolve domain names hosted in the on-premises data center.
- The solution must minimize monthly operating costs and administrative overhead.
Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare provider is deploying a centralized vulnerability scanner in a dedicated Audit account. The scanner must read raw medical record files stored in an Amazon S3 bucket within a separate Operations account. The files are encrypted with server-side encryption using AWS KMS (SSE-KMS). The scanner runs as a containerized task on AWS Fargate in the Audit account, using an IAM task role named AuditScannerRole.
Which configuration strategy should a solutions architect implement to allow AuditScannerRole to decrypt and retrieve these files?
A financial services firm manages its multi-account environment using AWS Organizations. The setup includes a central Network account, a Production Organizational Unit (OU) containing several production workload accounts, and a Sandbox OU containing experimental developer accounts. The company's management account has purchased a significant pool of Compute Savings Plans.
The Solutions Architect must implement a solution that achieves the following:
1. Allows instances in the Production OU accounts to be launched into subnets managed by the central Network account.
2. Prevents the Sandbox OU accounts from consuming the Compute Savings Plans benefits, ensuring the discounts are reserved for production workloads.
3. Minimizes administrative overhead for any future accounts added to the OUs.
Which combination of actions should the Solutions Architect take to meet these requirements?
A fleet of delivery drones upload telemetry data concurrently at the top of every hour. During these peak windows, incoming traffic spikes from a baseline of requests per second (RPS) to over RPS within a -minute window. The architecture consists of an Application Load Balancer (ALB) that routes requests to an Auto Scaling group (ASG) of Amazon EC2 instances. The instances process the data and store it in an Amazon Aurora MySQL DB cluster. An analytical application also queries the Aurora cluster to display real-time coordinates, but experiences severe query latencies and timeouts during the peak traffic windows. Drones also experience connection timeouts and HTTP 503 errors.
Which architectural combinations should a solutions architect implement to optimize performance and scalability during the peak windows? (Select TWO.)
Geçerli olan tümünü seçin
A high-growth fintech startup organizes its workloads across several AWS accounts managed under AWS Organizations. The security team has defined a strict governance posture: Sandbox accounts, grouped under a dedicated 'Sandbox' Organizational Unit (OU), must be limited to using only Amazon EC2, Amazon S3, and AWS Lambda. Local administrators in the Sandbox accounts must not be allowed to modify, delete, or bypass a centralized security monitoring IAM role named 'CentralSecurityAuditRole' deployed in each account. Additionally, developers in the Sandbox accounts must retain the ability to create and manage their own local IAM roles and policies for application testing, without the capability of elevating their permissions to modify the security monitoring role. Which design strategy should a solutions architect implement to meet these requirements with the least administrative overhead?
An enterprise uses AWS Organizations with a delegated administrator account for AWS IAM Identity Center. The organization federates with an external SAML 2.0 Identity Provider (IdP) to manage employee access. The security team must enforce a central security control: users accessing any member accounts in the 'Production' Organizational Unit (OU) must have authenticated using Multi-Factor Authentication (MFA) at the IdP. The IdP includes a SAML attribute named MFA_Verified with a value of true for sessions where MFA was completed. The security team wants to enforce this policy centrally across the Production OU without modifying individual permission sets.
Which combination of steps should a solutions architect implement to meet these requirements?
A digital publishing company is preparing to launch a new global subscription portal. The company expects an immediate and massive influx of traffic—growing from a baseline of requests per second to over requests per second within a -minute window—during a live national broadcast.
The proposed architecture consists of:
- An Application Load Balancer (ALB) acting as the entry point.
- An Auto Scaling group of Amazon EC2 instances running a containerized, stateless application.
- A single-primary Amazon RDS for PostgreSQL database deployed across multiple Availability Zones (Multi-AZ) to handle user profiles and subscriptions. Database analysis indicates that the workload during peak traffic will be highly read-intensive, with a ratio of read operations to write operations.
Which two actions should the solutions architect take to meet the performance and scalability requirements of this launch?
Geçerli olan tümünü seçin
A biotech company has a multi-account AWS environment managed under AWS Organizations. A central Network account hosts a VPC connected to the company's on-premises laboratory network via AWS Direct Connect. Multiple Workload accounts run research applications in separate VPCs. The company needs to establish a hybrid DNS resolution strategy with the following requirements:
- Instances in the Workload VPCs must resolve private records for the on-premises domain lab.local hosted on on-premises DNS servers.
- The on-premises laboratory network must resolve records in a Route 53 Private Hosted Zone (PHZ) for research.internal hosted in the Network account.
- Instances in the Workload VPCs must also resolve records in research.internal.
Which of the following configurations meets these requirements with the least administrative overhead?
An enterprise is designing a secure transaction logging system. The application runs in a Production Account (Account ID: ) and needs to write transaction logs to an Amazon S3 bucket located in a centralized Logging Account (Account ID: ). The logs must be encrypted at rest using AWS KMS. The security team requires that key management remains centralized in the Logging Account and that access follows the principle of least privilege. Which of the following configurations are required to support this cross-account writing and encryption pattern? (Select TWO.)
Geçerli olan tümünü seçin
A solutions architect is designing an integration where an application running on Amazon EC2 instances in Account A must read encrypted objects from an Amazon S3 bucket in Account B. The objects are encrypted using Server-Side Encryption with AWS KMS (SSE-KMS). Which key configuration will successfully allow the application in Account A to decrypt the objects?
A financial services company needs to establish secure, scalable, and resilient network connectivity between its on-premises database environment and three VPCs (Production, Testing, and Shared Services) distributed across two AWS accounts in the us-east-1 Region. The on-premises database must communicate with all three VPCs. Additionally, the Shared Services VPC hosts centralized monitoring tools that must communicate with the Production and Testing VPCs. The solution must minimize routing table maintenance and administrative overhead as the company expands its AWS footprint. Which network architecture best meets these requirements?
A global virtual event management company is deploying a live interactive polling application. The application will host a synchronous global event at exactly 12:00 UTC, where a baseline of concurrent HTTP connections is expected to immediately spike to concurrent connections within a -second window. The application is hosted on Amazon ECS using the AWS Fargate launch type, running behind an Application Load Balancer (ALB). The containerized application reads event metadata from an Amazon Aurora PostgreSQL database cluster. The database must maintain sub-10-millisecond response times under peak load. Which combination of scaling and configuration actions should a solutions architect recommend to ensure the application scales seamlessly during the launch while maintaining performance?
A global pharmaceutical corporation has a multi-account AWS environment spread across two AWS Regions: ap-southeast-1 and ap-northeast-1. The corporation connects its regional on-premises research facilities in Singapore and Tokyo to AWS. In each AWS Region, a Transit Gateway (TGW) connects regional VPCs. The two TGWs are peered. For hybrid connectivity, a global Direct Connect Gateway (DXGW) is associated with both TGWs. A Singapore Direct Connect Transit Virtual Interface (VIF) connects the Singapore data center to the DXGW, and a Tokyo Direct Connect Transit VIF connects the Tokyo data center to the DXGW. To ensure high availability, the solutions architect deploys AWS Site-to-Site VPN connections from each data center to its local regional TGW as a backup. The Singapore data center uses the IP prefix , and the Tokyo data center uses the IP prefix . The architecture must satisfy the following routing requirements: (1) Under normal operating conditions, all traffic between the Singapore data center and AWS resources in ap-southeast-1 must use the Singapore Direct Connect connection; (2) If the Singapore Direct Connect connection fails, traffic between the Singapore data center and ap-southeast-1 must fail over to the Singapore Site-to-Site VPN; (3) Transitive routing between the Singapore data center and the Tokyo data center through the AWS network must be prevented; (4) Symmetrical routing must be maintained to prevent stateful firewalls on-premises from dropping packets due to asymmetric routing. Which TWO configurations should the solutions architect implement to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing a federated identity solution to allow developers to access resources across multiple member accounts in an AWS Organization. The company has a centralized, OpenID Connect (OIDC) compliant Identity Provider (IdP) containing all developer user identities. A solutions architect needs to establish trust between the IdP and the IAM roles in each member account.
Which of the following actions must the solutions architect take in each member account to configure this federated trust relationship? (Select TWO.)
Geçerli olan tümünü seçin
A company is designing the deployment strategy for a microservice running on Amazon ECS with the AWS Fargate launch type. The microservice requires a baseline of 10 tasks to meet performance requirements. The deployment process must adhere to the following constraints:
* The service must experience zero downtime.
* The compute cost during the deployment must not exceed 130% of the normal baseline cost.
* If a new version fails container health checks, the deployment must automatically roll back to the previous version without manual intervention.
Which two configurations should the Solutions Architect specify in the ECS service definition and deployment pipeline to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A media conglomerate is designing a security and compliance architecture for a new video processing pipeline. The pipeline involves a transcoding application running on Amazon ECS tasks in the Media Processing account (Account 111122223333). The processed video files must be written directly to a centralized Amazon S3 bucket located in the Compliance Archive account (Account 444455556666). The S3 bucket is encrypted using a Customer Managed Key (CMK) in the Compliance Archive account. The regulatory team requires that all uploaded videos are owned exclusively by the Compliance Archive account, and the ECS tasks must be able to encrypt the objects during upload. Which combination of configurations will allow the ECS tasks to successfully write the files to the centralized S3 bucket? (Select TWO.)
Geçerli olan tümünü seçin
A global smart-grid utility company is deploying a system to monitor smart meters. At exactly 00:00 UTC each day, every meter uploads a JSON status payload via HTTPS to a telemetry endpoint. The system must process this data and store it in an Amazon Aurora PostgreSQL database for daily reporting. The telemetry ingestion endpoint experiences a sudden traffic spike, surging from a baseline of under requests per second (RPS) to over RPS within seconds. Which architecture provides the most performant and scalable design to ingest and process this data without dropping requests?
A decentralized financial services platform operates a multi-account environment on AWS with member accounts managed via AWS Organizations. The compliance team requires all AWS API activity to be logged centrally in a dedicated Logging account. The logs must be encrypted at rest using a customer managed key (CMK) in AWS Key Management Service (AWS KMS), and the solution must enforce log file integrity. Additionally, member account administrators must be prevented from disabling the logging configuration or modifying the logging resources.
Which TWO actions should a Solutions Architect perform to implement this solution?
Geçerli olan tümünü seçin