-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to create an EBS optimized instance #740
Comments
Is there a public AMI I could use to reproduce this? |
I've been trying to do it with both Amazon (http://aws.amazon.com/amazon-linux-ami/) and Ubuntu (http://cloud-images.ubuntu.com/locator/ec2/) with the same results. I was hoping I could do something like use provisioned IOPs for the launch_block_device_mappings to speed up the package installation phase of my packer builds. |
You actually can do this using |
I believe this may have been closed by mistake: https://github.com/mitchellh/goamz/blob/master/ec2/ec2.go#L259 |
I didn't have time to dig into it earlier, but mitchellh/goamz#94 does indeed look like it adds to the goamz library what I was looking for. |
Every time I try to create a launch instance with a provisioned IOPS root, packer sits waiting while the EC2 console tells me the instance was terminated due to an invalid configuration.
AFAICT, using provisioned IOPS requires --ebs-optimized be set on the instance itself.
Am I missing something?
The text was updated successfully, but these errors were encountered: