Skip to content

Instantly share code, notes, and snippets.

@jabbrwcky
Created January 26, 2022 15:31
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 jabbrwcky/fb19f9d171cd7273ccf28197c9b74673 to your computer and use it in GitHub Desktop.
Save jabbrwcky/fb19f9d171cd7273ccf28197c9b74673 to your computer and use it in GitHub Desktop.
pulumi:pulumi:Stack production-test
├─ eks:index:Cluster production
+ │ ├─ eks:index:ServiceRole production-instanceRole create
+ │ │ ├─ aws:iam:Role production-instanceRole-role create
+ │ │ ├─ aws:iam:RolePolicyAttachment production-instanceRole-e1b295bd create
+ │ │ ├─ aws:iam:RolePolicyAttachment production-instanceRole-03516f97 create
+ │ │ └─ aws:iam:RolePolicyAttachment production-instanceRole-3eb088f2 create
+ │ ├─ aws:eks:Cluster production-eksCluster create
+ │ ├─ aws:ec2:SecurityGroup production-nodeSecurityGroup create
+ │ ├─ pulumi:providers:kubernetes production-eks-k8s create
+ │ ├─ pulumi:providers:kubernetes production-provider create
+ │ ├─ kubernetes:core/v1:ConfigMap production-nodeAccess create
+ │ ├─ aws:ec2:SecurityGroupRule production-eksNodeClusterIngressRule create
+ │ ├─ aws:ec2:SecurityGroupRule production-eksExtApiServerClusterIngressRule create
+ │ ├─ aws:ec2:SecurityGroupRule production-eksClusterIngressRule create
+ │ ├─ eks:index:VpcCni production-vpc-cni create
+ │ ├─ aws:ec2:SecurityGroupRule production-eksNodeInternetEgressRule create
+ │ ├─ aws:ec2:SecurityGroupRule production-eksNodeIngressRule create
+ │ ├─ aws:iam:OpenIdConnectProvider production-oidcProvider create
+ │ ├─ aws:eks:NodeGroup StdWorker-1b create
+ │ ├─ aws:eks:NodeGroup StdWorker-1c create
+ │ └─ aws:eks:NodeGroup StdWorker-1a create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment