Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/pages/database-access/guides/rds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ This guide will help you to:

- AWS account with RDS and Aurora databases and permissions to create and attach
IAM policies.
<Admonition type="warning" title="IAM authentication">
Your RDS and Aurora databases must have password and IAM authentication
enabled.

If IAM authentication is not enabled on the target RDS and Aurora databases,
the Database Service will attempt to enable IAM authentication by modifying
them using respective APIs.
</Admonition>
- A host, e.g., an EC2 instance, where you will run the Teleport Database
Service.
- (!docs/pages/includes/tctl.mdx!)
Expand Down Expand Up @@ -82,6 +90,13 @@ Service access to AWS credentials.

(!docs/pages/includes/database-access/aws-bootstrap.mdx!)

<Admonition type="note">
Teleport uses `rds:ModifyDBInstance` and `rds:ModifyDBCluster` to automatically
enable IAM authentication on the RDS instance and the Aurora cluster,
respectively. You can omit these permissions if IAM authentication is already
enabled.
</Admonition>

## Step 4/6. Start the Database Service

(!docs/pages/includes/start-teleport.mdx service="the Database Service"!)
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/database-access/reference/aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ policies for each discovery type are shown below.
</Tabs>

<Admonition type="note">
Teleport uses `rds:ModifyDBInstance` and `rds:DescribeDBClusters` to
Teleport uses `rds:ModifyDBInstance` and `rds:ModifyDBCluster` to
automatically enable [IAM
authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html)
on the RDS instance and the Aurora cluster, respectively. You can omit these
Expand Down