Your team is using Amazon SageMaker JumpStart to deploy a pre-trained model. To minimize the cost of storage for the model artifacts, which S3 storage class should you configure for the bucket?
Trap 1: S3 Standard
Standard is the baseline, but IA is cheaper for rarely accessed artifacts.
Trap 2: S3 Glacier Deep Archive
Glacier is for long-term archival, which may be too slow for active development.
Trap 3: S3 Intelligent-Tiering
While good, IA is the specific answer for known access patterns.
- A
S3 Standard
Why wrong: Standard is the baseline, but IA is cheaper for rarely accessed artifacts.
- B
S3 Glacier Deep Archive
Why wrong: Glacier is for long-term archival, which may be too slow for active development.
- C
S3 Standard-Infrequent Access
S3 Standard-IA offers lower storage costs for infrequently accessed model artifacts.
- D
S3 Intelligent-Tiering
Why wrong: While good, IA is the specific answer for known access patterns.