Amazon Bedrock AgentCore Gateway를 Teleport에 연결
Teleport를 통한 접근을 위한 Amazon Bedrock AgentCore Gateway 설정
Teleport는 Teleport Application Service를 통해 MCP 서버에 대한 보안 액세스를 제공할 수 있습니다. 이 가이드에서는 다음을 수행합니다: MCP 서버가 액세스할 수 있도록 Amazon Bedrock AgentCore Gateway 서비스를 구성합니다. Amazon Bedrock AgentCore Gateway MCP Server를 실행합니다. MCP 서버를 Teleport 클러스터에 등록하고 연결합니다. 작동 방식 # Amazon Bedrock AgentCore Gateway는 Teleport를 인바운드 자격 증명 공급자로 신뢰하도록 구성됩니다. Teleport는 클라이언트 요청을 인증하고 AgentCore Gateway로 프록시하며, Gateway는 요청을 대상 MCP 서버로 전달합니다. 사전 요구사항 # 실행 중인 Teleport (v18.7.0 or higher) 클러스터. Teleport를 시작하려면 무료 체험판에 가입 하거나 데모 환경을 구성 하세요. `tsh` client. Installing \`tsh\` client Teleport 클러스터의 버전을 확인합니다. `tsh` client는 Teleport 클러스터 버전보다 최대 한 개의 메이저 버전까지만 뒤처질 수 있습니다. Proxy Service의 /v1/webapi/find 로 GET 요청을 보내고 JSON 쿼리 도구를 사용하여 클러스터 버전을 확인합니다. teleport.example.com:443 를 Teleport Proxy Service의 웹 주소로 바꿉니다: $ TELEPORT_DOMAIN=teleport.example.com:443 $ TELEPORT_VERSION="$(curl -s https://$TELEPORT_DOMAIN/v1/webapi/find | jq -r '.server_version')" 사용 중인 플랫폼에 대한 지침에 따라 `tsh` client를 설치합니다: Mac \`tsh\` client가 포함된, 서명된 Teleport macOS .pkg 설치 프로그램을 다운로드합니다: ```code $ curl -O https://cdn.teleport.dev/teleport-${TELEPORT_VERSION?}.pkg ``` Finder에서 `pkg` 파일을 더블 클릭하여 설치를 시작합니다. Warning Homebrew를 사용하여 Teleport를 설치하는 것은 지원되지 않습니다. Homebrew의 Teleport 패키지는 Teleport에서 유지 관리하지 않으므로 신뢰성이나 보안을 보장할 수 없습니다. Windows - Powershell ```code $ curl.exe -O https://cdn.teleport.dev/teleport-v${TELEPORT_VERSION?}-windows-amd64-bin.zip # Unzip the archive and move the \`tsh\` client to your %PATH% # NOTE: Do not place the \`tsh\` client in the Sys