Skip to content

Commit 9df5f6d

Browse files
committed
Updates
1 parent 4df798b commit 9df5f6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vpc_endpoint_policies/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Example data access patterns:
205205
* [AWS owned repositories for Amazon SageMaker pre-built Docker container images](https://docs.aws.amazon.com/sagemaker/latest/dg-ecr-paths/sagemaker-algo-docker-registry-paths.html):
206206
* In the policy example, replace `<ecr-account-id>` with the 12-digit account ID of the AWS account that hosts the private registry. These are the first 12 digits of the respective registry from the table on the [Amazon SageMaker Documentation](https://docs.aws.amazon.com/sagemaker/latest/dg-ecr-paths/sagemaker-algo-docker-registry-paths.html). Note the 12-digit account ID may be different for each AWS region, and there is a seperate page for each AWS region.
207207

208-
* *Amazon Elastic Compute Cloud (Amazon EC2).* You can use [Amazon owned AMIs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html) to launch instances and is necessary to replace the EBS-backed root volume of the instance with a new one. Note that `ec2:Owner` condition key value is set to `amazon` is for all AMIs owned by Amazon, or certain trusted and verified partners.
208+
* *Amazon Elastic Compute Cloud (Amazon EC2).* [Amazon owned AMIs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html) are images that provide the software that is required to set up and boot an Amazon EC2 instance.Your EC2 VPC endpoint policy must allow your principals to access the EC2 images to be able to launch instances and replace the EBS-backed root volume of the instance with a new one.
209209

210210
* [Amazon EC2 Images](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ExamplePolicies_EC2.html#iam-example-runinstances-ami):
211211

@@ -252,7 +252,7 @@ Example data access patterns:
252252
* `arn:aws:s3:::aws-neptune-notebook-<region>`
253253
* `arn:aws:s3:::aws-neptune-notebook-<region>/*`
254254

255-
* *AWS-managed prefix lists.* AWS-managed EC2 prefix lists are sets of IP ranges for AWS services, maintained by AWS. They simplify referencing service IPs when configuring security groups and other VPC network controls. The API call is made using your principal and passes through the EC2 VPC endpoint.
255+
* *AWS-managed prefix lists.* AWS-managed EC2 prefix lists are sets of IP ranges for AWS services, maintained by AWS. They simplify referencing service IPs when configuring security groups and other VPC network controls. The API call is made by your principals to access AWS-managed prefixes might pass through the EC2 VPC endpoint.
256256

257257
* [AWS managed prefix lists](https://docs.aws.amazon.com/vpc/latest/userguide/working-with-aws-managed-prefix-lists.html)
258258

0 commit comments

Comments
 (0)