mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Add note about switching aws profiles.
Signed-off-by: Anton Ilin <anton@ilin.dn.ua>
This commit is contained in:
parent
4d10def14f
commit
d9dcd0b626
@ -51,6 +51,13 @@ Getting started on AWS EC2
|
|||||||
2. Install and configure [AWS Command Line Interface](http://aws.amazon.com/cli)
|
2. Install and configure [AWS Command Line Interface](http://aws.amazon.com/cli)
|
||||||
3. You need an AWS [instance profile and role](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html) with EC2 full access.
|
3. You need an AWS [instance profile and role](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html) with EC2 full access.
|
||||||
|
|
||||||
|
NOTE: This script use the 'default' AWS profile by default.
|
||||||
|
You may explicitly set AWS profile to use using the `AWS_DEFAULT_PROFILE` environment variable:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export AWS_DEFAULT_PROFILE=myawsprofile
|
||||||
|
```
|
||||||
|
|
||||||
## Cluster turnup
|
## Cluster turnup
|
||||||
|
|
||||||
### Supported procedure: `get-kube`
|
### Supported procedure: `get-kube`
|
||||||
|
Loading…
Reference in New Issue
Block a user