Amazon Simple Storage Service is storage for the Internet.
Amazon S3 features:
- Makes web-scale computing easier for developers.
- A simple web services interface to store and retrieve data, at any time.
- Provides developer access to highly scalable, reliable, fast, inexpensive data storage.
- Maximizes benefits of scale.
Use the AWS public cloud integration to discover and collect metrics against the AWS service.
External reference
Setup
To set up the AWS integration and discover the AWS service, go to AWS Integration Discovery Profile and select Aws S3 Bucket
.
Event support
CloudTrail event support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.
CloudWatch alarm support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.
Supported metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type |
---|---|---|---|
aws_s3_BucketSizeBytes Amount of data in bytes stored in a bucket in the Standard storage class, Standard - Infrequent Access (Standard_IA) storage class, OneZone - Infraquent Access (OneZone_IA), Reduced Redundancy Storage (RRS) class, or Glacier (GLACIER) storage class. | Bucket Size Bytes(S3 Bucket) | Bytes | Average |
aws_s3_NumberOfObjects Total number of objects stored in a bucket for all storage classes. | Number Of Objects(S3 Bucket) | Count | Average |
aws_s3_AllRequests The total number of HTTP requests made to an Amazon S3 bucket, regardless of type. | AllRequests | Count | Sum |
aws_s3_GetRequests Number of HTTP GET requests made for objects in an Amazon S3 bucket. | GetRequests | Count | Sum |
aws_s3_PutRequests Number of HTTP PUT requests made for objects in an Amazon S3 bucket. | PutRequests | Count | Sum |
aws_s3_DeleteRequests Number of HTTP DELETE requests made for objects in an Amazon S3 bucket. | DeleteRequests | Count | Sum |
aws_s3_HeadRequests Number of HTTP HEAD requests made to an Amazon S3 bucket. | HeadRequests | Count | Sum |
aws_s3_PostRequests Number of HTTP POST requests made to an Amazon S3 bucket. | PostRequests | Count | Sum |
aws_s3_SelectRequests Number of Amazon S3 SELECT Object Content requests made for objects in an Amazon S3 bucket. | SelectRequests | Count | Sum |
aws_s3_ListRequests Number of HTTP requests that list the contents of a bucket. | ListRequests | Count | Sum |
aws_s3_BytesDownloaded Number of bytes downloaded for requests made to an Amazon S3 bucket, where the response includes a body. | BytesDownloaded | Bytes | Sum |
aws_s3_BytesUploaded Number of bytes uploaded that contain a request body, made to an Amazon S3 bucket. | BytesUploaded | Bytes | Sum |
aws_s3_FirstByteLatency The per-request time from the complete request being received by an Amazon S3 bucket to when the response starts to be returned. | FirstByteLatency | Milliseconds | Average |
aws_s3_TotalRequestLatency The elapsed per-request time from the first byte received to the last byte sent to an Amazon S3 bucket. | TotalRequestLatency | Milliseconds | Average |
aws_s3_4xxErrors Number of HTTP 4xx client error status code requests made to an Amazon S3 bucket with a value of 0 or 1. The average statistic shows the error rate and the sum statistic shows the count of that type of error, during each period. | 4xxErrors | Count | Sum |
aws_s3_5xxErrors Number of HTTP 5xx server error status code requests made to an Amazon S3 bucket with a value of 0 or 1. The average statistic shows the error rate and the sum statistic shows the count of that type of error, during each period. | 5xxErrors | Count | Sum |