RDS probably has the innondb_file_per_table set, because of which it shows you the available space for this tablespace. I think this can increase if you put more data in a table under this database, if space is available (in this case it looks as it should be).
With cloud-based database services, you should ideally look only at the used disk space, which is returned to you by the first column. As for how accessible, there should be mathematics for subtracting the used space from the prepared space (plus I will leave some space for magazines and other things, I donβt know how RDS does it, but you need to specify some overheads).
source share