Hello! I have a problem with Lab1 -Streaming Ingestion, I was created Kinesis Firehose. I followed all the instructions and executed the cell, but the code launched message:
Client Error: “An error ocurred (InvalidParameterValueException) when calling CreatedDeliveryStream operation: Invalid role ARN”
Can you help me? I would like to be able to do the full exercise. Thank you very much!
Hello @lumillao
Can you please specify in which cell you got this error? Since this is an exercise lab, you can share your code in that cell, so please attach a screenshot as well so that we can delve deeper into the issue.
Hello @Amir_Zare
Thanks for your help, let me try again to clearly identify the problem. For now, I am attaching a screenshot.
Hello again @lumillao
Thank you for clarifying. I just tried the lab, and it seems to be working properly. I guess the underlying reason for your issue is that, in cell 2.1.1, you didn’t define the ACCOUNT_ID
variable properly. You should copy the account ID from the AWS console without the hyphens. In other words, ACCOUNT_ID
should consist of numeric characters only.
If you keep getting the same error, please compare other parts of your code with the solution provided to you to see if there are any other parts that don’t match.
I’m trying to figure out how or where I can go to report a similar issue, but more like an issue that occurs when I’m trying to launch the Jupyter notebook in Cloud9.
Hello @nanernaner
Please, try deleting your cloud9 environment and creating a new one. Also, please make sure to choose the correct VPC and subnet.
Thanks, the same was happening to me and, of course, it was the hyphens.