1. Creating roles
Go to IAM then roles,
then "create role".
Select AWS_service as trusted entity type. Then Kinesis, and Kinesis Firehose under "Choose a Use Case". Click Next.
Grant this role S3FullAccess permission,
and name it firehoseDeliveryRole. Click create.
Let's look over our new role. Click firehoseDeliveryRole.
The trusted relationships tab describes entities able to wear the firehoseDeliveryRole hat.
The permissions tab looks similar to User permissions.
Now we're set to create the firehose stream!
In the next lesson, we'll create the stream and write to it! But first, let's review.
Let's practice our permissions!
2. Let's practice!