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 (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
123jhl0
Highly Voted 2 years, 3 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 71 times
jdr75
1 year, 10 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 6 times
...
remand
2 years 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
9 months, 2 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 2 times
...
...
...
goodmail
Highly Voted 2 years 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 16 times
happpieee
11 months, 1 week 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 3 times
...
pentium75
1 year, 1 month ago
Because AWS Glue means less "operational (!) overhead" than running an EC2 instance.
upvoted 6 times
...
...
zdi561
Most Recent 1 week ago
Selected Answer: C
One requirement is to run transformation with the data in aws, that is the job of glue
upvoted 1 times
...
architect_kags
2 months, 1 week ago
Selected Answer: D
Since the transformation application already there, Snowball Edge devices with compute capability allow to run applications directly on the device. This means the transformation job can start locally on the Snowball Edge device if needed or directly after the data transfer to AWS, minimizing delays. AWS Glue for transformation adds additional refactoring work and operational overhead.
upvoted 2 times
...
tom_cruise
2 months, 1 week ago
Selected Answer: D
The only way C can work is by using this: Amazon S3 adapter — Use for programmatic data transfer in to and out of AWS using the Amazon S3 API for Snowball Edge, but it is not indicated in the answer. If it includes the step to transfer the data from the Snowball to S3, then C would be a better answer.
upvoted 2 times
...
0de7d1b
2 months, 2 weeks ago
Selected Answer: D
Application still need EC2 instance along data transfer with Snowball
upvoted 2 times
...
PaulGa
4 months, 3 weeks 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 3 times
...
bignatov
5 months, 2 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 3 times
bignatov
5 months, 2 weeks ago
just correction A and B are wrong and D is the correct answer.
upvoted 1 times
...
...
lofzee
8 months, 2 weeks ago
gotta be C surely..... LEAST operational overhead. EC2 = operational overhead. AWS Glue = managed service with transformation capabilities.
upvoted 2 times
...
f761d0e
9 months, 3 weeks 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 4 times
...
vip2
11 months, 3 weeks 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
1 year ago
Selected Answer: C
C is right Answer!! Get Up-To-Date https://www.pinterest.com/pin/937522847419120352
upvoted 2 times
...
Femmyte
1 year 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 3 times
...
awsgeek75
1 year 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
1 year 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
1 year, 2 months 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
1 year, 3 months 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 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago