Search Results

Search: Posts Made By: Palak Sharma
1,956
Posted By SriniShoo
awk -F "\t" 'NR > 1{if($2 != "t1.micro" && $2 !=...
awk -F "\t" 'NR > 1{if($2 != "t1.micro" && $2 != "t2.micro" && $3 == "running") print $1}' Instances | while read line
do
ec2-stop-instances "${line}"
done

---------- Post updated at 06:28 AM...
1,956
Posted By SriniShoo
ec2-describe-instances | awk -F "\t" 'BEGIN{print...
ec2-describe-instances | awk -F "\t" 'BEGIN{print "INSTANCE ID\tINSTANCE TYPE"} /INSTANCE/ {print $2 "\t" $9}'
2,883
Posted By edstevens
command not found means an executable file for...
command not found means an executable file for the command (ec2-describe-instances) was not found in any of the directories listed in PATH.

Common mistake. Job submitted by cron do not inherit...
1,230
Posted By Scrutinizer
Hi Palak, Don't worry. When you are active...
Hi Palak,

Don't worry. When you are active here, for example by posting a question, you receive bits. When you get an infraction you lose bits. You'll be back in the positive in no time.

We...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 02:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy