diff --git a/solutions/docs/DA-doc.md b/solutions/docs/DA-doc.md new file mode 100644 index 0000000..2c1a51c --- /dev/null +++ b/solutions/docs/DA-doc.md @@ -0,0 +1,15 @@ +## Deployable Architectures + +The [deployable architectures](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-understand-module-da) are a preconfigured set of infrastructure as code (IaC) assets for deploying a architectural pattern that combines one or more cloud resources that is designed for easy deployment, scalability, and modularity. + +You can deploy this architecture that uses various ways of configurations and thus can be employed for various use-cases. The following table outlines these Variations and use-cases they can suffice. + +|Type of variation | Best suited for | +|---------------|-------| +|QuickStart (Basic and simple)|Ideal for rapid deployment for demonstration and development purposes without extensive configuration. Not certified and not intended for production use.| +|Fully configurable (Integrated setup with configurable services)|Ideal for users who want flexibility with a reliable starting point. It offers complete control over architecture parameters, featuring optimized defaults that facilitates the seamless integration of IBM Cloud services, eliminating the need for manual configuration.| +|Security enforced |Ideal for production workloads. It adheres to financial services compliance standards. It offers a validated configuration, which is designed to align with the IBM Cloud Framework for Financial Services, to help ensure all necessary regulatory requirements are met.| + +**Access the code** + +The Terraform code for this deployable architecture can be accessed [here](./..). You can use this code as a foundation to extend the deployable architecture or customize it as needed to suit your business requirements.