Skip to content

Unable to connect my client device to AWS greengrass core #392

Answered by jmklix
sagark82 asked this question in Q&A
Discussion options

You must be logged in to vote

Can you try testing with a fully permissive policy to rule out that the error might be caused because of that:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "*"
      ],
      "Resource": [
        "*"
      ]
    }
  ]
}

Also can you link which tutorial you are following? (I would like to make sure that you're not trying to follow an out of date tutorial)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@sagark82
Comment options

@sagark82
Comment options

Answer selected by jmklix
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants