I’ve written a blog post about AWS Secrets Manager on Anyshift!
Everything you do in the cloud is built upon a few basic building blocks: networking, compute, and storage. Storage in the cloud comes in many forms. You can classify storage in the cloud into three types:
- Block storage
- File storage
- Blob storage
In this blog post we will discuss the third type of storage: blob storage.
The market leader in massive scale blob storage is Amazon Simple Storage Service, or S3. S3 is a blob storage solution that excels at storing images, videos, log files, binaries etc. Basically, you can store any type of unstructured data in S3.
In the following sections we will learn about what Amazon S3 is, how you can configure S3 using Terraform, and best practices around managing and using S3.
Read more at 🔗 anyshift.io