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
- Sign in to the AWS Management Console and open the Amazon RDS console athttps://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 details page.
- 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, chooseEdit. Or, on the proxy endpoint details page, for Actions, chooseEdit.
- Change the values of the parameters that you want to modify.
- Choose Save changes.
To modify a proxy endpoint, use the AWS CLImodify-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 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.