Retrieving Vault Metadata in Amazon S3 Glacier Using the AWS Command Line Interface
This example shows how to retrieve vault information and metadata in Amazon S3 Glacier (S3 Glacier) using the AWS Command Line Interface (AWS CLI).
(Prerequisite) Setting Up the AWS CLI
-
Download and configure the AWS CLI. For instructions, see the following topics in the AWS Command Line Interface User Guide.
-
Verify the setup by entering the following commands at the command prompt. These commands don't provide credentials explicitly, so the credentials of the default profile are used.
-
Try using the help command.
aws help
-
Use
aws s3 ls
to get a list of buckets on the configured account.aws s3 ls
-
Use
aws configure list
to see the current configuration data.aws configure list
-
Example: Retrieving Vault Metadata Using the AWS CLI
-
Use the
describe-vault
command to describe a vault namedawsexamplevault
under account111122223333
.aws glacier describe-vault --vault-name
awsexamplevault
--account-id111122223333