我们使用IAM角色来维护机器.我们现在计划将s3安装到ec2实例并根据需要进行处理.我们一直在使用s3fs工具进行安装.
但这似乎与IAM角色无关.有没有办法让s3fs与IAM角色一起工作?有没有人这样做过?
提前致谢.
手册页中似乎有一个iam_role选项:
原文链接:/ubuntu/347583.htmliam_role (default is no role)
– set the IAM Role that will supply the credentials from the
instance Meta-data.
对源代码的粗略概述表明它将获得令牌并在它们到期时旋转……
另请参阅https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#instance-metadata-security-credentials,了解有关获取这些凭据,令牌等的详细信息