Schema registry will use Confluent open source schema registry project and it will be talking to MSK(Managed streaming Kafka) cluster. We need to have an Ec2 instance in the same VPC as your MSK cluster. This EC2 instance will have confluent schema registry installed on it. Once we have schema registry started on to the EC2 instance, Either you can use the kafka-avro-console-producer and kafka-avro-console-consumer script which is available with…