Update Deploy-Kafka-Ui-from-AWS-markeplace.md

This commit is contained in:
Narekmat 2023-03-24 18:15:26 +04:00 committed by GitHub
parent 24bfd6f5ba
commit 9721b10ed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,5 +33,9 @@ https://aws.amazon.com/marketplace/pp/prodview-ogtt5hfhzkq6a
## Step 7: Access the Kafka UI
After the instance is launched, you can check its status on the EC2 dashboard. Once it's running, you can access the Kafka UI by copying the public DNS name or IP address provided by AWS. The default UI port is 8080.
## Step 8: Configure Kafka UI to Communicate with Brokers
If your broker deployed in aws then allow incoming from Kafka-ui ec2 by adding ingress rule in security group which is used for broker.
If your broker not in aws then be sure that your broker can handle requests from Kafka-ui ec2 ip address.
## That's it! You've successfully deployed the Kafka UI from AWS Marketplace.