
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the below cannot be used to get data onto Amazon Glacier.
A
AWS Glacier API
B
AWS Console
C
AWS Glacier SDK
D
AWS S3 Lifecycle policies
Explanation:
The AWS Console cannot be used to upload data directly onto Amazon Glacier. Here's why:
AWS Glacier API - Can be used to upload data programmatically
AWS Glacier SDK - Provides programmatic access for uploading data
AWS S3 Lifecycle policies - Can automatically transition data from S3 to Glacier
AWS Console - Only allows creation of Glacier vaults, but not direct data uploads
According to AWS documentation, data must be uploaded to Glacier using:
AWS CLI commands
AWS SDKs
REST API calls
S3 lifecycle policies (for automatic transitions from S3)
The console interface is limited to vault management operations and does not provide a direct upload interface for Glacier archives.