Deleting a CEV for RDS Custom for SQL Server (original) (raw)
You can delete a CEV using the AWS Management Console or the AWS CLI. Typically, this task takes a few minutes.
Before deleting a CEV, make sure it isn't being used by any of the following:
- An RDS Custom DB instance
- A snapshot of an RDS Custom DB instance
- An automated backup of your RDS Custom DB instance
To delete a CEV
- Sign in to the AWS Management Console and open the Amazon RDS console athttps://console.aws.amazon.com/rds/.
- In the navigation pane, choose Custom engine versions.
- Choose a CEV whose description or status you want to delete.
- For Actions, choose Delete.
The Deletecev_name
? dialog box appears. - Enter
delete me
, and then choose Delete.
In the Custom engine versions page, the banner shows that your CEV is being deleted.
To delete a CEV by using the AWS CLI, run the delete-custom-db-engine-version command.
The following options are required:
--engine custom-sqlserver-ee
--engine-version `cev`
, wherecev
is the name of the custom engine version to be deleted
The following example deletes a CEV named 15.00.4249.2.my_cevtest
.
For Linux, macOS, or Unix:
aws rds delete-custom-db-engine-version \
--engine custom-sqlserver-ee \
--engine-version 15.00.4249.2.my_cevtest
For Windows:
aws rds delete-custom-db-engine-version ^
--engine custom-sqlserver-ee ^
--engine-version 15.00.4249.2.my_cevtest
Viewing CEV details for Amazon RDS Custom for SQL Server
Creating and connecting to an RDS Custom for SQL Server DB instance
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.