-
Notifications
You must be signed in to change notification settings - Fork 0
David Liu edited this page Nov 18, 2024
·
12 revisions
- s3 bucket name only accept lowercase
- s3 version id format
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
- reduce the management overhead, automatically transfer data between the Standard S3 and Standard Infrequent tiers
- But incurs a monitoring and automation charge of $0.0025 / 1000 items monitored.
Similar to S3 One-Zone Infrequent Access Storage, S3 Reduced Redundancy was originally introduced to offer a lower-priced option for storage that was replicated fewer times than standard S3. However, the pricing for this hasn’t been updated in several years, so it’s effectively become end-of-life as it’s now more expensive than Standard redundancy S3 storage!
- minimum capacity charges for the two Infrequent Access classes: 128KB
- minimum storage duration charges for
- the two Infrequent Access classes: 30 days
- Glacier class (Instant Retrieval, Flexible Retrieval) : 90 days
- Glacier Deep Archive class: 180 days
Amazon S3 Select is no longer available to new customers
- Opt 1: Download the object and Client-side filtering
- Opt 2: Athena
- Opt 3: S3 Object Lambda
- Cloud9
- No good provider for Alpine Linux in MarketPlace
- Cost surprise
- [EC2] You cannot directly create EC2 with an EBS volume as boot volume
- [sqs] you cannot monitor the lifecycel status of a queue. No way to know it is
provisioning
orterminated