From 5a2e72390e8ca2ec1f1fb861423cfa51cbe1ffb7 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 13 Nov 2024 17:31:51 +0400 Subject: [PATCH] updated aws_ec2_create_ami_from_instance.sh --- aws/aws_ec2_create_ami_from_instance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/aws_ec2_create_ami_from_instance.sh b/aws/aws_ec2_create_ami_from_instance.sh index 01a4b09adf1..6be7c4d475d 100755 --- a/aws/aws_ec2_create_ami_from_instance.sh +++ b/aws/aws_ec2_create_ami_from_instance.sh @@ -44,7 +44,7 @@ Check the state of the AMI is finished: aws ec2 describe-images --image-ids \"\$AMI_ID\" --output table -Investigate instance names quickly using adjacent script aws_ec2_instance_states.sh +Investigate instance names quickly using adjacent script aws_ec2_instances.sh $usage_aws_cli_required