Description Usage Arguments Value See Also Examples
AWS works in regions. As such, you need to specify the region when connecting for all subsequent actions. You AWS user might not have all regions enabled. Find out more about it in your account settings (https://console.aws.amazon.com/billing/home?#/account).
1 | change_aws_region(aws_connection, new_region = "eu-central-1")
|
aws_connection |
AWS connection object, as retrieved from |
new_region |
The new AWS region to connect to (e.g., "eu-central-1" for Frankfurt) as character. |
The updated AWS connection object.
1 2 3 4 5 6 | ## Not run:
aws_connection <- connect_aws()
change_aws_region(aws_connection, 'us-east-2')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.