Skip to content

Commit

Permalink
Merge pull request #8936 from eltociear/patch-2
Browse files Browse the repository at this point in the history
docs: update create-vpc-endpoint.rst
  • Loading branch information
kdaily authored Jan 17, 2025
2 parents b28c582 + ad9abea commit 0b073c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awscli/examples/ec2/create-vpc-endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For more information, see `Creating an interface endpoint <https://docs.aws.amaz

**Example 3: To create a Gateway Load Balancer endpoint**

The following ``create-vpc-endpoint`` example creates a Gateway Load Balancer endpoint between VPC ``vpc-111122223333aabbc`` and and a service that is configured using a Gateway Load Balancer. ::
The following ``create-vpc-endpoint`` example creates a Gateway Load Balancer endpoint between VPC ``vpc-111122223333aabbc`` and a service that is configured using a Gateway Load Balancer. ::

aws ec2 create-vpc-endpoint \
--service-name com.amazonaws.vpce.us-east-1.vpce-svc-123123a1c43abc123 \
Expand Down Expand Up @@ -115,4 +115,4 @@ Output::
}
}

For more information, see `Gateway Load Balancer endpoints <https://docs.aws.amazon.com/vpc/latest/privatelink/vpce-gateway-load-balancer.html>`__ in the *User Guide for AWSPrivateLink*.
For more information, see `Gateway Load Balancer endpoints <https://docs.aws.amazon.com/vpc/latest/privatelink/vpce-gateway-load-balancer.html>`__ in the *User Guide for AWSPrivateLink*.

0 comments on commit 0b073c0

Please sign in to comment.