Skip to content

Repository files navigation

cdk-missing-interface-endpoint

AWS CDKで未対応なInterface Endpoint一覧作成ツール

us-east-1リージョンに対するInterface VPC Endpoint一覧表示CLIを実行し、CDKコードと比較した結果をまとめています。

aws ec2 describe-vpc-endpoint-services --filters Name=service-type,Values=Interface Name=owner,Values=amazon --region us-east-1 --query ServiceNames

結果はmissing-services.jsonにまとめられています。

"cassandra", "cassandra-fips"は誤検知。(port443以外非対応)

"dsql-fnh4"はリージョン固有のsuffixが付いたEndpointなのでCDKでのpublic staticなファクトリーメソッドとしては追加不可

参考リンク: aws/aws-cdk#34487 (comment)

About

AWS CDKで未対応なInterface Endpoint一覧作成ツール

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages