Difference between revisions of "Aws ec2 describe-instances"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
===Basic commands=== | ===Basic commands=== | ||
− | *<code>[[aws ec2]] describe-instances</code> | + | * <code>[[aws ec2]] describe-instances</code> |
− | An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access | + | [[An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credential]] |
*<code>aws ec2 describe-instances [[--profile]] YOUR_PROFILE</code> | *<code>aws ec2 describe-instances [[--profile]] YOUR_PROFILE</code> |
Revision as of 14:01, 26 October 2021
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
aws ec2 describe-instances --profile YOUR_PROFILE
Review configuration: aws configure list
Related commands
See also
- AWS EC2, Amazon EC2 API,
aws ec2, AWS::EC2
, Amazon EC2 Spot Instances, CPU credits, Instance type, EC2 limitations, 169.254.169.254, Instance metadata and user data (IMDS),InstanceType, InstanceId
, Amazon EC2 Auto Scaling, AWS EC2 Instance Connect, launch template, lifecycle, AWS Security group (SG), Amazon EC2 Recycle Bin, Amazon EC2 Mac Instances, Global View
Advertising: