File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ your AWS account through the AWS console:
1021021 . Fill in only one user name.
1031031 . Make sure that the ` Generate an access key for each user ` checkbox is checked and click ` Create ` .
1041041 . 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 ` .
1061061 . Click on the ` Close ` link to return to the IAM Users page.
1071071 . Click on the user that you created.
1081081 . Click on the ` Permissions ` tab.
@@ -118,7 +118,7 @@ your AWS account through the AWS console:
1181181 . Click the ` Create Key Pair ` button at the top of the page.
1191191 . When prompted for the key name, enter a name that can be easily referred to later, for example: ` bosh_keypair ` .
1201201 . 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
You can’t perform that action at this time.
0 commit comments