forked from aws-samples/eks-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updating instructions for EE * updating hugo package * adding template files * updating with syntax output * fixing role name * updating role/account language * adding tabbed interface for iam related instructions * updating bucket insructions * fixing cleanup instructions * disable spot chapter * disable cicd/codepipeline chapter * fixing role example * reordering ssh to follow setting the default region * clarifying role matching
- Loading branch information
Showing
35 changed files
with
629 additions
and
701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
################################################# | ||
# EKSCTL Config for EKSworkshop.com | ||
# The eksctl config format is still young. | ||
# Work in progress here: https://github.com/weaveworks/eksctl/issues/508 | ||
# For more examples, see: https://github.com/weaveworks/eksctl/blob/master/examples | ||
################################################# | ||
|
||
apiVersion: eksctl.io/v1alpha4 | ||
kind: ClusterConfig | ||
metadata: | ||
name: eksworkshop-eksctl | ||
region: ${AWS_REGION} | ||
|
||
#vpc: | ||
# securityGroup: "sg-0f2ae54eb340e8191" | ||
# sharedNodeSecurityGroup: "sg-02a47cee779b317a7" | ||
# subnets: | ||
# Private: | ||
# eu-north-1c: | ||
# id: "subnet-065fe8f12d0910d06" | ||
# cidr: "10.1.128.0/19" | ||
# eu-north-1b: | ||
# id: "subnet-06ebc3649c1321fc5" | ||
# cidr: "10.1.96.0/19" | ||
|
||
iam: | ||
serviceRoleARN: "arn:aws:iam::${ACCOUNT_ID}:role/eks-workshop-service-role" | ||
|
||
nodeGroups: | ||
- name: eksworkshop-ng1 | ||
desiredCapacity: 3 | ||
# instanceType: m5.large | ||
# privateNetworking: true | ||
# securityGroups: | ||
# withShared: true | ||
# withLocal: false | ||
# attachIDs: [sg-0b85ff315ea644478] | ||
iam: | ||
instanceProfileARN: "arn:aws:iam::${ACCOUNT_ID}:instance-profile/eks-workshop-nodegroup" | ||
instanceRoleARN: "arn:aws:iam::${ACCOUNT_ID}:role/eks-workshop-nodegroup" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.