Create EMR Cluster with No Public IP Addresses

夙愿已清 提交于 2019-12-12 15:04:03

问题


I wish to create an EMR cluster where none of the instances are assigned a public IP address for security reasons. I have been able to launch the cluster in my VPC, and using my own custom security group, but for some reason all the nodes are assigned a public IP address by default.

I cant find anything in the EMR CLI documentation about how to disable this: http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-cli-commands.html

Any ideas? Is there some EMR specific reason why the instances MUST have a public IP?


回答1:


Currently EIPs are needed to access S3 through the Internet Gateway, see: http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-vpc-subnet.html

Completely private clusters are not yet supported.




回答2:


EMR now supports cluster in private subnet. Reference: https://blogs.aws.amazon.com/bigdata/post/Tx349CL210VDYQF/Securely-Access-Web-Interfaces-on-Amazon-EMR-Launched-in-a-Private-Subnet



来源:https://stackoverflow.com/questions/22947177/create-emr-cluster-with-no-public-ip-addresses

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