Question 047 Merged
Question 047 Merged
A gaming company is building an application with Voice over IP capabilities. The application will serve traffic to users across the world. The
application needs to be highly available with an automated failover across AWS Regions. The company wants to minimize the latency of users
Correct Answer: A
Selected Answer: A
Global Accelerator is a good fit for non-HTTP use cases, such as gaming (UDP), IoT (MQTT), or Voice over IP, as well as for HTTP use cases that
specifically require static IP addresses or deterministic, fast regional failover.
upvoted 9 times
Selected Answer: A
Selected Answer: A
automated failover across AWS Region + minimize latency -> Global Accelerator
upvoted 1 times
Selected Answer: A
Selected Answer: A
AWS Global Accelerator: AWS Global Accelerator is a service that uses static IP addresses (Anycast IPs) to provide a global entry point for your
applications. It routes traffic over the AWS global network to the optimal AWS endpoint based on health, geography, and routing policies.
Health Checks: AWS Global Accelerator supports health checks, allowing it to route traffic only to healthy endpoints. This helps in achieving high
availability and automated failover across AWS Regions.
upvoted 1 times
Selected Answer: A
https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-benefits-of-migrating.html
upvoted 2 times
Selected Answer: A
Global Accelerator is the answer as it can handle both TCP and UDP
upvoted 2 times
Selected Answer: C
A weather forecasting company needs to process hundreds of gigabytes of data with sub-millisecond latency. The company has a high
performance computing (HPC) environment in its data center and wants to expand its forecasting capabilities.
A solutions architect must identify a highly available cloud storage solution that can handle large amounts of sustained throughput. Files that are
stored in the solution should be accessible to thousands of compute instances that will simultaneously access and process the entire dataset.
C. Use Amazon Elastic File System (Amazon EFS) with Bursting Throughput mode.
D. Use Amazon Elastic File System (Amazon EFS) with Provisioned Throughput mode.
Correct Answer: B
Selected Answer: B
Option A (Amazon FSx for Lustre scratch file systems) is designed for temporary data storage and does not provide the data persistence required
for this scenario.
upvoted 9 times
Selected Answer: B
Selected Answer: B
https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-fsx-lustre.html
Both AB can handle the processing requirements but B is Highly Available which is also a requirement not met by A.
Selected Answer: B
high performance computing, highly available cloud storage solution = Amazon FSx for Lustre persistent file systems
upvoted 3 times
Question #649 Topic 1
An ecommerce company runs a PostgreSQL database on premises. The database stores data by using high IOPS Amazon Elastic Block Store
(Amazon EBS) block storage. The daily peak I/O transactions per second do not exceed 15,000 IOPS. The company wants to migrate the database
to Amazon RDS for PostgreSQL and provision disk IOPS performance independent of disk storage capacity.
A. Configure the General Purpose SSD (gp2) EBS volume storage type and provision 15,000 IOPS.
B. Configure the Provisioned IOPS SSD (io1) EBS volume storage type and provision 15,000 IOPS.
C. Configure the General Purpose SSD (gp3) EBS volume storage type and provision 15,000 IOPS.
Correct Answer: C
GP2 - • Size of the volume and IOPS are linked, max IOPS is 16,000
GP3 - Can increase IOPS up to 16,000 and throughput up to 1000 MiB/s independently
Selected Answer: C
Selected Answer: C
Both gp2 and gp3 can provision up to 16.000 IOPS. gp3 is cheaper than gp2.
upvoted 4 times
A company wants to migrate its on-premises Microsoft SQL Server Enterprise edition database to AWS. The company's online application uses the
database to process transactions. The data analysis team uses the same production database to run reports for analytical processing. The
company wants to reduce operational overhead by moving to managed services wherever possible.
Which solution will meet these requirements with the LEAST operational overhead?
A. Migrate to Amazon RDS for Microsoft SOL Server. Use read replicas for reporting purposes
B. Migrate to Microsoft SQL Server on Amazon EC2. Use Always On read replicas for reporting purposes
C. Migrate to Amazon DynamoDB. Use DynamoDB on-demand replicas for reporting purposes
D. Migrate to Amazon Aurora MySQL. Use Aurora read replicas for reporting purposes
Correct Answer: A
Selected Answer: A
You can migrate with both A&B but option A is LEAST operational overhead/
A: https://aws.amazon.com/tutorials/move-to-managed/migrate-sql-server-to-amazon-rds/
B: https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/migrate-a-microsoft-sql-server-database-to-aurora-mysql-by-using-aws-
dms-and-aws-sct.html
upvoted 6 times
Selected Answer: A
A - Read replicas for RDS is easy to create and also it is Asynchronous which should not be a problem for the analytics teams as they can bear 2-3
minutes delay
upvoted 6 times
Selected Answer: A
A company stores a large volume of image files in an Amazon S3 bucket. The images need to be readily available for the first 180 days. The
images are infrequently accessed for the next 180 days. After 360 days, the images need to be archived but must be available instantly upon
request. After 5 years, only auditors can access the images. The auditors must be able to retrieve the images within 12 hours. The images cannot
A developer will use S3 Standard storage for the first 180 days. The developer needs to configure an S3 Lifecycle rule.
A. Transition the objects to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 180 days. S3 Glacier Instant Retrieval after 360 days, and
B. Transition the objects to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 180 days. S3 Glacier Flexible Retrieval after 360 days, and
C. Transition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 180 days, S3 Glacier Instant Retrieval after 360 days, and S3
D. Transition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 180 days, S3 Glacier Flexible Retrieval after 360 days, and S3
Correct Answer: C
Selected Answer: C
Selected Answer: C
https://aws.amazon.com/s3/storage-classes/glacier/
upvoted 5 times
Selected Answer: C
"The developer needs to configure an S3 Lifecycle rule."--->One Zone-IA can't transfer to Glacier Instant Retrieval--->A is out.
Check - Unsupported lifecycle transitions
https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html
"Images cannot be lost = high availability"--->Can't be One Zone-IA--->B is out.
"the images need to be archived but must be available instantly upon request"--->Can't be "Flexible" Retrieval--->D is out.
Selected Answer: A
A.
Here's why this option is the most cost-effective:
+S3 One Zone-IA (after 180 days): Offers lower storage costs compared to S3 Standard for infrequently accessed data (180 - 360 days) while
maintaining good availability for retrieval.
+S3 Glacier Instant Retrieval (after 360 days): Provides immediate access to archived images (360 - 5 years) at a significantly lower cost than S3
Standard storage. Retrieval costs are incurred but typically lower than keeping the data in S3 Standard.
+S3 Glacier Deep Archive (after 5 years): Offers the lowest storage cost for long-term archival (beyond 5 years) with retrieval times within 12 hours,
meeting the auditor access requirement and minimizing ongoing storage costs.
upvoted 1 times
Selected Answer: B
https://aws.amazon.com/s3/storage-
classes/glacier/#:~:text=S3%20Glacier%20Flexible%20Retrieval%20delivers,year%20and%20is%20retrieved%20asynchronously.
S3 Glacier Flexible Retrieval delivers low-cost storage, up to 10% lower cost than S3 Glacier Instant Retrieval. Flexible retrieval is cheaper than
Instant retrieval.
S3 Glacier Flexible retrieval storage class provides minutes to 12 hours retrieval of data. Which is within the required time by auditors.
--> We should select flexible retrieval.
The design is not caring about the high availability. The design is caring about cost. One zone-IA is cheaper than standard IA.
--> We should select One Zone IA.
upvoted 1 times
Selected Answer: C
Selected Answer: C
Selected Answer: C
"The images cannot be lost during this process" , imho this rules out S3 One zone infrequent access. S3 Glacier Instant Retrieval gives immediate
access. S3 Glacier Flexible Retrieval does not give immediate access. so C.
upvoted 5 times
Selected Answer: A
I'll go for A as it doesn't talk about High availability. Considering cost. I'll go for A
upvoted 3 times