Skip to content

(aws-ec2): Support Textract VPC Endpoint Service #20586

@J11522

Description

@J11522

Describe the feature

Currently the InterfaceVpcEndpointAwsService doesn't support Textract.
It should support creating an endpoint service for both textract and textract-fips, similar to rekognition.

Use Case

We want to use a vpc endpoint service for textract, currently we have to manually create this.

Proposed Solution

Add

  public static readonly TEXTRACT = new InterfaceVpcEndpointAwsService('textract');
  public static readonly TEXTRACT_FIPS = new InterfaceVpcEndpointAwsService('textract-fips');

to https://github.com/aws/aws-cdk/blob/main/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.26.0

Environment details (OS name and version, etc.)

Mac

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-ec2Related to Amazon Elastic Compute Cloudeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions