Skip to content

Instantly share code, notes, and snippets.

View edmiranda's full-sized avatar
👋
Hi!

Eduardo Miranda edmiranda

👋
Hi!
View GitHub Profile
@chrislovecnm
chrislovecnm / kops-admin.json
Last active October 3, 2017 15:36
Permissions Needed By a Kops Administrator - No VPC network perms included.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:AttachVolume",
"ec2:AuthorizeSecurityGroupEgress",
"ec2:AuthorizeSecurityGroupIngress",
"ec2:CreateSecurityGroup",
@chrislovecnm
chrislovecnm / iam-node.json
Created May 11, 2017 03:48
json IAM policy for kops kubernetes node
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances"
],
"Resource": [
"*"
@chrislovecnm
chrislovecnm / iam-master.json
Last active October 2, 2017 20:29
kubernetes master iam policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:AttachVolume",
"ec2:AuthorizeSecurityGroupIngress",
"ec2:CreateTags",
"ec2:CreateVolume",