Hi, I am looking into deploying an Aerospike CE cluster on AWS EC2s and was wondering if there is an Aerospike AMI for a more recent version than the 4.2.0.10 that I see in AWS Marketplace.
Also, at the CFT GitHub page ( GitHub - aerospike/aws-cloudformation: AWS CloudFormation scripts related to Aerospike ) it mentions:
- Choose the Aerospike version you’d like to deploy.
However the actual json template (https://github.com/aerospike/aws-cloudformation/blob/aws/aerospike-existing-vpc.json) does not have a parameter for selecting Aerospike version at all. It simply uses the AMI which comes with 4.2.0.10 version.
Is there a way to use the CFT json and be able to get latest Aerospike CE version?
Thanks a lot!