소스 검색

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

Narekmat 2 년 전
부모
커밋
9721b10ed2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Deploy-Kafka-Ui-from-AWS-markeplace.md

+ 4 - 0
Deploy-Kafka-Ui-from-AWS-markeplace.md

@@ -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.