I would like to run Memgraph on Amazon Linux. How can I install it? Are there prebuild packages specific for Amazon Linux?
For Amazon Linux you would probably need a working build for Fedora. Installation instructions can be found at https://memgraph.com/docs/memgraph/install-memgraph-from-rpm, and the RPM package can be dowloaded from https://memgraph.com/download/.
The install procedure is rather easy:
sudo yum --nogpgcheck localinstall /path-to/memgraph-<version>.rpm
systemctl start memgraph