Open
Description
I'm trying to follow your tutorial and getting the following error:
library(aws.ec2)
image <- "ami-b1b0c3c2"
describe_images(image)
No encoding supplied: defaulting to UTF-8.
Error in ec2HTTP(query = query, ...) :
In case it helps, I configured my .Renviron
with the following variables:
AWS_ACCESS_KEY_ID="My_Secret_Key_ID"
AWS_SECRET_ACCESS_KEY="My_Secret_Key"
AWS_DEFAULT_REGION="us-east-1"
What am I doing wrong?
Thanks,
Ignacio
PS: Please let me know if there is a better place to ask for help.