Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
glacier
📤 Upload
📝 New File
📁 New Folder
Close
Editing: get-data-retrieval-policy.rst
The following command gets the data retrieval policy for the in-use account:: aws glacier get-data-retrieval-policy --account-id - Output:: { "Policy": { "Rules": [ { "BytesPerHour": 10737418240, "Strategy": "BytesPerHour" } ] } } Amazon Glacier requires an account ID argument when performing operations, but you can use a hyphen to specify the in-use account.
Save
Cancel