Modifying a proxy endpoint - Amazon Relational Database Service (original) (raw)

To modify your proxy endpoints, follow these instructions:

To modify one or more proxy endpoints
  1. Sign in to the AWS Management Console and open the Amazon RDS console athttps://console.aws.amazon.com/rds/.
  2. In the navigation pane, choose Proxies.
  3. In the list, choose the proxy whose endpoint you want to modify. Click the proxy name to view its details page.
  4. In the Proxy endpoints section, choose the endpoint that you want to modify. You can select it in the list, or click its name to view the details page.
  5. On the proxy details page, under the Proxy endpoints section, chooseEdit. Or, on the proxy endpoint details page, for Actions, chooseEdit.
  6. Change the values of the parameters that you want to modify.
  7. Choose Save changes.

To modify a proxy endpoint, use the AWS CLImodify-db-proxy-endpoint command with the following required parameters:

Specify changes to the endpoint properties by using one or more of the following parameters:

The following example renames the my-endpoint proxy endpoint tonew-endpoint-name.

Example

For Linux, macOS, or Unix:

aws rds modify-db-proxy-endpoint \
  --db-proxy-endpoint-name my-endpoint \
  --new-db-proxy-endpoint-name new-endpoint-name

For Windows:

aws rds modify-db-proxy-endpoint ^
  --db-proxy-endpoint-name my-endpoint ^
  --new-db-proxy-endpoint-name new-endpoint-name

To modify a proxy endpoint, use the RDS APIModifyDBProxyEndpoint operation.

Viewing proxy endpoints

Deleting a proxy endpoint

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.