Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TimHeckel
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TimHeckel/d323d74e8a1f0d3c2517 to your computer and use it in GitHub Desktop.
Save TimHeckel/d323d74e8a1f0d3c2517 to your computer and use it in GitHub Desktop.
##Setting up kubernetes on AWS
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/aws.md
https://github.com/pires/kubernetes-elasticsearch-cluster
aws iam create-instance-profile --instance-profile-name kubernetes
create a role in AWS called kubernetes-role and add ec2-full-access
aws iam add-role-to-instance-profile --instance-profile-name kubernetes --role-name kubernetes-role
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment