
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company needs to perform data processing once a week. Which AWS service should the company use for this workload?
A
AWS CodeDeploy
B
Amazon EC2
C
Amazon Neptune
D
AWS Wavelength
Explanation:
Amazon EC2 (Elastic Compute Cloud) is the correct choice for this workload because:
Why the other options are incorrect:
Best Practice: For truly periodic workloads like this, the company could also consider using AWS Lambda (serverless compute) triggered by Amazon EventBridge (CloudWatch Events) on a weekly schedule, which would be even more cost-effective for short-running tasks. However, among the given options, EC2 is the most appropriate choice.