The image id 'ami-rtyrty' does not exist (Fog::Compute::AWS::NotFound)



  • Specifically for the aws vagrant provider.

    In this case you run vagrant up, you have your Vagrantfile all setup with the AMI but it is not picking up the ami image you have in your Vagrantfile.

    The issue is if you have more than one set of AWS credentials, Vagrantfile needs to know which one to use.

    In your Vagrantfile if you add the profile, there's no mistaking where it is grabbing the credentials from.

    aws.aws_profile = nondefaultprofile


Log in to reply
 

© Lightnetics 2024