I want to manage option groups for my Amazon Relational Database Service (Amazon RDS) for Microsoft SQL Server instances, I want to remove persistent options, add options, and track changes.
Resolution
Remove persistent options
To remove persistent options, such as transparent data encryption (TDE), complete the following steps:
- Turn off TDE for RDS for SQL Server.
- Open the Amazon Aurora and RDS console.
- In the navigation pane, choose Option groups.
- Select your option group.
- Remove all associated RDS database (DB) instances from the option group.
Note: If you associated DB instances with the group, then you can't remove persistent options from an option group.
- Create a new option group without the persistent option.
- Associate the new option group with your DB instances. For Option group, select the new option group.
Add options to the option group
Complete the following steps:
- Open the Aurora and RDS console.
- In the navigation pane, choose Option groups.
- Create a new option group.
- Add options and configure their settings.
- Associate the custom option group with your DB instances. For Option group, select the new option group.
Create multiple custom option groups for different environments, such as development, staging, or production.
Track changes to option groups
Take the following actions:
Use best practices to manage option groups
When you use option groups, implement the following best practices:
- Use descriptive names for your option groups to easily identify their purpose.
- Document your option group configurations and the reasons for specific settings.
- Test option group changes in a non-production environment before you apply them to production instances.
- Regularly review your option groups to make sure that they still meet your requirements and comply with your security policies.
- Use AWS Organizations and service control policies (SCPs) to control who can modify option groups across your organization.
Troubleshoot issues
If you encounter issues with option groups, then take the following steps:
Related information
Working with option groups
Options for the Microsoft SQL Server database engine