Tempus
Overview
What is this project about?
ICS' Role
What is ICS' role in this project?
Development
Storage
- Need to provision storage in RIS to store this data
- Pull data from S3 into RIS storage
- Provide mapping table in data lake
S3 Data Access
Credentials
The aws_access_key_id
and aws_secret_access_key
can be found in the wusm-prod-kv
under the tempus-aws-access-key-id
and tempus-aws-secret-access-key
respectively.
Please these into a crenditals file in the ~/.aws-tempus
folder using this format:
[default]
aws_access_key_id=<value from key vault>
aws_secret_access_key=<value from key vault>
Then you can run the following docker command to test your connection:
docker run -ti -v ~/.aws-tempus:/root/.aws amazon/aws-cli s3 ls s3://tm-prov-washu-clinical --recursive --human-readable --summarize