Skip to content

feat(ec2): add VPC interface endpoints for Cognito Identity#37302

Open
kawaaaas wants to merge 5 commits intoaws:mainfrom
kawaaaas:chore/cognito-identity-endpoint
Open

feat(ec2): add VPC interface endpoints for Cognito Identity#37302
kawaaaas wants to merge 5 commits intoaws:mainfrom
kawaaaas:chore/cognito-identity-endpoint

Conversation

@kawaaaas
Copy link
Copy Markdown

Issue # (if applicable)

None

Reason for this change

Cognito Identity supports interface VPC endpoints, but they are currently missing from the AWS CDK's InterfaceVpcEndpointAwsService.

Description of changes

Add interface VPC endpoints

  • COGNITO_IDENTITY
  • COGNITO_IDENTITY_FIPS

Describe any new or updated permissions being added

None

Description of how you validated changes

$ aws ec2 describe-vpc-endpoint-services --filters "Name=service-name,Values=*cognito-identity*" --region us-east-1 --query "ServiceNames[]"
[
    "com.amazonaws.us-east-1.cognito-identity",
    "com.amazonaws.us-east-1.cognito-identity-fips"
]

Checklist


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

@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 labels Mar 22, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team March 22, 2026 16:26
Copy link
Copy Markdown
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.

@badmintoncryer
Copy link
Copy Markdown
Contributor

Exemption request. We don't need any tests and documentation about this modification.

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants