Skip to main content
Version: 1.17

Preparation

This section guides you through preparing your system for the installation of Access Decision Service (ADS).

Setup the Axiomatics AWS CLI account

First, you need to setup your AWS account as Access Decision Service (ADS) is downloaded through the AWS CLI.

If not already installed:

  1. Follow the instructions in the AWS CLI Installation GuideOpens in a new tab.
  2. Configure your AWS CLI account with the provided Access key ID and Secret access key using aws configure, as detailed hereOpens in a new tab.

Download ADS installation files

Once your AWS CLI account is ready, you can proceed with downloading the necessary installation files for ADS.

ADS is a Java application that comes preconfigured for easier deployment and can be installed in one of the following ways:

  • JAR

    Download a .jar file containing all the preconfigured files for the JAR deployment.

  • Kubernetes

    Download a .zip distribution file containing a preconfigured Docker-based installation

According to your deployment, execute the following command in your terminal:

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/access-decision-service/access-decision-service/1.17.0/access-decision-service-1.17.0.jar access-decision-service-1.17.0.jar

This command will save the .jar file to your computer.