Skip to content

Instantly share code, notes, and snippets.

@TimHeckel
Last active August 29, 2015 14:17
Show Gist options
  • Save TimHeckel/d323d74e8a1f0d3c2517 to your computer and use it in GitHub Desktop.
Save TimHeckel/d323d74e8a1f0d3c2517 to your computer and use it in GitHub Desktop.

Revisions

  1. TimHeckel revised this gist Mar 20, 2015. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,9 @@
    ##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
  2. TimHeckel created this gist Mar 20, 2015.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ##Setting up kubernetes on AWS

    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