Skip to content

Commit

Permalink
updates for workshop ami and requirements (#73)
Browse files Browse the repository at this point in the history
* updated cloudformation and workshop ami

* updated workshop requirements

* removed exclamation marks

* fixed copy/paste typo

* linted cloudformation

* updated amis for new versions
  • Loading branch information
zackbradys authored Nov 17, 2023
1 parent ce63124 commit a326e76
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 203 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ interactive workshop in the **[AWS Workshop Studio](https://catalog.workshops.aw

## Requirements

- Basic Knowledge of Kubernetes and AWS Infrastructure.
- AWS Account - If you don't have one, it's easy and free to [create one now](https://aws.amazon.com/)!
- AWS Account with the ability to deploy into _us-east-1_.
- AWS Account IAM Role with _elevated privileges_ to interact with AWS Services.
- AWS Service Quota with at least 1 VPC, 56 vCPUs, 220 GiB Memory, and 1750 Gi of Storage.
- Basic Knowledge of Kubernetes and Containers.
- Basic Knowledge of AWS and Cloud Infrastructure.
- (Helpful) Basic Knowledge of Rancher, RKE2, EKS, and Cloud9.

## Table of Contents

Expand Down
28 changes: 25 additions & 3 deletions content/10-introduction/11-workshop-overview/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,37 @@ weight: 11
- Importing a EKS Cluster using the Rancher Multi-Cluster Manager
- Kubernetes and Cluster Management Best Practices with AWS and Rancher

## Requirements:
## Requirements

- Basic Knowledge of Kubernetes and Containers.
- Basic Knowledge of AWS and Cloud Infrastructure.
- (Helpful) Basic Knowledge of Rancher, RKE2, EKS, and Cloud9.

<details>
<summary>For Workshops at AWS Events</summary>

::::expand{header="For Workshops at AWS Events"}

- No additional requirements.

::::

</details>

<details>
<summary>For Use Outside AWS Events</summary>

::::expand{header="For Use Outside AWS Events"}

- Basic Knowledge of Kubernetes and AWS Infrastructure.
- AWS Account - If you don't have one, it's easy and free to [create one now](https://aws.amazon.com/)!
- AWS Account with the ability to deploy into _us-east-1_.
- AWS Account IAM Role with _elevated privileges_ to interact with AWS Services.
- AWS Service Quota with at least 1 VPC, 56 vCPUs, 220 GiB Memory, and 1750 Gi of Storage.
- _Note:_ The `AdministratorAccess` managed policy in IAM provides sufficient permissions, although your organization may choose to use a custom policy with more restrictions. For more information, see [AWS managed policies for job functions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_job-functions.html).

::::

The `AdministratorAccess` managed policy in IAM provides sufficient permissions, although your organization may choose to use a custom policy with more restrictions. For more information, see [AWS managed policies for job functions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_job-functions.html).
</details>

## Workshop Expected Duration

Expand Down
26 changes: 25 additions & 1 deletion content/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,35 @@ Learn how to easily deploy and manage Kubernetes with Rancher on the AWS Cloud!

## Requirements

- Basic Knowledge of Kubernetes and AWS Infrastructure.
- Basic Knowledge of Kubernetes and Containers.
- Basic Knowledge of AWS and Cloud Infrastructure.
- (Helpful) Basic Knowledge of Rancher, RKE2, EKS, and Cloud9.

<details>
<summary>For Workshops at AWS Events</summary>

::::expand{header="For Workshops at AWS Events"}

- No additional requirements.

::::

</details>

<details>
<summary>For Use Outside AWS Events</summary>

::::expand{header="For Use Outside AWS Events"}

- AWS Account - If you don't have one, it's easy and free to [create one now](https://aws.amazon.com/)!
- AWS Account with the ability to deploy into _us-east-1_.
- AWS Account IAM Role with _elevated privileges_ to interact with AWS Services.
- AWS Service Quota with at least 1 VPC, 56 vCPUs, 220 GiB Memory, and 1750 Gi of Storage.
- _Note:_ The `AdministratorAccess` managed policy in IAM provides sufficient permissions, although your organization may choose to use a custom policy with more restrictions. For more information, see [AWS managed policies for job functions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_job-functions.html).

::::

</details>

## Table of Contents

Expand Down
Loading

0 comments on commit a326e76

Please sign in to comment.