Question 579:
You have an application running on EC2. When the application trying to upload a 7 GB file to S3, the operation fails. What could be the reason for failure, and what would be the solution?
Answer options:
A.With a single PUT operation, you can upload objects up to 5 GB in size. Use multi-part upload for larger file uploads. B.EC2 is designed to work best with EBS volumes. Use EBS Provisioned IOPs and use an Amazon EBS-optimized instance. C.NAT gateway only supports data transfers going out upto 5 GB. Use EBS Provisioned IOPs and use an Amazon EBS-optimized instance. D.VPC Endpoints only supports data transfers going out upto 5 GB. Use EBS Provisioned IOPs and use an Amazon EBS-optimized instance.