Question 199:
Your team is working on a plant recognition application. After users upload photos of plants, the application can provide their names and properties.
Answer options:
A.Back up the database filestore to S3. B.Create a new EBS volume and attach the volume to EC2. Export the MySQL database to the EBS volume using disk management or migration tool. C.In the EC2 AWS console, select the instance -> Actions -> Image -> Create Image. Then the created AMI is able to backup the MySQL data in the instance store. D.Create snapshots for the instance store volume where the MySQL database resides. Copy the snapshots to other regions for further backup.