packer-cn/website/content/docs/builders/amazon
kiddom-kq 824fe13bd5
Update index.mdx
While trying to get packer to:

1. Assume a role
2. use `auto` price for spot instances
2. Assign an instance profile to the provisioned instance, I hit this error:

```
The provided credentials do not have permission to create the service-linked role for EC2 Spot Instances.
```

Adding the `iam:CreateServiceLinkedRole` entitlement to the role that packer assumes was all I needed to do.
2021-02-26 12:15:15 -08:00
..
chroot.mdx Refactored SnapshotConfig 2021-02-19 10:58:03 +13:00
ebs.mdx Refactored SnapshotConfig 2021-02-19 10:58:03 +13:00
ebssurrogate.mdx Refactored SnapshotConfig 2021-02-19 10:58:03 +13:00
ebsvolume.mdx Removed Rouge refrence to AMI creation in volume builder 2021-02-19 10:58:03 +13:00
index.mdx Update index.mdx 2021-02-26 12:15:15 -08:00
instance.mdx Update HCL2 and JSON example for amazon builders (#10645) 2021-02-17 10:32:13 +01:00