docs/aws.md: change `...` to $(...) as backticks are deprecated

This commit is contained in:
Yi Qing Sim 2017-12-04 15:48:34 -05:00
parent 23319a0974
commit e78f9f54c8
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ aws configure # Use your new access and secret key here
aws iam list-users # you should see a list of all your IAM users here
# Because "aws configure" doesn't export these vars for kops to use, we export them now
export AWS_ACCESS_KEY_ID=`aws configure get aws_access_key_id`
export AWS_SECRET_ACCESS_KEY=`aws configure get aws_secret_access_key`
export AWS_ACCESS_KEY_ID=$(aws configure get aws_access_key_id)
export AWS_SECRET_ACCESS_KEY=$(aws configure get aws_secret_access_key)
```
## Configure DNS