Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions solutions/docs/DA-doc.md
Original file line number Diff line number Diff line change
@@ -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.