Posts

Showing posts from May, 2022

AWS by Harsha - part2

Image
 Class 27: RDS Benefits The main benefit of Amazon RDS is that it helps organizations deal with the complexity of managing large relational databases. Other benefits include the following:Ease of use. Admins don't need to learn specific database management tools. They also can manage multiple database instances using the management console. RDS is compatible with database engines that users may already be familiar with, such as MySQL and Oracle And it automates manual backup and recovery processes. Cost-effectiveness. According to AWS, customers only pay for what they use. Also, the time spent maintaining instances is reduced, because maintenance tasks, such as backups and patching, are automated. The use of read replicas routes read-heavy traffic away from the main database instance, reducing the workload on that one instance. RDS splits up compute and storage so admins can scale them independently. Drawbacks Some downsides of using Amazon RDS include the following:Lack of root...