Working with VPC endpoints
This page was generated from content adapted from the AWS Developer Guide
Create VPC endpoints
Note When you create a
codeartifact.repositories
endpoint, you must create a private DNS hostname using the--private-dns-enabled
option. However, because multiple private DNS hostnames are not currently supported for thecodeartifact.api
andcodeartifact.repositories
endpoints, use the--no-private-dns-enabled
option forcodeartifact.api
. If you can't or do not want to create a private DNS hostname when you create thecodeartifact.repositories
endpoint, you must follow an extra configuration step to use your package manager with CodeArtifact from a VPC. See Use thecodeartifact.repositories
endpoint without private DNS for more information.
Last updated