You have multiple apps installed on a compute Instance and these apps generate a large amount of log files. These log files must reside on the boot volume for a minimum of 15 days. Any files over 15 days do not have to reside on the boot volume but still must be retained for at least 60 days. The 60-day retention requirement is causing an issue with available disk space. What are the TWO recommended methods to provide additional boot volume space for this compute instance?
1) Terminate the instance while preserving the boot volume. Create a new instance from the boot volume and select a DenseIO shape to take advantage of local NVMe storage.
2) Create an object storage bucket and use a script that runs daily to move log files older than 15 days to the bucket
3) Create and attach a block volume to the compute instance and copy the log files
4) Create a custom image and launch a new compute instance with a larger boot volume size
5) Write a custom script to remove the log files on a daily basis and free up the space on the boot volume