Overview
This is a repackaged software product wherein additional charges apply for the installation and configuration of apache kafka which is a distributed data store optimized for ingesting and processing streaming data in real-time. It is primarily used to build real-time streaming data pipelines and applications that adapt to the data streams. It combines messaging, storage, and stream processing to allow storage and analysis of both historical and real-time data. It uses a partitioned log model, which combines messaging queue and publish subscribe approaches. It uses binary protocol over TCP.
Highlights
- Open-source distributed event streaming platform for High-Performance Data Pipelines, Analytics Streaming and Data Integration
- Based on commit log that allows user to subscribe and publish data on multiple system or real-time applications faster
- Processes streams of records in real time
Details
Typical total price
$0.103/hour
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.02 | $0.006 | $0.026 |
t2.micro AWS Free Tier | $0.02 | $0.012 | $0.032 |
t2.small | $0.02 | $0.023 | $0.043 |
t2.medium | $0.02 | $0.046 | $0.066 |
t2.large | $0.02 | $0.093 | $0.113 |
t2.xlarge | $0.02 | $0.186 | $0.206 |
t2.2xlarge | $0.02 | $0.371 | $0.391 |
t3.nano | $0.02 | $0.005 | $0.025 |
t3.micro AWS Free Tier | $0.02 | $0.01 | $0.03 |
t3.small | $0.02 | $0.021 | $0.041 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
We do not currently support refunds, but you can cancel at anytime
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
AMI with Ubuntu 22.04 Operating System, Apache Kafka
Additional details
Usage instructions
-
Enable Ports on Instance Enable the ports 2181 and 9092 port on the instance
-
Start the Apache Kafka Server Perform the below steps to enable the Apache Kafka on the server: sudo systemctl start kafka sudo systemctl start zookeeper
then, go to the following path: cd /usr/local/kafka
-
Open new terminal and run the below command to process the producer in Apache Kafka, bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic testTopic bin/kafka-topics.sh --list --bootstrap-server localhost:2181
-
Open another terminal on the same path and run the below command to process the consumer in Apache Kafka bin/kafka-console-producer.sh --broker-list localhost:9092 --topic testTopic bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic testTopic --from-beginning
For Detailed instructions please visit: https://www.aws.ioanyt.com/post/apache-streampipes-server-package-by-ioanyt-innovations-ubuntu22-04
Resources
Vendor resources
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.