mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-29 02:02:06 -04:00
fix grammar in docs
This commit is contained in:
parent
23567aad6f
commit
d07a2dda7d
1 changed files with 2 additions and 2 deletions
|
|
@ -177,9 +177,9 @@ for Packer to work:
|
|||
}]
|
||||
}
|
||||
```
|
||||
### Notes to pay for a spot instance to create the AMI
|
||||
|
||||
You need to add two more actions: `ec2:RequestSpotInstances` and `ec2:CancelSpotInstanceRequests`
|
||||
Note that if you'd like to create a spot instance, you must also add
|
||||
`ec2:RequestSpotInstances` and `ec2:CancelSpotInstanceRequests`
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue