Skip to content

Scylla on AWS i3.metal

Glauber Costa edited this page Jul 18, 2018 · 2 revisions

Scylla works well with i3.metal just fine, as discussed here.

However the official AMIs may not work at this point.

  • ScyllaDB 2.1 AMIs will not boot, and are discouraged at this time for use with i3.metal.
  • ScyllaDB 2.2 AMIs will boot, and the following extra steps are needed
  1. Replace the file /usr/lib/scylla/scylla-ami/scylla_create_devices with the most up-to-date version in our source tree:
curl -o /usr/lib/scylla/scylla-ami/scylla_create_devices https://raw.githubusercontent.com/scylladb/scylla-ami/36e85110ecba962b6ec137f2bc6a965434aafd7e/scylla_create_devices
  1. Restart the scylla-ami-setup service
sudo systemctl start scylla-ami-setup
  1. Restart the scylla process:
 sudo systemctl start scylla-server
  • ScyllaDB 2.3 AMIs will fully support i3.metal out of the box
Clone this wiki locally