Image Builder是否支持在一个私有VPC子网中构建和测试镜像,而无需访问互联网?

0

【以下的问题经过翻译处理】 大家好,我试图在一个VPC的没有互联网连接的私有子网中设置一个 Image Builder Pipeline。但是失败了,出现了“Unable to bootstrap TOE”的 报错消息。在文档中搜索了一下,发现 TOE 安装需要与互联网地址建立HTTPS连接。

是否有人成功在私有子网中运行过镜像构建器?我启用了“VPC网络接口”,以便我的VPC可以通过私有连接与镜像构建器、SSM、S3和Cloudwatch通信。但没有找到配置内网连接 TOE 安装地址的方式。

profile picture
EXPERT
asked 5 months ago39 views
1 Answer
0

【以下的回答经过翻译处理】 TOE 安装地址本质上是一个S3存储桶。因此,需要做的是创建 S3 的 VPC Endpoint。如下文章介绍了创建S3 VPC Endpoint的步骤,可供参考(您可以跳过存储桶策略步骤)。

https://aws.amazon.com/premiumsupport/knowledge-center/s3-private-connection-no-authentication/

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions