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
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,9 @@ Please follow the steps below to deploy the Bedrock Proxy APIs into your AWS acc
77
77
Description: (Optional) Add a description of your secret
78
78
5. Click "Next" and review all your settings and click "Store"
79
79
80
+
After creation, you'll see your secret in the Secrets Manager console. Make note of the secret ARN.
81
+
82
+
80
83
**Step 2: Deploy the CloudFormation stack**
81
84
82
85
1. Sign in to AWS Management Console, switch to the region to deploy the CloudFormation Stack to.
@@ -88,11 +91,11 @@ Please follow the steps below to deploy the Bedrock Proxy APIs into your AWS acc
88
91
3. Click "Next".
89
92
4. On the "Specify stack details" page, provide the following information:
90
93
- Stack name: Change the stack name if needed.
91
-
-ApiKeySecretName: Enter the secret name you used for storing the API key (e.g., `BedrockProxyAPIKey`). Click "Next".
92
-
5. On the "Configure stack options" page, you can leave the default settings or customize them according to your needs.
93
-
6. Click "Next".
94
-
7. On the "Review" page, review the details of the stack you're about to create. Check the "I acknowledge that AWS CloudFormation might create IAM resources" checkbox at the bottom.
95
-
8. Click "Create stack".
94
+
-ApiKeySecretArn: Enter the secret ARN you used for storing the API key.
95
+
96
+
Click "Next".
97
+
5. On the "Configure stack options" page, you can leave the default settings or customize them according to your needs. Click "Next".
98
+
6. On the "Review" page, review the details of the stack you're about to create. Check the "I acknowledge that AWS CloudFormation might create IAM resources" checkbox at the bottom. Click "Create stack".
96
99
97
100
That is it! 🎉 Once deployed, click the CloudFormation stack and go to **Outputs** tab, you can find the API Base URL from `APIBaseUrl`, the value should look like `http://xxxx.xxx.elb.amazonaws.com/api/v1`.
0 commit comments