从EC2实例创建镜像时,默认是私有的吗?

When create image from EC2 instance, is the default private?

我想从环境配置良好的 EC2 实例创建一个映像。在创建它之前,我想确保图像只能由我和有权访问同一 AWS 账户的团队成员查看

我没有找到指定创建的图像是私有图像还是 public 的地方。我的问题是创建图像时默认的可访问性是什么?还有我在哪里可以指定它。

您从 EC2 实例创建的 AMI 始终具有 Owned by Me 权限,默认情况下是私有的。

虽然文档没有明确说明这一点,here is one example:

After you create an AMI, you can keep it private so that only you can use it, or you can share it with a specified list of AWS accounts. You can also make your custom AMI public so that the community can use it.