17 lines
374 B
Markdown
17 lines
374 B
Markdown
# AWS Authentication
|
|
|
|
To authenticate with AWS, the simplest thing you need is an access key.
|
|
|
|
1. Go to the IAM section of the AWS console
|
|
|
|

|
|
|
|
2. Head over to manage access keys and create a new access key
|
|
|
|

|
|
|
|
The needed values are:
|
|
|
|
* AWS_ACCESS_KEY -> the Access key ID
|
|
* AWS_SECRET_KEY -> it's value
|