Kong / kong

🦍 The Cloud-Native API Gateway and AI Gateway.
https://konghq.com/install/
Apache License 2.0
39.38k stars 4.83k forks source link

AMI Marketplace image is badly configured and old( 0.10.3) #2847

Closed Vlaaaaaaad closed 7 years ago

Vlaaaaaaad commented 7 years ago

Summary

Kong in the AWS Marketplace AMI image is not configured and fails with default config. Also, Kong version is old( 0.10.3).

By default Kong tries to use a default config file which has database = postgress as default. The AMI image is delivered with Cassandra so adding a config file would be a great idea( the default with the database set to Cassandra).

Steps To Reproduce

  1. Go to launch EC2 instance, search for Kong and pick the only image found
  2. SSH into the machine, try to run kong
  3. Get error

Additional Details & Logs

shashiranjan84 commented 7 years ago

Kong v0.11.0 is sent to AWS for release. AMI is setup to start Kong with Cassandra during start up. If you trying to run it manually, you would also need to set the config explicitly through env variables of by updating Kong config.