Created
November 9, 2017 08:38
-
-
Save bigwheel/f819d223eb114ec59351458466d8cab0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% AWS_DEFAULT_PROFILE=dev-shared-provisioning-script-deployer ./create_ami.sh | |
amazon-ebs output will be in this color. | |
==> amazon-ebs: Force Deregister flag found, skipping prevalidating AMI Name | |
==> amazon-ebs: No AMI was found matching filters: { | |
==> amazon-ebs: Filters: [ | |
==> amazon-ebs: { | |
==> amazon-ebs: Name: "root-device-type", | |
==> amazon-ebs: Values: ["ebs"] | |
==> amazon-ebs: }, | |
==> amazon-ebs: { | |
==> amazon-ebs: Name: "architecture", | |
==> amazon-ebs: Values: ["x86_64"] | |
==> amazon-ebs: }, | |
==> amazon-ebs: { | |
==> amazon-ebs: Name: "name", | |
==> amazon-ebs: Values: ["amzn-ami-hvm-*.0.20*-ebs,amzn-ami-hvm-*.1.20*-ebs,amzn-ami-hvm-*.2.20*-ebs,amzn-ami-hvm-*.3.20*-ebs,amzn-ami-hvm-*.4.20*-ebs,amzn-ami-hvm-*.5.20*-ebs,amzn-ami-hvm-*.6.20*-ebs,amzn-ami-hvm-*.7.20*-ebs,amzn-ami-hvm-*.8.20*-ebs,amzn-ami-hvm-*.9.20*-ebs"] | |
==> amazon-ebs: }, | |
==> amazon-ebs: { | |
==> amazon-ebs: Name: "virtualization-type", | |
==> amazon-ebs: Values: ["hvm"] | |
==> amazon-ebs: } | |
==> amazon-ebs: ] | |
==> amazon-ebs: } | |
Build 'amazon-ebs' errored: No AMI was found matching filters: { | |
Filters: [ | |
{ | |
Name: "root-device-type", | |
Values: ["ebs"] | |
}, | |
{ | |
Name: "architecture", | |
Values: ["x86_64"] | |
}, | |
{ | |
Name: "name", | |
Values: ["amzn-ami-hvm-*.0.20*-ebs,amzn-ami-hvm-*.1.20*-ebs,amzn-ami-hvm-*.2.20*-ebs,amzn-ami-hvm-*.3.20*-ebs,amzn-ami-hvm-*.4.20*-ebs,amzn-ami-hvm-*.5.20*-ebs,amzn-ami-hvm-*.6.20*-ebs,amzn-ami-hvm-*.7.20*-ebs,amzn-ami-hvm-*.8.20*-ebs,amzn-ami-hvm-*.9.20*-ebs"] | |
}, | |
{ | |
Name: "virtualization-type", | |
Values: ["hvm"] | |
} | |
] | |
} | |
==> Some builds didn't complete successfully and had errors: | |
--> amazon-ebs: No AMI was found matching filters: { | |
Filters: [ | |
{ | |
Name: "root-device-type", | |
Values: ["ebs"] | |
}, | |
{ | |
Name: "architecture", | |
Values: ["x86_64"] | |
}, | |
{ | |
Name: "name", | |
Values: ["amzn-ami-hvm-*.0.20*-ebs,amzn-ami-hvm-*.1.20*-ebs,amzn-ami-hvm-*.2.20*-ebs,amzn-ami-hvm-*.3.20*-ebs,amzn-ami-hvm-*.4.20*-ebs,amzn-ami-hvm-*.5.20*-ebs,amzn-ami-hvm-*.6.20*-ebs,amzn-ami-hvm-*.7.20*-ebs,amzn-ami-hvm-*.8.20*-ebs,amzn-ami-hvm-*.9.20*-ebs"] | |
}, | |
{ | |
Name: "virtualization-type", | |
Values: ["hvm"] | |
} | |
] | |
} | |
==> Builds finished but no artifacts were created. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment