Description Usage Arguments Value See Also Examples
Terminating an RDS database instance means deleting it and all its contents, backups, and images.
The RDS database instance to be deleted is taken from the aws_connection object ($rds_identifier
) which itself is set in aws_launch_database()
.
This is major, do that with great care!
1 | aws_terminate_database(aws_connection)
|
aws_connection |
AWS connection object, as retrieved from |
The updated AWS connection object.
connect_aws()
, aws_launch_storage()
1 2 3 4 5 | ## Not run:
aws_terminate_database(aws_connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.