Skip to content

Commit 40a66a8

Browse files
committed
changed sub-bullets to numbers
1 parent d2d1e1b commit 40a66a8

File tree

1 file changed

+9
-9
lines changed
  • src/connections/destinations/catalog/amazon-kinesis-firehose

1 file changed

+9
-9
lines changed

src/connections/destinations/catalog/amazon-kinesis-firehose/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This document was last updated on February 05, 2020. If you notice any gaps, out
1212

1313
1. Create at least one Kinesis Firehose delivery stream. You can follow these [instructions](http://docs.aws.amazon.com/firehose/latest/dev/basic-create.html) to create a new delivery stream.
1414
2. Create an IAM policy.
15-
- Sign in to the [Identity and Access Management (IAM) console](https://console.aws.amazon.com/iam/).
16-
- Follow [these instructions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create-console.html#access_policies_create-json-editor) to create an IAM policy on the JSON to allow Segment permission to write to your Kinesis Firehose Stream.
15+
1. Sign in to the [Identity and Access Management (IAM) console](https://console.aws.amazon.com/iam/).
16+
2. Follow [these instructions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create-console.html#access_policies_create-json-editor) to create an IAM policy on the JSON to allow Segment permission to write to your Kinesis Firehose Stream.
1717
- Use the following template policy in the **Policy Document** field. Be sure to change the `{region}`, `{account-id}` and `{stream-name}` with the applicable values.
1818

1919

@@ -36,16 +36,16 @@ This document was last updated on February 05, 2020. If you notice any gaps, out
3636

3737

3838
3. Create an IAM role.
39-
- Follow [these instructions](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html#roles-creatingrole-user-console) to create an IAM role to allow Segment permission to write to your Kinesis Firehose Stream.
40-
- When prompted to enter an Account ID, enter `595280932656`.
41-
- Select the checkbox to enable **Require External ID**.
42-
- Enter your Segment Source ID as the **External ID**. This can be found in Segment by navigating to **Connections > Sources** and choosing the source you want to connect to your Kinesis Firehose destination. Click the **Settings** tab and choose **API Keys**.
39+
1. Follow [these instructions](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html#roles-creatingrole-user-console) to create an IAM role to allow Segment permission to write to your Kinesis Firehose Stream.
40+
2. When prompted to enter an Account ID, enter `595280932656`.
41+
3. Select the checkbox to enable **Require External ID**.
42+
4. Enter your Segment Source ID as the **External ID**. This can be found in Segment by navigating to **Connections > Sources** and choosing the source you want to connect to your Kinesis Firehose destination. Click the **Settings** tab and choose **API Keys**.
4343
- **Note:** If you have multiple sources using Kinesis, enter one of their source IDs here for now and then follow the procedure outlined in the [Multiple Sources](#best-practices) section at the bottom of this doc once you’ve completed this step and saved your IAM role.
44-
- When adding permissions to your new role, find the policy you created in step 2 and attach it.
44+
5. When adding permissions to your new role, find the policy you created in step 2 and attach it.
4545

4646
4. Create a new Kinesis Firehose Destination.
47-
- In the Segment source that you want to connect to your Kinesis Firehose destination, click **Add Destination**.
48-
- Search and select the **Amazon Kinesis Firehose** destination and enter details for [these settings options](#settings).
47+
1. In the Segment source that you want to connect to your Kinesis Firehose destination, click **Add Destination**.
48+
2. Search and select the **Amazon Kinesis Firehose** destination and enter details for [these settings options](#settings).
4949

5050
## Page
5151
Take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:

0 commit comments

Comments
 (0)