nerdexam
Amazon

SAP-C02 · Question #199

A company has an application. Once a month, the application creates a compressed file that contains every object within an Amazon S3 bucket. The total size of the objects before compression is 1 TB…

The correct answer is B. Configure the application to download the source files by using streams. Direct the streams into a D. Configure the application to run as a container in AWS Fargate. Use Amazon EventBridge. You can write S3 streams in mutliple languages using its SDK, there is no need to download the You should use Fargate and not Lambda becuase the proccesing time is bigger than 15 minutes. In Fargate you only pay for the resources you consume while your container is running…

Submitted by luis.pe· Mar 6, 2026Continuous Improvement for Existing Solutions

Question

A company has an application. Once a month, the application creates a compressed file that contains every object within an Amazon S3 bucket. The total size of the objects before compression is 1 TB. The application runs by using a scheduled cron job on an Amazon EC2 instance that has a 5 TB Amazon Elastic Block Store (Amazon EBS) volume attached. The application downloads all the files from the source S3 bucket to the EBS volume, compresses the file, and uploads the file to a target S3 bucket. Every invocation of the application takes 2 hours from start to finish. Which combination of actions should a solutions architect take to OPTIMIZE costs for this application? (Choose two.)

Options

  • AMigrate the application to run an AWS Lambda function. Use Amazon EventBridge (Amazon
  • BConfigure the application to download the source files by using streams. Direct the streams into a
  • CConfigure the application to download the source files from Amazon S3 and save the files to local
  • DConfigure the application to run as a container in AWS Fargate. Use Amazon EventBridge
  • EProvision an Amazon Elastic File System (Amazon EFS) file system. Attach the file system to the

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    60% (27)
  • C
    20% (9)
  • E
    13% (6)

Explanation

You can write S3 streams in mutliple languages using its SDK, there is no need to download the You should use Fargate and not Lambda becuase the proccesing time is bigger than 15 minutes. In Fargate you only pay for the resources you consume while your container is running instead of running the EC2 instance the all month.

Community Discussion

No community discussion yet for this question.

Full SAP-C02 Practice