Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update develop.md #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rvanderwerf
Copy link

simulation jobs fail because setup script doesn't set iamRole arn in the roboMakerSettings.json file with a parameter validation error for the empty iamRole.

simulation jobs fail because setup script doesn't set iamRole arn in the roboMakerSettings.json file with a parameter validation error for the empty iamRole.
@ylukin
Copy link
Contributor

ylukin commented Jun 6, 2020

There are two issues here:

  • the install_deps.sh script does not correctly escape forward slashes in the role ARN when using sed to replace it in roboMakerSettings.json
  • the initial bootstrap CloudFormation template does not export ROLE_ARN

See the the following PR I proposed to fix this: codingphun/aws_robomaker_jetbot_reinvent_workshop#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants