I am using sfn to run commands against aws. In the readme it mentions that aws_iam_instance_profile can be included to use iam instance profile. It does not say that you should include something like aws_iam_instance_profile true.
If you just include aws_iam_instance_profile then you will get an error like:
[FATAL]: The security token included in the request is invalid.
[ERROR]: The security token included in the request is invalid.
Adding debug flag to sfn to try get more details as well. That didn't give any clearer indication that attribute was not configured correctly:
For someone that does not have a strong ruby background it may not be clear that the line in .sfn file should include true. Please add a little more detail to the readme to include true/false/whatever for attributes/settings that do not take some sort of string value. Thanks.
I am using sfn to run commands against aws. In the readme it mentions that
aws_iam_instance_profile
can be included to use iam instance profile. It does not say that you should include something likeaws_iam_instance_profile true
. If you just includeaws_iam_instance_profile
then you will get an error like:Adding debug flag to sfn to try get more details as well. That didn't give any clearer indication that attribute was not configured correctly:
For someone that does not have a strong ruby background it may not be clear that the line in .sfn file should include true. Please add a little more detail to the readme to include true/false/whatever for attributes/settings that do not take some sort of string value. Thanks.