How do folks handle rolling AMI upgrades on AWS EC...
# aws
b
How do folks handle rolling AMI upgrades on AWS EC2 machines with stateful storage? I have ENI and EBS attachments to the host but haven’t figured out a way to upgrade the AMI in a single execution. There appears to be issues with how detaching and reattaching the ENI from instances happens. I ran into a similar issue with volume attachments but seem able to work around it by using
skip_destroy=True
on the volume attachment.