Turning off SSAS
To turn off SSAS, remove the SSAS option from its option group.
Important
Before you remove the SSAS option, delete your SSAS databases.
We highly recommend that you back up your SSAS databases before deleting them and removing
the SSAS option.
To remove the SSAS option from its option group
Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/
. -
In the navigation pane, choose Option groups.
-
Choose the option group with the
SSASoption that you want to remove (ssas-se-2017in the previous examples). -
Choose Delete option.
-
Under Deletion options, choose SSAS for Options to delete.
-
Under Apply immediately, choose Yes to delete the option immediately, or No to delete it at the next maintenance window.
-
Choose Delete.
To remove the SSAS option from its option group
-
Use one of the following commands.
For Linux, macOS, or Unix:
aws rds remove-option-from-option-group \ --option-group-namessas-se-2017\ --options SSAS \ --apply-immediatelyFor Windows:
aws rds remove-option-from-option-group ^ --option-group-namessas-se-2017^ --options SSAS ^ --apply-immediately