Overview
Reading Center Integration for iAMD observational study. Integrate External Business Partner Reading Center to transmit the files into gCORE infrastructure in a secured and reliable manner.
Currently working with Grade Reading Center
Architecture
<!— image: image (from original wiki uploads) —>
- The reading center connects to our SFTP service configured using AWS Transfer and uploads data
- The data is saved to the
Reading Center Staging Bucket. - Upon the completed write operation, the Clam AV lambda scanner starts to scan the uploaded data for malware.
- If no malware is detected, an s3 sync is run to capture the latest data uploaded from the
Reading Center Staging Bucketto theReading Center Production Bucket. - In the event that malware is detected an SNS topic will be used to either email or slack ACE Infra admins.
- The
Reading Center Production Bucketis also being scanned for malware by the same lambda on any write operations to the bucket. In the event that malware is detected an SNS topic will be used to either email or slack ACE Infra admins.
**Any indication of malware will be treated as an incident with P0 priority.