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 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, 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-namemy-endpoint\ --new-db-proxy-endpoint-namenew-endpoint-name
For Windows:
aws rds modify-db-proxy-endpoint ^ --db-proxy-endpoint-namemy-endpoint^ --new-db-proxy-endpoint-namenew-endpoint-name
To modify a proxy endpoint, use the RDS API ModifyDBProxyEndpoint operation.