awslabs / aws-greengrass-group-setup

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

Configurable group type #15

Open neelmitra opened 6 years ago

neelmitra commented 6 years ago

Can the group type be configurable as empty , mock or any name the user chooses ?

In addition the mock service role does not work, we still need to create a seperate 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 6 years ago

Focusing this item on "configurable group type" and split the fix role item out to Issue #19.