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:38] 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 15: Line 20:
 \\  \\ 
 \\  \\ 
-{{ :terraform_002.jpg?600 |}} +IAM is <color #ed1c24>I</color>dentity and <color #ed1c24>A</color>ccess <color #ed1c24>M</color>anagement. 
-{{ :terraform_002.jpg?600 |}} +\\  
-{{ :terraform_002.jpg?600 |}} +\\  
-{{ :terraform_002.jpg?600 |}} +{{ :terraform_002.jpg?800 |}} 
-{{ :terraform_002.jpg?600 |}} +\\  
-{{ :terraform_002.jpg?600 |}} +You should now be at the IAM main page. 
-{{ :terraform_002.jpg?600 |}}+\\  
 +\\  
 +Select the down arrow to the right of "Delete your root access keys" 
 +\\  
 +\\  
 +{{ :terraform_003.jpg?800 |}} 
 +\\  
 +This will expand this section. 
 +\\  
 +\\  
 +Select "Manage Security Credentials" 
 +\\  
 +\\  
 +{{ :terraform_004.jpg?500 |}} 
 +\\  
 +You will see a pop up with a warning. Select "Continue to Security Credentials" 
 +\\  
 +\\  
 +{{ :terraform_005.jpg?800 |}} 
 +\\  
 +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 |}} 
 +\\  
 +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 File" to save the details in a file on your computer. 
 +\\  
 +\\ 
create_the_access_key.1501875491.txt.gz · Last modified: 2023/03/09 22:35 (external edit)