-
Notifications
You must be signed in to change notification settings - Fork 10
Configuring SAS Viya AWS Quick Start for serverless functions
devakumaraswamy edited this page Dec 17, 2019
·
2 revisions
If you are deploying SAS Viya using the Quick Start templates, you must do the following to enable your lambda functions to access the Viya Server.
- Create a new EIP
- Attach it to the instance named SAS-Viya-stack for Viya Services.
- Set the ip address to the private ip for the stack. The AWS UI should give this as the only choice in the drop down.
- Note the value of this ip address for later use in step 4
- Note the security group for ProxySecurityGroup- This is already setup with the necessary rules.
In the vpc configuration of the serverless function use the following:
- For subnet use the private subnet that was created for your Viya Instance
- For security group use the ProxySecurityGroup you saved in Step 2.
Modify the secret you created earlier and set the VIYA_SERVER to https://the-ip-address-from-1c
Now you can deploy your lambda function and access the analytics in Viya.
.... Under construction...
-
restaf
-
restaflib
-
Examples:
- Cas Server
- Compute Server
- Scoring with MAS
- Scoring with CAS
- Utility
-
CAS Related Functions
-
MAS Related Functions
-
Compute Server Related Functions
-
Reports Related Functions
-
Interactive CLI
-
Special Topic