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
A change of EC2 image is not respected if an existing encrypted image already exists in your AWS account.
To Reproduce
Steps to reproduce the behavior:
Enable cloud_providers.ec2.encrypted
Deploy Algo on EC2 with default Ubuntu image (ubuntu-disco-19.04)
Change image to "ubuntu-bionic-18.04"
Deploy Algo on EC2 again
Expected behavior
The first Algo instance running Ubuntu 19.04, and the second one running Ubuntu 18.04. Instead you end up with two instances running 19.04.
Proposed solution
Tag the encrypted image with the source image's name (and owner?), and add that to the filter in the "Check if the encrypted image already exist" task.
The text was updated successfully, but these errors were encountered:
A change of EC2 image is not respected if an existing encrypted image already exists in your AWS account.
To Reproduce
Steps to reproduce the behavior:
cloud_providers.ec2.encrypted
Expected behavior
The first Algo instance running Ubuntu 19.04, and the second one running Ubuntu 18.04. Instead you end up with two instances running 19.04.
Proposed solution
Tag the encrypted image with the source image's name (and owner?), and add that to the filter in the "Check if the encrypted image already exist" task.
The text was updated successfully, but these errors were encountered: