From the course: AWS Certified Machine Learning Engineer Associate (MLA-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Hands-on learning: Create a data stream

Hands-on learning: Create a data stream

- [Instructor] Hi. Before doing this lab, you should be aware that Kinesis data streams is another service that's not on the free tier. And while the cost is low, you will incur a charge in your account of under 2 cents per hour for using Kinesis data streams in the course of this lab. If you don't want to do the lab in your own account, that's fine, just follow along with what I'm doing. In this lesson, we'll create a Kinesis data stream using the console, and later we'll consume the data in the stream using a Lambda function. Okay, let's open the AWS console and go to Kinesis. Let's go ahead and create our data stream by clicking the Create Data Stream button. Let's give it a name. And by the way, these names are case sensitive. Remember what you're naming it. For the stream capacity, we can choose on demand or provisioned. Now, since we're not on the free tier and we want to keep this as inexpensive as possible, let's go with provisioned and choose one shard. And you can see that…

Contents