Saturday, 6 July 2019

Cluster Deletion Protection Is Offered By Amazon DocumentDB (with MongoDB compatibility)

Amazon DocumentDB (with MongoDB compatibility) is swift, robust, and completely organized database service which helps to manage MongoDB workloads. You can execute the same application code and operate the same drivers and tools which you apply with MongoDB. Now you can allow deletion protection for your Amazon DocumentDB clusters to aid you avert against accidental deletion of a cluster. The cluster cannot be deleted by any user after a cluster is configured with deletion protection. By default this Deletion Protection feature is enabled in Amazon DocumentDB management console. Further, you can enable or disable deletion protection for current cluster with just few clicks in management console or with the help of AWS CLI. This feature is applied by management console, AWS CLI and AWS CloudFormation. To get the complete list of AWS region where this Deletion Protection is available, refer supported regions. To know further on Amazon DocumentDB and deletion protection, refer product page and documentation.

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...