Skip to content

Error in describe_images() #33

Open
@ignacio82

Description

@ignacio82

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions