Skip to content

Conversation

@maczac150
Copy link

Issue # (if applicable)

None

Reason for this change

AWS supports Interface VPC Endpoints for ACM and ACM-PCA,
but AWS CDK currently only supports acm-pca.
This change adds missing support for acm, acm-fips, and acm-pca-fips.

Description of changes

Add interface VPC endpoints

  • acm
  • acm-fips
  • acm-pca-fips

Describe any new or updated permissions being added

None

Description of how you validated changes

Executed AWS CLI

$ aws ec2 describe-vpc-endpoint-services --filters "Name=service-name,Values=*acm*" --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"
]

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team October 28, 2025 20:24
@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 labels Oct 28, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Features must contain a change to a README file.
❌ Features must contain a change to a test file.
❌ Features must contain a change to an integration test file and the resulting snapshot.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

@maczac150
Copy link
Author

I'm closing this pull request because some necessary code changes were missing.

@maczac150 maczac150 closed this Oct 28, 2025
@github-actions
Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants