From a0d5e7872bf434b1f93a0b122b053da32f8b48c9 Mon Sep 17 00:00:00 2001 From: Shikha Maheshwari Date: Wed, 15 Oct 2025 12:10:34 +0530 Subject: [PATCH 1/3] Create DA-doc.md --- solutions/docs/DA-doc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 solutions/docs/DA-doc.md diff --git a/solutions/docs/DA-doc.md b/solutions/docs/DA-doc.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/solutions/docs/DA-doc.md @@ -0,0 +1 @@ + From f26d250f6aab1f1e4e70bfb95c7ec485d741ef38 Mon Sep 17 00:00:00 2001 From: Shikha Maheshwari Date: Wed, 15 Oct 2025 12:42:02 +0530 Subject: [PATCH 2/3] Update DA-doc.md --- solutions/docs/DA-doc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/solutions/docs/DA-doc.md b/solutions/docs/DA-doc.md index 8b13789..7fb0bc7 100644 --- a/solutions/docs/DA-doc.md +++ b/solutions/docs/DA-doc.md @@ -1 +1,13 @@ +## 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. It creates a fully customizable Virtual Private Cloud (VPC) environment in a single region.| +|Fully configurable (Integrated setup with configurable services)|Ideal for users who seek flexibility to provide a dependable foundation. It grants complete control over architecture parameters, featuring optimized defaults that facilitate a fully functional Virtual Private Cloud (VPC) environment along with 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.| + From 5a1f10b900e43463480c896723a8971867e4c6d0 Mon Sep 17 00:00:00 2001 From: Shikha Maheshwari Date: Thu, 16 Oct 2025 13:13:57 +0530 Subject: [PATCH 3/3] Update DA-doc.md --- solutions/docs/DA-doc.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/solutions/docs/DA-doc.md b/solutions/docs/DA-doc.md index 7fb0bc7..2c1a51c 100644 --- a/solutions/docs/DA-doc.md +++ b/solutions/docs/DA-doc.md @@ -6,8 +6,10 @@ You can deploy this architecture that uses various ways of configurations and th |Type of variation | Best suited for | |---------------|-------| -|QuickStart (Basic and simple)|Ideal for rapid deployment for demonstration and development purposes without extensive configuration. It creates a fully customizable Virtual Private Cloud (VPC) environment in a single region.| -|Fully configurable (Integrated setup with configurable services)|Ideal for users who seek flexibility to provide a dependable foundation. It grants complete control over architecture parameters, featuring optimized defaults that facilitate a fully functional Virtual Private Cloud (VPC) environment along with seamless integration of IBM Cloud services, eliminating the need for manual configuration.| +|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.