Question : Being a QuickTechie.com AWS Developer you are configuring MySQL RDS with PIOPS. What should be the minimum PIOPS that the user should provision? 1. 2000 2. 500 3. Access Mostly Uused Products by 50000+ Subscribers 4. 200
Explanation: If a user is trying to enable PIOPS with MySQL RDS, the minimum size of storage should be 100 GB and the minimum PIOPS should be 1000.
Question : Being a QuickTechie.com AWS Developer you are trying to provision IOPS for a MySQL RDS instance. What should be the minimum instance size recommended by AWS for the 100 GB storage and 1000 IOPS to achieve optimal performance? 1. db.m1.large 2. db.m1.medium 3. Access Mostly Uused Products by 50000+ Subscribers 4. db.m3.2xlarge
Explanation: If the user is trying to enable PIOPS with MySQL RDS, the minimum size of storage should be 100 GB and the minimum PIOPS should be 1000. In this case, RDS recommends having an m1.large instance for optimal performance.
Question : Being a QuickTechie.com AWS Developer you have configured RDS with MySQL. And setup the maintenance window of : AM with the duration as minutes on every Sunday. Now you have configured to have an automated backup at 12:30 AM every day for 30 minutes. What will AWS RDS do in this case? 1. It will result in a conflict and not allow to launch the instance 2. Take an automated backup at 12:30 every day and perform maintenance at 12:00 AM on Sunday 3. Access Mostly Uused Products by 50000+ Subscribers 4. On Sunday it will start a backup at 12 AM and will start maintenance as soon as the backup is complete
Correct Answer : Get Lastest Questions and Answer : Explanation: The Amazon RDS system performs maintenance on the DB instance during a user-definable maintenance. It is not possible to have it performed during the same time window of an automated backup. In case of a conflict, it will not allow launching an instance. In this case, the maintenance window ends at 12:30 and the backup window starts at the same time. Thus, it results in a conflict. To avoid a conflict the user should specify the automated backup at 12:31 AM.