Commit 1cc503a
authored
chore(ec2): add interface vpc endpoints (#36236)
### Issue # (if applicable)
None
### Reason for this change
### Description of changes
Add some interface VPC endpoints.
- ACM
- ACM_FIPS
- ACM_PCA_FIPS
- BEDROCK_FIPS
- BEDROCK_RUNTIME_FIPS
- ECR_PUBLIC
- S3_VECTORS
### Describe any new or updated permissions being added
None
### Description of how you validated changes
```
aws ec2 describe-vpc-endpoint-services --filters Name=service-type,Values=Interface Name=owner,Values=amazon --region us-east-1 --query ServiceNames
"com.amazonaws.us-east-1.acm",
"com.amazonaws.us-east-1.acm-fips",
"com.amazonaws.us-east-1.acm-pca",
"com.amazonaws.us-east-1.acm-pca-fips"
"com.amazonaws.us-east-1.bedrock-fips",
"com.amazonaws.us-east-1.bedrock-runtime-fips",
"com.amazonaws.us-east-1.ecr-public.api",
"com.amazonaws.us-east-1.s3vectors",
```
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent df99407 commit 1cc503a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
406 | 407 | | |
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
410 | 411 | | |
| 412 | + | |
411 | 413 | | |
412 | 414 | | |
413 | 415 | | |
| |||
504 | 506 | | |
505 | 507 | | |
506 | 508 | | |
| 509 | + | |
507 | 510 | | |
508 | 511 | | |
509 | 512 | | |
| |||
702 | 705 | | |
703 | 706 | | |
704 | 707 | | |
| 708 | + | |
705 | 709 | | |
706 | 710 | | |
707 | 711 | | |
| |||
0 commit comments