Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Queries regarding Saviynt Connect 2.0 setup on AWS from shared AMI

krunalkadam
New Contributor III
New Contributor III

Hi,

We are recommending the SC2.0 setup using AWS shared AMI to our client. However, we have a few queries which are not clearly provided in the documentation. 

1. Does the AWS AMI shared by Saviynt will have the monitoring solution already setup?

2. Do we need to setup log rotation and boot initialization after receiving the AWS shared AMI?

Documentation link for SC2.0: https://docs.saviyntcloud.com/bundle/Saviynt-Connect-20-Resources/page/Content/Saviynt-Connect-20-Cl...

Please let me know if any further information is needed.

Regards,

Krunal Kadam

#SC2.0 #SaviyntConnect2.0

1 REPLY 1

RakeshMG
Saviynt Employee
Saviynt Employee

1. Does the AWS AMI shared by Saviynt will have the monitoring solution already setup?

No, this needs to be setup while performing initial steps.

Please refer to following document : https://docs-be.saviyntcloud.com/bundle/Saviynt-Connect-20-Resources/page/Content/Resources/Attachme...

 

2. Do we need to setup log rotation and boot initialization after receiving the AWS shared AMI?

The mentioned script needs to be executed after receiving the AWS shared AMI:

sudo vi /etc/logrotate.d/<filename>
/etc/openvpn/logs/openvpn.log {
missingok
copytruncate
rotate 5
compress
notifempty
size 1024M
daily
create 0600 root root
}


​Regards

Rakesh M Goudar