Skip to content

Commit 9a7a86c

Browse files
author
Bob Strahan
committed
> Update GovCloud deployment documentation with accurate resource removal counts
1 parent f232d50 commit 9a7a86c

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

docs/govcloud-deployment.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,24 @@ aws cloudformation deploy \
7676

7777
The following services are automatically removed from the GovCloud template:
7878

79-
### Web UI Components (22 resources removed)
79+
### Web UI Components (11 resources removed)
8080

8181
- CloudFront distribution and origin access identity
8282
- WebUI S3 bucket and build pipeline
8383
- CodeBuild project for UI deployment
8484
- Security headers policy
8585

86-
### API Layer (20+ resources removed)
86+
### API Layer (136 resources removed)
8787

8888
- AppSync GraphQL API and schema
89-
- All GraphQL resolvers and data sources
90-
- 10+ Lambda resolver functions
89+
- All GraphQL resolvers and data sources (50+ resolvers)
90+
- Lambda resolver functions (20+ functions)
91+
- **Test Studio Resources (36 resources)**: All test management Lambda functions, AppSync resolvers, data sources, SQS queues, and supporting infrastructure added in v0.4.6
9192
- API authentication and authorization
93+
- Chat infrastructure (ChatMessagesTable, ChatSessionsTable)
94+
- Agent chat processors and resolvers
9295

93-
### Authentication (8 resources removed)
96+
### Authentication (14 resources removed)
9497

9598
- Cognito User Pool and Identity Pool
9699
- User pool client and domain
@@ -103,18 +106,23 @@ The following services are automatically removed from the GovCloud template:
103106
- IP set updater functions
104107
- CloudFront protection rules
105108

106-
### Analytics Features (8 resources removed)
109+
### Agent & Analytics Features (14 resources removed)
107110

108-
- Analytics processing functions
111+
- AgentTable and agent job tracking
112+
- Agent request handler and processor functions
113+
- **MCP/AgentCore Gateway Resources (7 resources)**: MCP integration components that depend on Cognito authentication (AgentCoreAnalyticsLambdaFunction, AgentCoreGatewayManagerFunction, AgentCoreGatewayExecutionRole, AgentCoreGateway, ExternalAppClient, and log groups)
114+
- External MCP agent credentials secret
109115
- Knowledge base query functions
110116
- Chat with document features
111117
- Text-to-SQL query capabilities
112118

113-
### HITL Support
119+
### HITL Support (11 resources removed)
114120

115121
- SageMaker A2I Human-in-the-Loop
116122
- Private workforce configuration
117123
- Human review workflows
124+
- A2I flow definition and human task UI
125+
- Cognito client for A2I integration
118126

119127
## Core Services Retained
120128

0 commit comments

Comments
 (0)