Posted in: AWS EMR上搭建HBase环境
AWS EMR 使用Instance Profile 限制 S3 访问权限
AWS EMR 可以指定 EC2 instance profile 来限制 EMR 节点中的程序的权限.
注意: 这里说的是 EC2 instance profile, 不是 EMR role, 这两个容易混淆. 但可以肯定的是:
如果想限制在 EMR 集群中的 EC2 节点上运行的程序的 AWS 相关资源的权限, 应该使用 EC2 instance profile
EC2 instance profile
而今天遇到这样一个需求: 一个 EMR 集群需要仅仅开放对 hive 的 test 数据库的读写...