DevopsArtFactory / goployer

AWS Deployer with Go
https://goployer.dev
Apache License 2.0
72 stars 13 forks source link

Cannot find ami with name #114

Open GwonsooLee opened 3 years ago

GwonsooLee commented 3 years ago

Describe the bug Goployer cannot find the ami id with ami name.

To Reproduce Steps to reproduce the behavior:

  1. Deploy with --ami=<name of AMI>

Expected behavior Goployer should find the ami-id with the name

Additional context If there are more than one AMIs with the name provided in the account, then it should give the latest AMI ID.