Skip to content

Commit

Permalink
[Karpenter Workshop] Update AWS Event instructions to use Workshop St…
Browse files Browse the repository at this point in the history
…udio (#258)

* Upgrade EKS and Karpenter versions

* Reduced the steps to install Karpenter

* Fixed problems with Karpenter setup

* Added the Cloud9 IAM role to the cluster permissions

* Removed the console credentials page for Karpenter

* Added the commands to update Golang

* Updated to use the main eksctl template

* Fixed problems with Golang setup

* Fixed the reference to the eksctl template

* Updated Karpenter version

* Removed the sentence of NTH in Karpenter workshop

* Updated to Karpenter v0.29.2

* Update the AWS event instructions in the Karpenter workshop
  • Loading branch information
chrismld authored Aug 9, 2023
1 parent f2b9bb1 commit 174e1ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions content/karpenter/010_prerequisites/at_an_aws_validaterole.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hidden: true

The output assumed-role name should contain:
```
TeamRole
WSParticipantRole
```

#### VALID
Expand All @@ -15,7 +15,7 @@ If the _Arn_ contains the role name from above and an Instance ID, you may proce
```output
{
"Account": "123456789012",
"UserId": "AROA1SAMPLEAWSIAMROLE:i-01234567890abcdef",
"Arn": "arn:aws:sts::216876048363:assumed-role/TeamRole/i-0dd09eac19be01448"
"UserId": "AROA1SAMPLEAWSIAMROLE:Participant",
"Arn": "arn:aws:sts::123456789012:assumed-role/WSParticipantRole/Participant"
}
```
14 changes: 8 additions & 6 deletions content/karpenter/010_prerequisites/aws_event.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ are running the workshop on your own, go to: [Start the workshop on your own]({{

### Login to the AWS Workshop Portal

If you are at an AWS event, an AWS account was created for you to use throughout the workshop. You will need the **Participant Hash** provided to you by the event's organizers.
If you are at an AWS event, an AWS account was created for you to use throughout the workshop. You will need the **Event access code** provided to you by the event's organizers.

1. Connect to the portal by browsing to [https://dashboard.eventengine.run/](https://dashboard.eventengine.run/).
2. Enter the Hash in the text box, and click **Proceed**
3. In the User Dashboard screen, click **AWS Console**
4. In the popup page, click **Open Console**
1. Connect to the portal by browsing to [Workshop Studio](https://catalog.us-east-1.prod.workshops.aws/workshops/f6b4587e-b8a5-4a43-be87-26bd85a70aba/en-US).
2. Sign in by clicking on the `Email one-time password (OTP)` button.
3. Enter your email address in the text box, and click **Send Passcode**. You should receive a passcode within 5 minutes. Enter the passcode in the text box, and click **Sign in***.
4. Enter the `Event access code` in the text box, and click **Next**
5. Review the `Terms and Conditions` and check the `I agree with the Terms and Conditions` box, and click **Join event**
6. In the left panel, click **Open AWS console**

You are now logged in to the AWS console in an account that was created for you, and will be available only throughout the workshop run time.

Expand All @@ -31,7 +33,7 @@ In the interest of time we have deployed everything required to run Karpenter fo

In this workshop, you'll need to reference the resources created by the CloudFormation stack.

1. On the [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation), select the stack name that starts with **mod-** in the list.
1. On the [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation), select the stack name **eks-spot-workshop-quickstart-cnf** in the list.

2. In the stack details pane, click the **Outputs** tab.

Expand Down

0 comments on commit 174e1ad

Please sign in to comment.