Can Pega Cloud connect to customer managed Amazon FSx?
Hi All!
My project uses PegaCloud. We are currently migrating our old system to Pega. The application being implemented requires the use of customer-managed Amazon FSx to store attachments.
Older systems store attachments in Amazon FSx, and are implemented so that attached files can be referenced from other systems as well. This implementation is required even after migration with Pega. (Changing the mechanism will also require major modifications to systems other than Pega)
In the case currently being implemented, there is a business requirement to attach video files of 300 MB or more, and it is not realistic to deploy the content of files such as API to Clipboard because it is expected that out-of-memory will occur. Therefore, I thought that by registering Amazon FSx as the File System in the Repository rule, I could attach files without having to extract them to Clipboard.
What settings should I perform in order for PegaCloud and customer-managed Amazon FSx to work together? I tried building a PrivateLink between PegaCloud and the customer's AWS VPC, but the target resource path could not be recognized from the Repository rule.
The version I am currently using is Pega 8.6.6.
Any information that can help is welcome. thank you!