-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
29 additions
and
4 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 +1,29 @@ | ||
--- | ||
title: Credentials | ||
description: Retrieving your aws credentials. | ||
--- | ||
--- | ||
|
||
To provision your aws resources you'll need to generate some credentials to put into your terraform configuration. | ||
|
||
Head over to the `IAM` dashboard in AWS. Click on the `Users` link on the sidebar. | ||
|
||
![IAM](../../../../assets/infrastructure/aws/user-iam.png) | ||
|
||
## Create User | ||
|
||
Click on the `Create user` button. | ||
|
||
![Create user](../../../../assets/infrastructure/aws/create-user.png) | ||
|
||
This will bring you to a form, type in a `User name`, and proceed to the next screen. | ||
|
||
### Attach Policy | ||
|
||
![Attach user policy](../../../../assets/infrastructure/aws/user-attach-policy.png) | ||
|
||
Click on the `Attach policies directly` option. Then search for `Admin` then select the `AdministratorAccess` and scroll down at hit `Next`. | ||
|
||
## Create Credential | ||
|
||
Next browse to the page of the user you just created. | ||
|