Archives and log files are stored in Elastic File System (EFS). This topic
describes how to access them for troubleshooting, monitoring, etc.
Procedure
Launch an EC2 instance. While
launching the EC2 instance, under Configure Instance
Details, in the Network field, select the
VPC in which you have deployed Proficy Historian for AWS. In addition, in the
Subnet field, select the public subnet of the
VPC.
Note down the path to the .pem key file and the public IP address or DNS of
the EC2 instance.
In the list of EC2 instances, select the check box corresponding to the one
that you have created.
In the Select security groups field, select the EKS
cluster that you have created while deploying Proficy Historian for AWS, select
Add security group, and then select
Save.
CAUTION: Do not remove any security group.
From the machine using which you want to access archive files, run the
following command to connect to the EC2 instance:
ssh -i <path to your .pem key file> ec2-user@<public IP/DNS of the EC2 instance>
Create a directory in the EC2 instance.
Access the AWS console.
Select EFS, and then select the EFS instance that
contains the EKS cluster name.
Select Attach.
Copy the value in the Using the NFS client field.
Paste the value in the EC2 instance terminal.
Access the directory that you have created in step 6.
The directory contains a folder named historian, which contains the
archives and log files.