Skip to content

Commit 1140f68

Browse files
committed
Merge pull request #154 from prysmakou/patch-1
Fix folder names in README.md
2 parents e8db72d + 10da5bd commit 1140f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/aws/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ your AWS account through the AWS console:
102102
1. Fill in only one user name.
103103
1. Make sure that the `Generate an access key for each user` checkbox is checked and click `Create`.
104104
1. Click `Download Credentials` at the bottom of the screen.
105-
1. Copy the downloaded `credentials.csv` file to `$DEPLOYMENTS_DIR`.
105+
1. Copy the downloaded `credentials.csv` file to `$DEPLOYMENT_DIR`.
106106
1. Click on the `Close` link to return to the IAM Users page.
107107
1. Click on the user that you created.
108108
1. Click on the `Permissions` tab.
@@ -118,7 +118,7 @@ your AWS account through the AWS console:
118118
1. Click the `Create Key Pair` button at the top of the page.
119119
1. When prompted for the key name, enter a name that can be easily referred to later, for example: `bosh_keypair`.
120120
1. Make the directory `$DEPLOYMENT_DIR/keypair` and move the downloaded `bosh_keypair.pem` key to `$DEPLOYMENT_DIR/keypair/id_rsa_bosh`.
121-
1. Change the permissions on the new key file to `600` (`rw-------`): `chmod 600 $DEPLOYMENTS_DIR/keypair/id_rsa_bosh`.
121+
1. Change the permissions on the new key file to `600` (`rw-------`): `chmod 600 $DEPLOYMENT_DIR/keypair/id_rsa_bosh`.
122122

123123

124124
#### Route 53 Hosted Zone

0 commit comments

Comments
 (0)