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: content/en/docs/connect_manage_environ/add_environments.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,41 @@ Provide basic details about the environment:
44
44
45
45
Click **Next** to continue.
46
46
47
+
### (Conditional) Complete the agent configuration
48
+
49
+
For environment types that support hosted agents — including **AWS Bedrock AgentCore**, AWS API Gateway, Apigee X, Azure API Gateway, and others — an **Agent Configuration** step appears after the environment profile. This step is skipped for Manual and Custom/SDK environments.
50
+
51
+
#### Amazon Bedrock AgentCore
52
+
53
+
When you select **AWS Bedrock AgentCore** as the environment type, configure the following.
54
+
55
+
**Agent type** - Choose how the agent is hosted:
56
+
57
+
***Remotely Hosted** - You deploy and manage the agent on your own infrastructure.
58
+
***Embedded (SaaS)** - Axway hosts and manages the agent for you. If you choose Embedded, configure the following sections:
59
+
60
+
***AWS credentials**:
61
+
* **AWS Region** - The AWS region where your Amazon Bedrock AgentCore resources are deployed (for example, `us-east-1`).
62
+
* **Authentication type** - Choose how the agent authenticates to AWS:
63
+
* **Assume Role**
64
+
* **Access Key ID & Secret Access Key**
65
+
66
+
***AgentCore Gateway settings**:
67
+
***Log Group Prefix** - Optional Log group prefix for vendored logs.
68
+
***Enable IAM Authentication** - If true, IAM authentication is enabled for requests.
69
+
70
+
***Cognito User Pools** - Configure one or more Amazon Cognito user pools that the agent uses for authentication:
71
+
***User Pool ID** - The Cognito user pool ID (for example, `us-east-1_aBcDeFgHi`).
72
+
***Region** - The AWS region where the user pool is hosted.
73
+
74
+
Click **+ Add User Pool** to add additional pools, or click the remove icon to delete a pool.
75
+
76
+
**Traceability agent (optional)** - Toggle on **Enable Traceability Agent** to collect API traffic and usage data from CloudWatch. When enabled, provide:
77
+
78
+
***Access Log ARN** - The ARN of the CloudWatch log group that receives API Gateway access logs.
79
+
80
+
Click **Next** to continue.
81
+
47
82
### (Optional) Credential preferences
48
83
49
84
You can control how credentials behave in this environment:
@@ -73,7 +108,7 @@ Click **Next**.
73
108
Enable compliance or security rules to apply to all APIs discovered in this environment.
74
109
75
110
* Choose from existing design/security rulesets or upload custom ones under *Topology > Compliance Profiles*.
76
-
111
+
77
112
Amplify Engage includes an embedded Spectral linting server that provides real-time compliance checks along with visualizations of the results.
78
113
79
114
### Access rights
@@ -108,7 +143,7 @@ To edit an environment:
108
143
109
144

110
145
111
-
4. You can edit:
146
+
4. You can edit:
112
147
***Environment Profile** – Name, production flag, governance type, description, image, and configuration (AWS, Apigee X, GitHub, etc.).
113
148
***Compliance Profile** – Default design or security rules.
114
149
***Credential Preferences** – Expiration and visibility rules for newly created credentials.
0 commit comments