Modifying a proxy endpoint
To modify your proxy endpoints, follow these instructions:
To modify one or more proxy endpoints
-
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
In the navigation pane, choose Proxies.
-
In the list, choose the proxy whose endpoint you want to modify. Click the proxy name to view its
-
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.
-
On the proxy details page, under the Proxy endpoints section, choose Edit. Or, on the proxy endpoint details page, for Actions, choose Edit.
-
Change the values of the parameters that you want to modify.
-
Choose Save changes.
To modify a proxy endpoint, use the AWS CLI modify-db-proxy-endpoint command with the following required parameters:
-
--db-proxy-endpoint-name
Specify changes to the endpoint properties by using one or more of the following parameters:
-
--new-db-proxy-endpoint-name
-
--vpc-security-group-ids
. Separate the security group IDs with spaces.
The following example renames the my-endpoint
proxy endpoint to
new-endpoint-name
.
Example
For Linux, macOS, or Unix:
aws rds modify-db-proxy-endpoint \ --db-proxy-endpoint-name
my-endpoint
\ --new-db-proxy-endpoint-namenew-endpoint-name
For Windows:
aws rds modify-db-proxy-endpoint ^ --db-proxy-endpoint-name
my-endpoint
^ --new-db-proxy-endpoint-namenew-endpoint-name
To modify a proxy endpoint, use the RDS API ModifyDBProxyEndpoint operation.