Skip to content

Commit

Permalink
Update Setting up AWS Private Link.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishdpi authored Feb 11, 2024
1 parent cde808f commit 2ef6266
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In addition to switching the SkySQL service to the `privateconnect` endpoint m
4. Click the "Create Endpoint" button.
5. Fill in the name to help you to identify it. (This is optional.)
6. Set the Service category to "Other endpoint services".
7. The value for the "Service name" field must be set to the value of the `endpoint_service` that was queried from the SkySQL DBaaS API (as detailed earlier).
7. The value for the "Service name" field must be set to the value of the "Fully Qualified Domain Name" in the "Connect" window from SkySQL portal.
8. Click "Verify service". AWS should find the service and auto-populate the rest of the form.
9. In the VPC search field, find the VPC that you want to use for the interconnect between the clients and the SkySQL service.
10. In the Subnets section, it is suggested that you select all the Availability Zones in the list, entering the proper subnet ID for each one. If you are unsure, view the details of your running instances to see the Subnet ID that they have configured.
Expand Down Expand Up @@ -325,4 +325,4 @@ To disable AWS PrivateLink via the SkySQL Terraform provider:
]
```
2. Execute the `[terraform apply` command](https://developer.hashicorp.com/terraform/cli/commands/apply):
2. Execute the `[terraform apply` command](https://developer.hashicorp.com/terraform/cli/commands/apply):

0 comments on commit 2ef6266

Please sign in to comment.