Storage Solutions Flashcards
You are configuring an S3 lifecycle rule transition for current S3 object versions that will archive data using Glacier. Which of the following is a valid configuration?
Days after replication
Days after creation
Days after modification
Days after deletion
Days after creation
Which PowerShell cmdlet is used to create a new S3 bucket?
Create-S3Bucket
Add-S3Bucket
Initialize-S3Bucket
New-S3Bucket
New-S3Bucket
You plan on using the AWS management console to upload large files to an S3 bucket. What is the maximum file upload size when using the GUI?
10 TB
160 GB
100 GB
1 TB
160 GB
You need to archive a file named File1. Which AWS CLI command should you use?
aws s3 cp s3://bucket1/folder1/file1.doc s3://bucket1/folder1/file1.doc –storage-class ARCHIVE
aws s3 cp s3://bucket1/folder1/file1.doc s3://bucket1/folder1/file1.doc –storage-class IA
aws s3 cp s3://bucket1/folder1/file1.doc s3://bucket1/folder1/file1.doc –storage-class STANDARD_IA
aws s3 cp s3://bucket1/folder1/file1.doc s3://bucket1/folder1/file1.doc –storage-class GLACIER
aws s3 cp s3://bucket1/folder1/file1.doc s3://bucket1/folder1/file1.doc –storage-class GLACIER
You require the ability to revert to an earlier copy of a file stored in an S3 bucket. Which S3 option should you enable?
Versioning
Transfer acceleration
Encryption
Cross-region replication
Versioning
Which statements regarding Glacier archiving are correct?
Archives can be uploaded using the REST API
Archives can be uploaded using PowerShell
Archives can be uploaded using the CLI
Archives can be uploaded using the AWS management console
Archives can be uploaded using the REST API
Archives can be uploaded using the CLI
Which AWS CLI command is used to create a new S3 bucket?
aws s3 create-bucket
aws s3 bucket create
aws s3 create bucket
aws s3api create-bucket
aws s3api create-bucket
What must be configured for data archiving to Glacier?
CloudFront
EFS
Vault
EC2 instance
Vault
You are using the AWS management console to create a new S3 bucket. What is the default permission for the new bucket?
Limited public access
Allow anonymous access
Block all public access
Private access only
Block all public access
Which PowerShell cmdlet changes an S3 object’s storage class?
Set-StorageClass
Copy-S3Object
Copy-StorageClass
Set-S3Object
Copy-S3Object
You need to view files uploaded to an S3 bucket using the CLI. Which command should you use?
aws ls s3://bucket187
aws show s3://bucket187
aws s3 ls s3://bucket187
aws list s3://bucket187
aws s3 ls s3://bucket187
Which Linux command can be used to connect to AWS Elastic File System?
sudo
ifconfig
mount
ls
mount
Which PowerShell cmdlet is used to upload content to an S3 bucket?
Update-S3Object
Add-S3Object
Copy-S3Object
Write-S3Object
Write-S3Object
You need to configure the storage class for S3 objects that need to be archived. Where can the storage class be configured?
S3 folder, object, and EC2 instance
S3 object only
S3 folder only
S3 folder and object
S3 folder and object
You are using the AWS management console. You navigate to and select and S3 folder. What should you click to configure the folder storage class?
Actions, Permissions
Actions, Change storage class
Permissions
Management
Actions, Change storage class