exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 854 discussion

Exam question from Amazon's AWS-SysOps
Question #: 854
Topic #: 1
[All AWS-SysOps Questions]

When performing an audit on an S3 bucket, a SysOps Administrator discovered that Amazon CloudWatch reports that there are 12,345,678 objects in the bucket, whereas the AWS CLI reports that there are 98,765,432 objects in the same bucket.
Which Amazon S3 feature can the SysOps Administrator use to obtain the definitive answer to the number of objects in the bucket?

  • A. Amazon S3 analytics
  • B. Amazon S3 inventory
  • C. AWS Management Console
  • D. Object tags
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Reference:
https://stackoverflow.com/questions/2862617/how-can-i-tell-how-many-objects-ive-stored-in-an-s3-bucket

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
albert_kuo
11 months, 2 weeks ago
Selected Answer: B
Amazon S3 inventory is a feature that provides a detailed list of all the objects in an S3 bucket on a daily or weekly basis. When you enable S3 inventory for a bucket, it generates a report that includes the metadata and other details of each object in the bucket. By using Amazon S3 inventory, you can get an accurate and comprehensive list of all the objects in the bucket, including their total count. This feature ensures consistency and reliability in reporting the number of objects, as the inventory data is generated and stored independently from CloudWatch and CLI-based reports.
upvoted 1 times
...
alexsandroe
2 years, 8 months ago
B. Amazon S3 inventory
upvoted 2 times
...
Chirantan
2 years, 8 months ago
Answerer is B Amazon S3 inventory https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html Amazon S3 inventory is one of the tools Amazon S3 provides to help manage your storage. You can use it to audit and report on the replication and encryption status of your objects for business, compliance, and regulatory needs. You can also simplify and speed up business workflows and big data jobs using Amazon S3 inventory, which provides a scheduled alternative to the Amazon S3 synchronous List API operation. Amazon S3 inventory provides comma-separated values (CSV), Apache optimized row columnar (ORC) or Apache Parquet (Parquet) output files that list your objects and their corresponding metadata on a daily or weekly basis for an S3 bucket or a shared prefix (that is, objects that have names that begin with a common string). If weekly, a report is generated every Sunday (UTC timezone) after the initial report. For information about Amazon S3 inventory pricing, see Amazon S3 Pricing.
upvoted 3 times
...
abhishek_m_86
2 years, 8 months ago
B. Amazon S3 inventory Seem correct
upvoted 2 times
...
jackdryan
2 years, 8 months ago
I'll go with B
upvoted 1 times
...
MFDOOM
2 years, 8 months ago
B. Amazon S3 inventory https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html
upvoted 1 times
...
ImranR
2 years, 8 months ago
B is correct...Because C is not specific...
upvoted 1 times
...
r_man
2 years, 9 months ago
For me it is B. Amazon S3 inventory helps you manage your storage by creating lists of the objects in an S3 bucket on a defined schedule. The inventory lists are published to CSV, ORC, or Parquet files in a destination bucket.
upvoted 4 times
...
Newguru2020
2 years, 9 months ago
Ridiculous options. I am going with option C. It should've been more specific. From S3 management console -> bucket -> Actions -> Get Total size. (this gives the total size and number of objects in the bucket definitively)
upvoted 1 times
Newguru2020
2 years, 8 months ago
I am taking it back.. Option B seems to be more appropriate and is exactly the use case of S3 Inventory
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...