Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/aws/services/firehose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The supported APIs are available on our [API Coverage section](#api-coverage), w

## Getting started

This guide is designed for users new to Data Firehouse and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script.
This guide is designed for users new to Data Firehose and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script.

Start your LocalStack container using your preferred method.
We will demonstrate how to use Firehose to load Kinesis data into Elasticsearch with S3 Backup with the AWS CLI.
Expand Down Expand Up @@ -55,7 +55,7 @@ awslocal kinesis create-stream \
--shard-count 2
```

### Create a Firehouse delivery stream
### Create a Firehose delivery stream

You can now create the Firehose delivery stream.
In this configuration, Elasticsearch serves as the destination, while S3 serves as the repository for our AllDocuments backup.
Expand Down