Fix incorrect sample URL in aws-ec2 docs

This commit is contained in:
Jeff Mitchell 2017-02-04 19:27:35 -05:00
parent ebea1b7de8
commit 487a96fa17

View File

@ -319,7 +319,7 @@ pkcs7=MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAaCAJIAEggGmew
#### Enable AWS EC2 authentication in Vault.
```
curl -X POST -H "x-vault-token:123" "http://127.0.0.1:8200/v1/sys/auth/aws" -d '{"type":"aws-ec2"}'
curl -X POST -H "x-vault-token:123" "http://127.0.0.1:8200/v1/sys/auth/aws-ec2" -d '{"type":"aws-ec2"}'
```
#### Configure the credentials required to make AWS API calls.