Disabling MSDTC
To disable MSDTC, remove the MSDTC
option from its option group.
To remove the MSDTC option from its option group
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
In the navigation pane, choose Option groups.
-
Choose the option group with the
MSDTC
option (msdtc-se-2016
in the previous examples). -
Choose Delete option.
-
Under Deletion options, choose MSDTC 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 MSDTC 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-name
msdtc-se-2016
\ --options MSDTC \ --apply-immediatelyFor Windows:
aws rds remove-option-from-option-group ^ --option-group-name
msdtc-se-2016
^ --options MSDTC ^ --apply-immediately