what is the CIDR range for the AWS CodeBuild service?

不羁的心 提交于 2021-01-28 20:12:19

问题


In my codebuild project I want to connect to a private 3rd party service.

Which range of IPs should this service accept to allow CodeBuild to connect to it?


回答1:


According to the documentation, you can find the CIDR ranges from ip-ranges.json.

In case you want to get the CIDR ranges using code, refer to here.



来源:https://stackoverflow.com/questions/60921239/what-is-the-cidr-range-for-the-aws-codebuild-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!