1 Answer
1
RDS instances are managed by Amazon, so they do not provide access to the underlying operating system.
An alternative is to host your database in an EC2 instance. I discourage this thought, as you lose real benefit of cloud such as operational overhead moved over to AWS rather than your team, so you do not have to maintain and patch. Nevertheless you ll have access to OS and may be able to customize as you wish.
An alternative approach would be to use a service such as Amazon CloudSearch or Amazon Elasticsearch Service to perform full-text search on PDFs. You may integrate RDS with those services so you exploit what they are meant to be, exactly full-text-search.
Relevant content
- Accepted Answerasked 6 months ago
- asked 10 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 6 months ago
- How do I restore a KMS-encrypted back up file to RDS for SQL Server from an on-premises environment?AWS OFFICIALUpdated 6 months ago