Cloud Storage Buckets
The RCKMS platform is dependent upon cloud-platform storage mechanisms, such as AWS S3 or Google Cloud Storage, to store authored rules in the form of Knowledge Modules, reports generated by RRS, and the primary user interface, CAT.
At a minimum, two storage buckets are required:
A bucket for the CAT web application to be served from. This bucket should have cloud-platform feature flags for serving website content enabled, and can be put behind a CDN and WAF (e.g. Cloudflare, AWS CloudFront).
A bucket for system-generated artifacts, the contents of which can be created by the authoring environment workloads, and accessed by the reportability environment workloads.
In AIMS environments, three storage buckets are used:
A bucket for the CAT web application, configured with AWS CloudFront.
A bucket for the authoring environment, which stores report artifacts and Knowledge Modules.
A bucket for the reportability environment, which contains a one-way synchronized data state for read-only access to Knowledge Modules.
Last updated