Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 113 discussion

A company uses 50 TB of data for reporting. The company wants to move this data from on premises to AWS. A custom application in the company’s data center runs a weekly data transformation job. The company plans to pause the application until the data transfer is complete and needs to begin the transfer process as soon as possible.
The data center does not have any available network bandwidth for additional workloads. A solutions architect must transfer the data and must configure the transformation job to continue to run in the AWS Cloud.
Which solution will meet these requirements with the LEAST operational overhead?

  • A. Use AWS DataSync to move the data. Create a custom transformation job by using AWS Glue.
  • B. Order an AWS Snowcone device to move the data. Deploy the transformation application to the device.
  • C. Order an AWS Snowball Edge Storage Optimized device. Copy the data to the device. Create a custom transformation job by using AWS Glue.
  • D. Order an AWS Snowball Edge Storage Optimized device that includes Amazon EC2 compute. Copy the data to the device. Create a new EC2 instance on AWS to run the transformation application.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
123jhl0
Highly Voted 1 year, 12 months ago
Selected Answer: C
A. Use AWS DataSync to move the data. Create a custom transformation job by using AWS Glue. - No BW available for DataSync, so "asap" will be weeks/months (?) B. Order an AWS Snowcone device to move the data. Deploy the transformation application to the device. - Snowcone will just store 14TB (SSD configuration). **C**. Order an AWS Snowball Edge Storage Optimized device. Copy the data to the device. Create a custom transformation job by using AWS Glue. - SnowBall can store 80TB (ok), takes around 1 week to move the device (faster than A), and AWS Glue allows to do ETL jobs. This is the answer. D. Order an AWS Snowball Edge Storage Optimized device that includes Amazon EC2 compute. Copy the data to the device. Create a new EC2 instance on AWS to run the transformation application. - Same as C, but the ETL job requires the deployment/configuration/maintenance of an EC2 instance, while Glue is serverless. This means D has more operational overhead than C.
upvoted 66 times
jdr75
1 year, 6 months ago
I agree. When it said "with least Operational overhead" , it does not takes in account "migration activities" neccesary to reach the "final photo/scenario". In "operational overhead" schema, you're situated in a "final scenario" and you've only take into account how do you operate it, and if the operation of that scheme is ALIGHTED (least effort to operate than original scenario), that's the desired state.
upvoted 5 times
...
remand
1 year, 8 months ago
I disagree on D. transformation job is already in place.so, all you have to do is deploy and run on ec2. C takes more effort to build Glue process, like reinventing the wheel . this is unnecessary
upvoted 8 times
xxichlas
5 months, 3 weeks ago
the differene between snowball with ec2 and without ec2 is $200 (for us east 1). fair to assume aws glue will not be more than that
upvoted 1 times
...
...
...
goodmail
Highly Voted 1 year, 9 months ago
Selected Answer: D
Why C? This answer misses the part between SnowBall and AWS Glue. D at least provides a full-step solution that copies data in snowball device, and installs the custom application in device's EC2 to do the transformation job.
upvoted 14 times
happpieee
7 months, 2 weeks ago
AWS Glue is not part of SnowBall Edge AWS services it can run within. Check it out here : https://docs.aws.amazon.com/snowball/latest/developer-guide/whatisedge.html
upvoted 1 times
...
pentium75
9 months, 3 weeks ago
Because AWS Glue means less "operational (!) overhead" than running an EC2 instance.
upvoted 5 times
...
...
PaulGa
Most Recent 4 weeks, 1 day ago
Selected Answer: D
Ans D - but I suspect it should be Ans C because, as stated by 123jhlo (1yr 11mth ago), D is not serverless: "**C**. Order an AWS Snowball Edge Storage Optimized device. Copy the data to the device. Create a custom transformation job by using AWS Glue. - SnowBall can store 80TB (ok), takes around 1 week to move the device (faster than A), and AWS Glue allows to do ETL jobs." D. Order an AWS Snowball Edge Storage Optimized device that includes Amazon EC2 compute. Copy the data to the device. Create a new EC2 instance on AWS to run the transformation application. - Same as C, but the ETL job requires the deployment/configuration/maintenance of an EC2 instance, while Glue is serverless. This means D has more operational overhead than C."
upvoted 1 times
...
bignatov
1 month, 3 weeks ago
Selected Answer: D
A and D are wrong. D is the correct answer. Why not C: AWS Snowball Edge is a physical device designed for transferring large amounts of data to and from AWS. It includes some compute capabilities, such as running AWS Lambda functions, AWS IoT Greengrass, and EC2 instances, but it does not support AWS Glue. AWS Glue is a fully managed ETL (Extract, Transform, Load) service that runs within the AWS Cloud. It is designed to work with data stored in AWS services like Amazon S3, Amazon RDS, and Amazon Redshift, among others. AWS Glue is not available on edge devices like Snowball Edge.
upvoted 1 times
bignatov
1 month, 3 weeks ago
just correction A and B are wrong and D is the correct answer.
upvoted 1 times
...
...
lofzee
4 months, 3 weeks ago
gotta be C surely..... LEAST operational overhead. EC2 = operational overhead. AWS Glue = managed service with transformation capabilities.
upvoted 2 times
...
f761d0e
6 months ago
The q states that the custom job must remain, so glue is out. Seems like D is the only option as DataSync needs bandwidth.
upvoted 2 times
...
vip2
8 months ago
Selected Answer: C
Using an EC2 instance instead of a managed service like AWS Glue will include more operational overhead for the organization.
upvoted 2 times
...
cajilaxu
8 months, 2 weeks ago
Selected Answer: C
C is right Answer!! Get Up-To-Date https://www.pinterest.com/pin/937522847419120352
upvoted 2 times
...
Femmyte
8 months, 2 weeks ago
Selected Answer: D
The answer is D because of the following key points 1. A custom application in the company’s data center runs a weekly data transformation job. Which means that the company already has an application that runs the transformation. 2. A solutions architect must transfer the data and must configure the transformation job to continue to run in the AWS Cloud. This shows that the only responsibility of the architect is to transfer the data and configure the existing application to run on the EC2 the architect is going to deploy.
upvoted 1 times
...
awsgeek75
9 months ago
Selected Answer: C
A: Cannot be done because no bandwidth B: Snowcone is probably to small D: Doable by EC2 is overhead for transformation when Glue is an option C: Is correct as Snowball Edge Storage Optimised device is good for storage and Glue can transform once the data is available
upvoted 2 times
...
bujuman
9 months, 1 week ago
Selected Answer: C
C best suit for: ETL jobs with LEAST operational overhead. For my understanding, we need here to avoir operation or maintenance burden of the solution
upvoted 1 times
...
Shalen
10 months, 3 weeks ago
Selected Answer: D
we use snowball to copy 50 PB "The company plans to pause the application until the data transfer is complete " and least over head " hence C would be reinventing the weel
upvoted 1 times
...
slimen
11 months, 2 weeks ago
Selected Answer: D
which is faster? - setup a glue cluster and adapt it to do the same analytical stuff as the original app - simpley run the same app in an EC2 instance?
upvoted 1 times
...
mach2022
11 months, 2 weeks ago
How are we going to run the custom application using glue? that means more time to adapt the process instead of just running the app in ec2
upvoted 1 times
...
GB_12345
12 months ago
Selected Answer: D
Not A. AWS DataSync requires an internet connection & the question states no available bandwidth Not B. SnowCone only has a max of 14 TB with an SSD, and the data is 50 TB Not C. Snowball Edge doesn't support Glue Supported services: https://docs.aws.amazon.com/snowball/latest/developer-guide/whatisedge.html So the answer must be D, as Snowball Edge Storage Optimized does support EC2 & can store 80 TB for the version that support compute resources
upvoted 6 times
...
TariqKipkemei
1 year, 1 month ago
Selected Answer: C
Snowball Edge has storage and compute capabilities, can be used to support workload in offline locations. Technically option D will work but with the overhead of EC2, negating the requirement for LEAST ops.
upvoted 1 times
slimen
11 months, 2 weeks ago
which is faster? - setup a glue cluster and adapt it to do the same analytical stuff as the original app - simpley run the same app in an EC2 instance?
upvoted 1 times
...
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: C
The Snowball Edge Storage Optimized device allows transferring a large amount of data without using network bandwidth. Once the data is copied to the Snowball, AWS Glue can be used to create a custom ETL job to transform the data, avoiding the need to reconfigure the existing on-premises application. This meets the requirements to transfer the data with minimal operational overhead and configure the data transformation job to run in AWS
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...