You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7,24 +7,101 @@ This guide covers how to deploy, build, publish, and test the GenAI Intelligent
7
7
8
8
## Deployment Options
9
9
10
+
The GenAI IDP Accelerator can be deployed using either the AWS CloudFormation console (recommended for first-time users) or the IDP CLI (recommended for automation and programmatic deployments).
11
+
10
12
### Administrator Access Requirements
11
13
12
14
**Important**: Deploying the GenAI IDP Accelerator requires administrator access to your AWS account. However, for organizations that want to enable non-administrator users to deploy and manage IDP stacks, we provide an optional CloudFormation service role approach:
13
15
14
16
-**For Administrators**: Use the deployment options below with your existing administrator privileges
15
17
-**For Delegated Access**: See [iam-roles/cloudformation-management/README.md](../iam-roles/cloudformation-management/README.md) for instructions on provisioning a CloudFormation service role that allows non-administrator users to deploy and maintain IDP stacks without requiring administrator permissions
1. Choose your region and click the Launch Stack button:
18
22
23
+
| Region name | Region code | Launch |
24
+
| ----------- | ----------- | ------ |
25
+
| US West (Oregon) | us-west-2 |[](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
19
26
| US East (N.Virginia) | us-east-1 |[](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
20
27
21
-
3. Review the template parameters and provide values as needed
22
-
4. Check the acknowledgment box and click **Create stack**
23
-
5. Wait for the stack to reach the `CREATE_COMPLETE` state
28
+
2. Review the template parameters and provide values as needed
29
+
3. Check the acknowledgment box and click **Create stack**
30
+
4. Wait for the stack to reach the `CREATE_COMPLETE` state (10-15 minutes)
24
31
25
32
> **Note**: When the stack is deploying for the first time, it will send an email with a temporary password to the address specified in the AdminEmail parameter. You will need to use this temporary password to log into the UI and set a permanent password.
26
33
27
-
## Option 2: Build Deployment Assets from Source Code
34
+
---
35
+
36
+
### Option 2: CLI-Based Deployment (Recommended for Automation)
37
+
38
+
For programmatic deployment, updates, and batch processing, use the IDP CLI.
0 commit comments