Skip to content

Unable to connect to IoT Core #364

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

You must be logged in to vote

You probably did not add the proper permissions that allows you to connect and use the required resources. If this is the guide that you are following make sure to follow step 1 where you add the Role and Policy:

Role JSON:

{   
    "Version":  "2012-10-17",   
    "Statement":[ 
        {
            "Sid":  "",
            "Effect":  "Allow",       
            "Principal": {            
                "Service": [                
                    "iottwinmaker.amazonaws.com"             
                ]        
            },        
        "Action":  "sts:AssumeRole"       
        }    
    ]
} 

Policy JSON:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
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