| # VPC Endpoints (AWS PrivateLink) | |
| Use AWS PrivateLink to create a private connection between your VPC and AWS DevOps Agent without using an internet gateway. | |
| ## VPC endpoint service names | |
| | Category | Endpoint suffix | | |
| | --- | --- | | |
| | Control Plane API Actions | aidevops | | |
| | Runtime Operations | aidevops-dataplane | | |
| | Webhook Events | event-ai | | |
| ## Create an interface endpoint | |
| Service names: | |
| + com.amazonaws.{region}.aidevops | |
| + com.amazonaws.{region}.aidevops-dataplane | |
| + com.amazonaws.{region}.event-ai | |
| Enable Private DNS Name for default Regional DNS: | |
| + cp.aidevops.{region}.api.aws | |
| + dp.aidevops.{region}.api.aws | |
| + event-ai.{region}.api.aws | |
| ## Endpoint policy | |
| Attach custom endpoint policies to control access from your VPC to AWS DevOps Agent. | |