-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS docs cleanup and alignment to new creds
- Loading branch information
1 parent
815b4cc
commit d8d2b92
Showing
4 changed files
with
116 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
# Prepare the AWS infrastructure provider | ||
# AWS infrastructure provider | ||
|
||
## Software prerequisites | ||
The AWS Infrastructure provider within 2A provides for several deployment | ||
options these include: | ||
|
||
1. `kubectl` CLI installed locally. | ||
2. `clusterawsadm` CLI installed locally. | ||
Current: | ||
|
||
## Configure AWS IAM | ||
- Colocated Control Plane and Worker | ||
- Hosted Control Plane | ||
|
||
Follow the AWS IAM [setup guide](cloudformation.md#aws-iam-setup). | ||
Planned or in Progress: | ||
|
||
- EKS Deployments | ||
|
||
Prior to being able to deploy a cluster to AWS you need to setup the | ||
AWS IAM policies and prepare the cluster credentials. | ||
|
||
## Prerequisites | ||
|
||
1. Adminstrative user in AWS with right to create IAM users and policies | ||
2. `kubectl` CLI installed locally | ||
3. `clusterawsadm` CLI installed locally | ||
|
||
## Configure AWS IAM | ||
|
||
Start here and follow the AWS IAM [setup guide](cloudformation.md#aws-iam-setup). | ||
|
||
## AWS cluster parameters | ||
|
||
Follow the [AWS Cluster Parameters guide](cluster-parameters.md#aws-cluster-parameters). | ||
To configure more cluster parameters follow the [AWS Cluster Parameters guide](cluster-parameters.md#aws-cluster-parameters). |