By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
AMIs from Packer build
Verification
[ec2-user@ip-10-0-152-127 ~]$ ssh 10.0.12.51
#################################################################################
################################### AEROSPIKE ###################################
#################################################################################
Last login: Wed Sep 22 22:30:36 2021 from ip-10-0-152-127.us-west-2.compute.internal
The Aerospike database is a fast key-value datastore, or distributed hash table, that delivers predictable, sub-millisecond query response times. It also has the ability to scale to very large sizes while maintaining high speeds. Its code is engineered to match the characteristics of flash memory, as opposed to more traditional methods.
11 package(s) needed for security, out of 35 available
Run "sudo yum update" to apply all updates.
[ec2-user@ip-10-0-12-51 ~]$ asadm
Seed: [('127.0.0.1', 3000, None)]
Config_file: /home/ec2-user/.aerospike/astools.conf, /etc/aerospike/astools.conf
Aerospike Interactive Shell, version 2.2.0
Found 2 nodes
Online: 10.0.12.51:3000, 10.0.61.124:3000
Admin> summary
Cluster
=======
1. Server Version : E-5.6.0.13
2. OS Version : Amazon Linux 2 (4.14.243-185.433.amzn2.x86_64)
3. Cluster Size : 2
4. Devices : Total 0, per-node 0
5. Memory : Total 16.000 GB, 0.00% used (0.000 B), 100.00% available (16.000 GB)
6. Disk : Total 0.000 B, 0.00% used (0.000 B), 0.00% available contiguous space (0.000 B)
7. Usage (Unique Data): None
8. Active Namespaces : 0 of 2
9. Features :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Namespaces~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Namespace|~~~Devices~~~~|~~~~~~~~Memory~~~~~~~|~~~~~~~~~Disk~~~~~~~~|Replication| Master|~~~~~~Usage~~~~~~~
|Total|Per-Node| Total|Used%|Avail%| Total|Used%|Avail%| Factors|Objects|~~(Unique-Data)~~~
| | | | | | | | | | |In-Memory| On-Disk
bar | 0| 0|8.000 GB| 0| 100|0.000 B | 0| 0| 2|0.000 | 0.000 B |0.000 B
test | 0| 0|8.000 GB| 0| 100|0.000 B | 0| 0| 2|0.000 | 0.000 B |0.000 B
Number of rows: 2
Admin> exit
[ec2-user@ip-10-0-12-51 ~]$ aql --version
Aerospike Query Client
Version 5.2.0
C Client Version 5.2.0
Copyright 2012-2020 Aerospike. All rights reserved.
[ec2-user@ip-10-0-12-51 ~]$ asadm --version
Aerospike Administration Shell
Version 2.2.0
[ec2-user@ip-10-0-12-51 ~]$ ls
aerospike-amazon_linux.tgz aerospike-server-enterprise-5.6.0.13-el7 typescript
[ec2-user@ip-10-0-12-51 ~]$ cd aerospike-server-enterprise-5.6.0.13-el7/
[ec2-user@ip-10-0-12-51 aerospike-server-enterprise-5.6.0.13-el7]$ ls
aerospike-server-enterprise-5.6.0.13-1.el7.x86_64.rpm aerospike-tools-5.2.0-1.el7.x86_64.rpm asinstall dep-check LICENSE SHA256SUMS
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
AMIs from Packer build
Verification