Question 660:
You are using AWS EC2 linux instance for log processing which would require high throughput. You chose Throughput optimized HDD storage with 500 GB in size. You deployed your application to production mode and it is running as expected. After a month, you see anincrease in log files and you are fast approaching the 500 GB size and running out of space onthe EBS volume. Which of the following is a best approach to mitigate the situation with minimal configuration?
Answer options:
A.Add a new EBS volume, mount on EC2 instance and configure your application accordingly. B.Increase the size of the existing EBS volume. C.EBS volume size cannot be changed. Build purging logic for your old log files D.You can have only one EBS volume per instance. Snapshot existing EBS volume, detach current volume, create a new volume from snapshot with bigger size and attached to EC2 instance.