Skip to content

Commit

Permalink
updated aws_eks_create_custom_ami.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 31, 2025
1 parent 7b4db94 commit f9ddff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/aws_eks_create_custom_ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ instance_state="$(
--output text
)"
if [ "$instance_state" = "terminated" ]; then
# will trigger launching a new instance with the same name
instance_id=''
fi

Expand Down

0 comments on commit f9ddff9

Please sign in to comment.