Description Usage Arguments Value See Also Examples
AWS connection objects hold information about running instances, storages, and set up databases. To later terminate them, you need to store/save your AWS connection object.
1 | aws_save_connection(aws_connection, file = "aws_connection.rds")
|
aws_connection |
AWS connection object, as retrieved from |
file |
Path to the file where to save the aws_connection object (in RDS format). |
The unchanged AWS connection object for chaining.
connect_aws()
, aws_load_connection()
1 2 3 4 5 | ## Not run:
aws_save_connection(aws_connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.