User Tools

Site Tools


create_the_access_key

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
create_the_access_key [2017/08/04 20:44] walkeradmincreate_the_access_key [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 3: Line 3:
 \\  \\ 
 \\  \\ 
 +{{:terraform_logo.jpg?100|}}  |  {{:amazonwebservices_logo.svg.png?75|}}
 \\  \\ 
 +\\ 
 +
 +----
 +
 Before we can start our own Terraform Script, we need to create an access key in AWS. This key is used by Terraform to create the EC2 Instance on your own account, otherwise you would need to put login details in to each script, which is a really bad idea from a security perspective. Before we can start our own Terraform Script, we need to create an access key in AWS. This key is used by Terraform to create the EC2 Instance on your own account, otherwise you would need to put login details in to each script, which is a really bad idea from a security perspective.
 \\  \\ 
Line 34: Line 39:
 \\  \\ 
 \\  \\ 
-{{ :terraform_004.jpg?800 |}}+{{ :terraform_004.jpg?500 |}}
 \\  \\ 
-You will see a pop up with a warning.+You will see a pop up with a warning. Select "Continue to Security Credentials"
 \\  \\ 
 \\  \\ 
 {{ :terraform_005.jpg?800 |}} {{ :terraform_005.jpg?800 |}}
 \\  \\ 
-Select "Continue to Security Credentials"+Select the **+** to the left of "Access Keys (Access Key ID and Secret Access Key)"
 \\  \\ 
 \\  \\ 
-Select the **+** to the left of "Access Keys (Access Key ID and Secret Access Key)"+This will expand the "Access Keys (Access Key ID and Secret Access Key)" options.
 \\  \\ 
 \\  \\ 
 {{ :terraform_006.jpg?800 |}} {{ :terraform_006.jpg?800 |}}
 \\  \\ 
-This will expand the "Access Keys (Access Key ID and Secret Access Key)options.+Select **Create New Access Key**. 
 +\\  
 +\\  
 +A Pop Up will appear. 
 +\\  
 +\\  
 +{{ :terraform_007.jpg?500 |}} 
 +\\  
 +Select "Show Access Key
 +\\  
 +\\  
 +This will display your Key details. 
 +\\  
 +\\  
 +{{ :terraform_008.jpg?500 |}} 
 +\\  
 +You MUST save these details, if you lose them you will have to create a new set, and add these key values to your script, replacing the lost details. 
 +\\  
 +Select "Download Key Fileto save the details in a file on your computer.
 \\  \\ 
 \\  \\ 
-Select **Create New Access Key**. 
-{{ :terraform_007.jpg?800 |}} 
-{{ :terraform_008.jpg?800 |}} 
create_the_access_key.1501875841.txt.gz · Last modified: 2023/03/09 22:35 (external edit)