Installing the PingIntelligence AWS policy tool
Download and install the PingIntelligence Amazon Web Services (AWS) policy tool.
About this task
To download and install the PingIntelligence policy tool:
Steps
-
Download the PingIntelligence policy tool to the
/optdirectory. -
Complete the following steps to untar the policy tool:
-
At the command prompt, enter the following command to untar the policy tool file:
tar –zxvf <filename>
Example:
tar –zxvf pi-aws-4.0.tar.gz
-
To verify that the tool successfully installed, enter the
lscommand at the command prompt. This should list thepingidentitydirectory and the build.tgzfile.The following table lists the directories.
Directory Description binContains the following scripts:
-
deploy.sh: The script to deploy the PingIntelligence policy -
undeploy.sh: The script to undeploy the PingIntelligence policy -
status.sh: Reports the deployment status of the identity and access management (IAM) role and Lambda function
libjarfiles and various dependencies. Do not edit the contents of this directory.policyContains the request and response Lambda functions:
-
request_lambda.zip -
response_lambda.zip
configContains the
aws.propertiesfilelogsContains the log and status files
-
-