I am trying to host a database on Amazon RDS, and the actual content that will store the information in the database (video) will be hosted on Amazon S3. I have some questions about this process. I was hoping someone could help me.
Can a database hosted on Amazon RDS communicate (search, update) something on Amazon S3? So, if I have a database on Amazon RDS and run the delete command to delete a specific video, is it possible for this command to delete the video on S3? Also, is there a tutorial on how to interact with these two media?
Many thanks!
source
share