-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws-batch compute-environment builds spot fleet role arn incorrectly #6706
Comments
Even after fixing the role that role does not exist. So I'm not sure if fixing this just uncovers another bug. |
Hi @damonmaria - Thanks for reporting this! It indeed looks like a bug with missing Can you tell me please where exactly are you seeing this error though? CLIENT_ERROR - Parameter: SpotFleetRequestConfig.IamFleetRole is invalid. Is it on stack creation time? job submission? Also, you mentioned:
The I'm acknowledging the Note that we have just release version Thanks! |
Sometime after the batch job is submitted the compute environment will go INVALID with this error. You can also see it in CloudTrail.
Thanks! |
Generated role arn invalid due to missing colons (e.g. arnawsiam) Closes #6706 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
getSpotFleetRole
incompute-environment.js
inaws-batch
builds the arn like so:It's missing
:
around the partition so he resulting arn looks like:Reproduction Steps
Error Log
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: