OrcinusWhale/HackerU-DevOps-Project — reverse-engineered prompt
Reverse engineered prompt
Build me a complete DevOps final project that shows an event driven data pipeline on AWS.
I want Terraform to create the cloud setup, including EC2 machines running k3s, IAM, security groups, S3, API Gateway, and Lambda. The app should let me send products, orders, and suppliers data either through API Gateway or by uploading JSON files to S3. Both paths should pass the data into Kafka through a small REST bridge running in Kubernetes, then consumer services should read the Kafka topics and store everything in Elasticsearch.
I also want Kibana available so I can import a dashboard and see the data, including order analytics and a world map style view. Please include sample JSON data, a simple data generator if useful, clear Terraform variables for region, key pair, IP allowlist, and instance sizes, plus outputs for the public URLs. Add a README that explains how to deploy, test, load data, open Kibana, and destroy everything when finished.
Want more depth? Deep Reverse