Skip to content

Commit a326e76

Browse files
authored
updates for workshop ami and requirements (#73)
* updated cloudformation and workshop ami * updated workshop requirements * removed exclamation marks * fixed copy/paste typo * linted cloudformation * updated amis for new versions
1 parent ce63124 commit a326e76

File tree

5 files changed

+245
-203
lines changed

5 files changed

+245
-203
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ interactive workshop in the **[AWS Workshop Studio](https://catalog.workshops.aw
1515

1616
## Requirements
1717

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

2422
## Table of Contents
2523

content/10-introduction/11-workshop-overview/index.en.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,37 @@ weight: 11
1414
- Importing a EKS Cluster using the Rancher Multi-Cluster Manager
1515
- Kubernetes and Cluster Management Best Practices with AWS and Rancher
1616

17-
## Requirements:
17+
## Requirements
18+
19+
- Basic Knowledge of Kubernetes and Containers.
20+
- Basic Knowledge of AWS and Cloud Infrastructure.
21+
- (Helpful) Basic Knowledge of Rancher, RKE2, EKS, and Cloud9.
22+
23+
<details>
24+
<summary>For Workshops at AWS Events</summary>
25+
26+
::::expand{header="For Workshops at AWS Events"}
27+
28+
- No additional requirements.
29+
30+
::::
31+
32+
</details>
33+
34+
<details>
35+
<summary>For Use Outside AWS Events</summary>
36+
37+
::::expand{header="For Use Outside AWS Events"}
1838

19-
- Basic Knowledge of Kubernetes and AWS Infrastructure.
2039
- AWS Account - If you don't have one, it's easy and free to [create one now](https://aws.amazon.com/)!
2140
- AWS Account with the ability to deploy into _us-east-1_.
2241
- AWS Account IAM Role with _elevated privileges_ to interact with AWS Services.
2342
- AWS Service Quota with at least 1 VPC, 56 vCPUs, 220 GiB Memory, and 1750 Gi of Storage.
43+
- _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).
44+
45+
::::
2446

25-
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).
47+
</details>
2648

2749
## Workshop Expected Duration
2850

content/index.en.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,35 @@ Learn how to easily deploy and manage Kubernetes with Rancher on the AWS Cloud!
1414

1515
## Requirements
1616

17-
- Basic Knowledge of Kubernetes and AWS Infrastructure.
17+
- Basic Knowledge of Kubernetes and Containers.
18+
- Basic Knowledge of AWS and Cloud Infrastructure.
19+
- (Helpful) Basic Knowledge of Rancher, RKE2, EKS, and Cloud9.
20+
21+
<details>
22+
<summary>For Workshops at AWS Events</summary>
23+
24+
::::expand{header="For Workshops at AWS Events"}
25+
26+
- No additional requirements.
27+
28+
::::
29+
30+
</details>
31+
32+
<details>
33+
<summary>For Use Outside AWS Events</summary>
34+
35+
::::expand{header="For Use Outside AWS Events"}
36+
1837
- AWS Account - If you don't have one, it's easy and free to [create one now](https://aws.amazon.com/)!
1938
- AWS Account with the ability to deploy into _us-east-1_.
2039
- AWS Account IAM Role with _elevated privileges_ to interact with AWS Services.
2140
- AWS Service Quota with at least 1 VPC, 56 vCPUs, 220 GiB Memory, and 1750 Gi of Storage.
41+
- _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).
42+
43+
::::
44+
45+
</details>
2246

2347
## Table of Contents
2448

0 commit comments

Comments
 (0)