mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* feat: Add AWS Operations Agent with AgentCore Runtime - Complete rewrite of AWS Operations Agent using Amazon Bedrock AgentCore - Added comprehensive deployment scripts for DIY and SDK runtime modes - Implemented OAuth2/PKCE authentication with Okta integration - Added MCP (Model Context Protocol) tool support for AWS service operations - Sanitized all sensitive information (account IDs, domains, client IDs) with placeholders - Added support for 17 AWS services: EC2, S3, Lambda, CloudFormation, IAM, RDS, CloudWatch, Cost Explorer, ECS, EKS, SNS, SQS, DynamoDB, Route53, API Gateway, SES, Bedrock, SageMaker - Includes chatbot client, gateway management scripts, and comprehensive testing - Ready for public GitHub with security-cleared configuration files Security: All sensitive values replaced with <YOUR_AWS_ACCOUNT_ID>, <YOUR_OKTA_DOMAIN>, <YOUR_OKTA_CLIENT_ID> placeholders * Update AWS Operations Agent architecture diagram --------- Co-authored-by: name <alias@amazon.com>
46 lines
786 B
YAML
46 lines
786 B
YAML
# Dynamic Configuration - Generated by deployment scripts
|
|
# This file is automatically populated during deployment and should not be manually edited
|
|
# All values will be replaced with actual deployment-specific information
|
|
|
|
client:
|
|
diy_runtime_endpoint: ''
|
|
sdk_runtime_endpoint: ''
|
|
|
|
gateway:
|
|
arn: ''
|
|
id: ''
|
|
status: ''
|
|
url: ''
|
|
|
|
mcp_lambda:
|
|
ecr_uri: ''
|
|
function_arn: ''
|
|
function_name: ''
|
|
gateway_execution_role_arn: ''
|
|
role_arn: ''
|
|
stack_name: ''
|
|
|
|
memory:
|
|
created_at: ''
|
|
description: ''
|
|
event_expiry_days: 90
|
|
id: ''
|
|
name: ''
|
|
region: ''
|
|
status: ''
|
|
|
|
oauth_provider:
|
|
provider_arn: ''
|
|
provider_name: ''
|
|
scopes: []
|
|
|
|
runtime:
|
|
diy_agent:
|
|
arn: ''
|
|
ecr_uri: ''
|
|
endpoint_arn: ''
|
|
sdk_agent:
|
|
arn: ''
|
|
ecr_uri: ''
|
|
endpoint_arn: ''
|