1 Answer
- Newest
- Most votes
- Most comments
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 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Hi Alatech, as per https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-rds-sql-server-supports-two-new-parameter-changes-full-text-search/ this full-text supports in RDS SQL server, right
While choosing the EC2 or RDS what are things we need to consider ?
Thanks