Difference between revisions of "Aws ec2 describe-instances"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
  [[aws ec2]] describe-instances
 
  [[aws ec2]] describe-instances
 
  [[An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credential]]
 
  [[An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credential]]
 +
Solution: Review configuration with <code>[[aws configure list]]</code>
  
 
*<code>aws ec2 describe-instances [[--profile]] YOUR_PROFILE</code>
 
*<code>aws ec2 describe-instances [[--profile]] YOUR_PROFILE</code>
 
Review configuration: <code>[[aws configure list]]</code>
 
  
 
== Related commands ==
 
== Related commands ==

Revision as of 13:22, 22 February 2022

  • aws ec2 describe-instances
  • aws ec2 describe-instances | grep InstanceType
  • aws ec2 describe-instances | grep AvailabilityZone
  • aws ec2 describe-instances | egrep "InstanceId|InstanceType|running"
  • aws ec2 describe-instances --output text | egrep -w "Name|PLACEMENT"
  • aws ec2 describe-instances --region us-west-1

Basic commands

aws ec2 describe-instances
An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credential
Solution: Review configuration with aws configure list
  • aws ec2 describe-instances --profile YOUR_PROFILE

Related commands

See also

Advertising: