You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the script to work fine by adding --ec2cert $EC2_AMITOOL_HOME/etc/ec2/amitools/cert-ec2-gov.pem to the ec2-bundle-image command (note that $EC2_AMITOOL_HOME by default is not set, so the cert path is /etc/ec2/amitools/cert-ec2-gov.pem). Patch is below. It would be cool if the script detected govcloud and added the required ec2cert parameter. Given that my /etc/ec2/amitools/ directory also includes a cert for cn-north-1 this might be required for Montreal region as well, but I don't see documentation to that effect.
There is a small change needed to support AWS Govcloud (and possibly Montreal region?). According to http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-ec2.html the bundles need a different cert to work successfully with ec2-bundle-image.
I got the script to work fine by adding --ec2cert $EC2_AMITOOL_HOME/etc/ec2/amitools/cert-ec2-gov.pem to the ec2-bundle-image command (note that $EC2_AMITOOL_HOME by default is not set, so the cert path is /etc/ec2/amitools/cert-ec2-gov.pem). Patch is below. It would be cool if the script detected govcloud and added the required ec2cert parameter. Given that my /etc/ec2/amitools/ directory also includes a cert for cn-north-1 this might be required for Montreal region as well, but I don't see documentation to that effect.
The text was updated successfully, but these errors were encountered: