I foolishly tried to add a column to a table that I did not have enough space on disk to copy and had to kill it and expand my RDS instance's storage capacity to avert a site crash.  I would like to do it again (this time with enough disk space) but I can't seem to get back to my pre-query free storage levels.  My query was to create a table like a giant table, add a column and then insert the entire contents of the old table together with null into the new table.  I tried CALL mysql.rds_rotate_slow_log; and CALL mysql.rds_rotate_general_log; but judging by my AWS Cloudwatch panel, I'm still down ~10GB from my pre-query levels.  No lines were successfully inserted into the new table.  Is there some "clear hdd cache" command or something like that?  Since it's RDS, I don't have access to the instance that's running it but I do have master user and RDS CLI access.
EDIT: It seems my problem may be related to giant ibdata files but since I don't have root access, I can't really execute the solutions mentioned in  How to shrink/purge ibdata1 file in MySQL
 
    