Commands Flashcards

(4 cards)

1
Q

How do we list buckets in an AWS account?

Lab 1.2

A

aws s3api list-buckets \
–query “Buckets[].Name”
or
aws s3 ls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the command to find out our identity in AWS CLI?

Lab 1.2

A

aws sts get-caller-identity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the command find information on Instances in AWS?

Lab 1.2

A

aws ec2 describe-instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does ARN stand for in AWS?

Lab 1.2

A

Amazon Resource Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly