Tüm alıştırma soruları
1964 soru
A financial services company runs a high-throughput transaction reporting application in the `us-west-2` Region. The application's compute layer consists of Amazon EC2 instances in an Auto Scaling group distributed across Availability Zones (`us-west-2a`, `us-west-2b`, and `us-west-2c`). The database layer is an Amazon Aurora PostgreSQL cluster consisting of writer instance in `us-west-2a` and reader instances distributed across the same Availability Zones (one reader per zone).
The application EC2 instances perform intensive read operations, querying the database cluster using the default Aurora Reader endpoint. The database traffic amounts to approximately of data read per month. The company's monthly AWS bill shows a significant charge for cross-AZ data transfer between the EC2 instances and the Aurora reader instances.
A solutions architect must optimize the database architecture to minimize these cross-AZ data transfer costs without modifying the application code, except for database connection strings.
Which of the following is the most cost-effective and operationally sound solution?
A company is planning to migrate a self-managed PostgreSQL database hosted on-premises to an Amazon Aurora MySQL-Compatible Edition DB cluster. The migration must convert the schema and support ongoing replication to minimize cutover downtime. The source database is highly active, and the replication task must capture ongoing transactions via change data capture (CDC).
Which two actions must the solutions architect take to support schema conversion and change data capture (CDC) for this database migration? (Select two.)
Geçerli olan tümünü seçin
ApexMedia is migrating its high-throughput video processing orchestration system from an on-premises data center to AWS. The target architecture will use Amazon Elastic Container Service (Amazon ECS) on AWS Fargate. Containers running in the Production and Development accounts must pull images from a centralized Amazon Elastic Container Registry (ECR) repository located in a Shared Services account. To comply with strict security standards, tasks must run in private subnets with no internet access (no NAT Gateways). The container images and secrets are encrypted using a Customer Managed Key (CMK) in AWS KMS in the Shared Services account. A Transit Gateway connects the Production, Development, and Shared Services VPCs. The Solutions Architect must configure cross-account access, networking, and DNS resolution to ensure Fargate tasks can pull images and decrypt required secrets from AWS Secrets Manager (which is also encrypted with the same KMS CMK in the Shared Services account).
Which combination of actions must the Solutions Architect perform to successfully deploy the containers? (Select TWO.)
Geçerli olan tümünü seçin
A financial services company manages its multi-account environment using AWS Organizations. The security team mandates that all Amazon EBS volumes across all member accounts must be backed up daily, and the backups must be stored in a central vault. The company wants to delegate the administration of these backup policies to a dedicated backup-admin account, minimizing the use of the Organizations management account.
Arrange the correct sequence of steps to configure this centralized backup governance model across the organization.
Öğeleri doğru sıraya koymak için sürükleyin
NexaChem Laboratories is modernizing its laboratory information management system (LIMS) by migrating its containerized chemical analysis microservices to Amazon ECS on AWS Fargate. To comply with strict industry data privacy standards, the microservices must run in a fully private VPC containing only private subnets, with no direct access to the public internet. The container images are built and stored in a centralized Amazon Elastic Container Registry (ECR) repository located in a Shared Services AWS account, and are encrypted using an AWS Key Management Service (AWS KMS) customer managed key (CMK). The ECS tasks also need to access sensitive database credentials stored in AWS Systems Manager Parameter Store in the application account, which are encrypted using a local CMK. Which combination of configuration steps is required to allow the ECS tasks to successfully pull the container images and launch on AWS Fargate? (Select TWO.)
Geçerli olan tümünü seçin
Aetheris Health is modernizing its legacy patient data processing application by migrating it to Amazon ECS. The Solutions Architect must design a highly secure, containerized architecture that runs in private subnets with no internet gateway or NAT gateways. The application must pull container images from a central Amazon ECR registry located in a shared services AWS account, and read encrypted patient datasets from an Amazon S3 bucket in a separate storage AWS account. The data in the S3 bucket is encrypted using an AWS KMS Customer Managed Key (CMK) in the storage account. To optimize container-to-container communication, the development team has requested configuring the tasks to use the `bridge` network mode on AWS Fargate. Which architecture should the Solutions Architect recommend to meet these requirements with the lowest operational overhead?
An enterprise runs a data processing application on Amazon EC2 instances within an Auto Scaling Group (ASG) deployed across three Availability Zones (AZs) behind an Application Load Balancer. The application instances take approximately 8 minutes to download a large proprietary dataset, bootstrap services, and pass load balancer health checks. During sudden workload spikes, the ASG scales out based on a target tracking policy, but it consistently launches far more EC2 instances than necessary, leading to underutilized resources and high costs. Additionally, all outbound internet traffic from the private subnets in all three AZs is routed through a single NAT Gateway located in the first AZ.
Which combination of changes should a Solutions Architect implement to optimize the auto-scaling behavior and ensure high availability for outbound traffic?
An enterprise is planning to migrate a legacy high-frequency trading platform and its supporting workloads to AWS. The on-premises infrastructure consists of:
- 50 physical bare-metal servers running a custom Linux distribution with a proprietary, non-standard kernel. Corporate security compliance policies strictly prohibit modifying the kernel, installing third-party kernel modules, or deploying any resident agent software on these latency-sensitive systems.
- 250 virtual machines running on Microsoft Hyper-V (Windows Server 2022).
The security compliance team mandates the following rules:
- Deep packet SSL/TLS inspection is active on all outbound firewalls and proxies.
- No direct outbound connections to the public internet are allowed; all traffic must transit through an explicit outbound proxy.
The migration architect needs to:
1. Map network dependencies at the process level for the Hyper-V virtual machines hosting the transactional databases.
2. Obtain CPU, RAM, and disk utilization data for all systems to assist in right-sizing the target AWS instances.
3. Consolidate and track all discovery and migration status data within AWS Migration Hub.
Which approach will satisfy these discovery and tracking requirements with the least operational overhead?
A global pharmaceutical corporation is migrating its legacy laboratory database and research servers from an on-premises VMware environment to AWS using AWS Application Migration Service (MGN). The migration network path must be completely private, utilizing an existing AWS Direct Connect connection that terminates at an AWS Transit Gateway. The Transit Gateway routes traffic to a dedicated staging VPC and a production VPC. The replication traffic must not traverse the public internet. Which of the following configurations must be implemented to establish successful private data replication? (Select TWO.)
Geçerli olan tümünü seçin
NovaTrade Brokerage is modernizing its legacy transaction clearing system by migrating it from on-premises servers to AWS. The workload consists of multiple microservices that must run on AWS Fargate to minimize operational overhead. The microservices must securely communicate with each other using internal DNS names within a multi-VPC environment spanning two AWS accounts: Account A (a shared services account) and Account B (the application workload account). The workload VPC in Account B spans three Availability Zones and hosts the containers in private subnets. The microservices must also securely call external payment APIs over the internet. Additionally, to comply with financial audits, all container logs must be encrypted in Amazon CloudWatch Logs using a Customer Managed Key (CMK) in AWS KMS.
Which architectural design meets these requirements while ensuring high availability for outbound traffic?
A Solutions Architect is designing a heterogeneous migration of a highly transactional, 3 TB on-premises Oracle database to an Amazon Aurora PostgreSQL-Compatible Edition DB cluster. The source database contains complex schemas with deep foreign key hierarchies, triggers, and numerous secondary indexes. The migration must minimize source database performance impact, achieve minimal downtime during cutover, and optimize the initial data load speed while ensuring target data integrity and consistency during replication. Which combination of steps should the Solutions Architect take to meet these requirements?
NovaCare Telehealth is modernizing its HIPAA-compliant patient-record processing service by migrating its on-premises microservices to AWS. The target architecture must run on Amazon ECS using the AWS Fargate launch type to minimize operational overhead. The containers must run in a private VPC with no internet access. The application needs to securely retrieve database credentials and API keys stored in AWS Systems Manager Parameter Store. These parameters are encrypted using a customer managed key (CMK) in AWS Key Management Service (AWS KMS) located in a centralized security account. All AWS service traffic must traverse private VPC endpoints. Which solution configuration meets these security and compliance requirements with the least operational overhead?
A company is migrating its customer-facing booking application to a serverless architecture using Amazon API Gateway and AWS Lambda. The backend Lambda function integrates with a legacy third-party inventory database that can only support a maximum of 30 concurrent database connections. During peak hours, traffic spikes cause the database to crash due to too many simultaneous connections from the Lambda function. Which configuration should the solutions architect implement to limit the concurrent executions of the Lambda function to a maximum of 30?
A financial technology startup is designing a new transaction auditing system (OLTP and Object storage workloads) that must span two AWS accounts: a Production account and a dedicated Security account. The architecture must satisfy the following requirements:
* For the OLTP database, support dynamic read scaling to handle unpredictable query spikes, and implement a cross-region disaster recovery (DR) strategy with a Recovery Point Objective (RPO) of under 1 minute and a Recovery Time Objective (RTO) of under 5 minutes.
* For object storage, centralize AWS CloudTrail logs from the Production account into an Amazon S3 bucket in the Security account.
Which database and storage design meets these requirements?
A global digital advertising agency is designing a new real-time campaign telemetry store (NoSQL workload) and a creative asset repository (Object storage workload) across two AWS Regions: `us-east-1` (primary) and `us-west-2` (disaster recovery). The disaster recovery region is managed under a separate AWS account within the same AWS Organization.
The telemetry store must support active-active writes in both regions with sub-second replication latency, handle semi-structured data, and scale automatically to handle millions of requests per second. The creative asset repository must store large media files with durability, replicate assets from `us-east-1` to `us-west-2` automatically, and meet a Recovery Point Objective (RPO) of 15 minutes. All data must be encrypted at rest using Customer Managed Keys (CMKs) to support key rotation and fine-grained access audits.
Which two database and storage strategy options should the solutions architect choose to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An energy utility company is migrating physical on-premises servers hosting critical control systems to AWS using AWS Application Migration Service (MGN). Due to regulatory compliance, all replication traffic must remain private and must not traverse the public internet. A AWS Direct Connect connection is established between the on-premises data center and an AWS Transit Gateway in a shared services account. The Transit Gateway routes traffic to a dedicated Migration VPC where the staging area subnet is located. The AWS MGN Replication Agent will be installed on each on-premises server. Which network and service configuration must be implemented to ensure that the replication traffic is kept entirely private and replication completes successfully?
A global shipping and logistics enterprise is preparing to migrate its supply chain management platform to AWS. The on-premises environment consists of a mix of VMware vSphere virtual machines and physical bare-metal servers running Red Hat Enterprise Linux and Windows Server. The enterprise security policy prohibits any direct outbound internet access from the on-premises datacenter. All outbound traffic must go through an on-premises HTTP proxy that performs SSL decryption and inspection. To plan the migration, the solutions architect must collect detailed CPU and memory utilization, active running processes, and network dependencies (source/destination IPs and ports) for all servers. The migration tracking dashboard must consolidate status updates from both AWS migration services and integrated third-party migration tools. Which strategy should the solutions architect implement to perform the discovery and track the migration?
A gaming studio is migrating its legacy multiplayer game servers from an on-premises data center to AWS using AWS Application Migration Service (MGN). The replication network path must be private, utilizing an existing AWS Direct Connect connection with a private virtual interface (VIF) attached to an AWS Transit Gateway that connects to the migration VPC. During the initial testing phase, the AWS MGN Replication Agent is installed on the source servers, but the replication status remains stuck at 'Initiating' and no data is being copied to the staging area in AWS. A network engineer verifies that the source servers can resolve the necessary domain names and can reach the VPC endpoints in AWS, but the replication data blocks are not being received. Which of the following configuration changes will resolve this replication issue?
A company manages a multi-account AWS environment using AWS Organizations. The DevOps team uses AWS CloudFormation StackSets to deploy and manage application infrastructure, including EC2 instances and security groups, across multiple target accounts. The CloudFormation templates are stored in an Amazon S3 bucket within the administrator account. Recently, manual changes made to the security groups in a target account caused subsequent StackSet updates to fail due to configuration drift. Additionally, the DevOps team is planning to encrypt the S3 bucket containing the templates and needs to ensure that StackSets can still deploy resources cross-account. Which of the following actions should the DevOps engineer take to address these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A digital media publishing company stores and distributes high-resolution article images. The images are stored in an Amazon S3 bucket in the `us-east-1` Region. The company uploads approximately of new images each month. Users globally download these images, resulting in of Data Transfer Out (DTO) from S3 directly to the internet, creating high data transfer costs. The images are accessed frequently during the first days after publication. After days, the access frequency drops significantly, but users still expect the images to load in milliseconds when requested. After days, the images are rarely accessed but must be retained for years for compliance. For these archived images, a retrieval time of up to hours is acceptable. Which two actions should the solutions architect take to meet these requirements most cost-effectively? (Select two.)
Geçerli olan tümünü seçin