or download this
open my $awspipe, '-|', qw/aws cloudformation describe-stack-drift-
+detection-status --stack-drift-detection-id/, $ID
or die "open aws pipe: $!";
...
$SYNC = $f[3] if /StackDriftStatus/;
}
close $awspipe or die "close aws pipe: $!";