Server#modify and #create_read_replica allow
options to be passed as symbols or strings.
This allows the same hash of attributes to be used
for creating & modifying servers.
For example, the following lines are equivalent:
server.modify(true, :allocated_storage => 10)
server.modify(true, 'AllocatedStorage' => 10)