awslabs / aws-greengrass-group-setup

File-driven creation of an entire AWS Greengrass group
Apache License 2.0
54 stars 23 forks source link

Mock service role does not work #19

Closed brettf closed 3 years ago

brettf commented 6 years ago

Originally reported by @neelmitra in Issue #15 as "the mock service role does not work". Specifically:

In addition the mock service role does not work, we still need to create a separate role with AWSGreengrassResourceAccessRolePolicy and associate to the account as below.

aws greengrass associate-service-role-to-account --role-arn arn:aws:iam::xxxxxxxxxxxxx:role/GreengrassRole
brettf commented 3 years ago

Closing as the latest PR has implemented the suggestion that the Mock would instead use the OPCUA adapter.