Overview
This is a repackaged open source software product wherein additional charges apply for support and maintenance by AskforCloud LLC.
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
Kafka combines three key capabilities so you can implement your use cases for event streaming end-to-end with a single battle-tested solution:
- To publish (write) and subscribe to (read) streams of events, including continuous import/export of your data from other systems.
- To store streams of events durably and reliably for as long as you want.
- To process streams of events as they occur or retrospectively. And all this functionality is provided in a distributed, highly scalable, elastic, fault-tolerant, and secure manner. Kafka is a distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol.
Disclaimer : This Virtual machine offer contains free and open source software. All the softwares, trademarks used in the Virtual machine offer are the exclusive property of their respective owners. Askforcloud LLC does not offer commercial license of the product mentioned above. Apache Kafka, Kafka, and the Kafka logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. The software licensed under the Apache License 2.0.
Highlights
- Kafka combines key capabilities so you can implement your use cases for event streaming end-to-end with a single battle-tested solution.
- Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
Details
Typical total price
$0.193/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.006 | $0.006 | $0.012 |
t2.micro AWS Free Tier | $0.006 | $0.012 | $0.018 |
t2.small | $0.01 | $0.023 | $0.033 |
t2.medium | $0.06 | $0.046 | $0.106 |
t2.large Recommended | $0.10 | $0.093 | $0.193 |
t2.xlarge | $0.10 | $0.186 | $0.286 |
t2.2xlarge | $0.10 | $0.371 | $0.471 |
t3.nano | $0.006 | $0.005 | $0.011 |
t3.micro AWS Free Tier | $0.006 | $0.01 | $0.016 |
t3.small | $0.01 | $0.021 | $0.031 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
For this offer, Askforcloud LLC does not offer refund, 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
NA
Additional details
Usage instructions
Connect to EC2 Linux instance - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstances.html ( Port - 22 and Username - ubuntu)
Apache Kafka - Use the following steps:
-
Kafka Server Port : 9092
-
Please follow document - https://kafka.apache.org/documentation/#quickstart_startserver
-
Start Kafka Environment: Run the following commands in order to start all services in the correct order - sudo systemctl start zookeeper sudo systemctl start kafka
-
Create a Topic in Kafka by running command - cd /usr/local/kafka bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092 bin/kafka-topics.sh --describe --topic quickstart-events --bootstrap-server localhost:9092
-
Write events into Topic - Run the console producer client to write a few events into your topic: bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server localhost:9092
-
Read the events - run the console consumer client to read the events created: bin/kafka-console-consumer.sh --topic quickstart-events --from-beginning --bootstrap-server localhost:9092
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.