InfoGrab Docs

Amazon MemoryDB를 이용한 데이터베이스 접근

Amazon MemoryDB와 Teleport 데이터베이스 접근을 구성하는 방법

Teleport can provide secure access to Amazon MemoryDB for Redis and Valkey via the Teleport Database Service . This allows for fine-grained access control through Teleport's RBAC . In this guide, you will: Configure your Amazon MemoryDB for Redis and Valkey database IAM 인증을 사용하여. Add the database to your Teleport cluster. Connect to the database via Teleport. 작동 원리 # The Teleport Database Service proxies traffic from users to Amazon MemoryDB for Redis and Valkey. Authentication between the Database Service and the Amazon MemoryDB database can take one of two forms: IAM authentication (preferred): The Teleport Database Service connects to the database using a short-lived AWS IAM authentication token. AWS IAM authentication is available for Amazon MemoryDB with engine version 7.0 or above. Managing users: The Teleport Database Service manages users in a access control list, rotates their passwords every 15 minutes, and saves these passwords in AWS Secrets Manager. The Database Service automatically sends an AUTH command with the saved password when connecting the client to the Amazon MemoryDB server. 자체 호스팅 Teleport Cloud This guide shows how to register a single Amazon MemoryDB with your Teleport cluster. For a more scalable approach, learn how to set up Database Auto-Discovery to automatically enroll all AWS databases in your infrastructure. 필수 조건 # A running Teleport cluster. If you want to get started with Teleport, sign up for a free trial or set up a demo environment . Th