by admin | Feb 21, 2017 | AWS Certified Developer – Associate Exam, AWS Certified Solutions Architect – Associate Exam, AWS S3
Amazon S3 provides highly available object storage with excellent durability. Amazon S3 can be used for a wide range of use cases including storing backup data and archival content. In addition, it is possible to host a static website directly from within an S3...
by admin | Oct 7, 2016 | AWS Certified Developer – Associate Exam, AWS Certified Solutions Architect – Associate Exam, AWS S3
Amazon S3 Security & Encryption AWS offers data protection and encryption services for all data while in transit (as it travels to and from Amazon S3) and at rest (while it is stored on disks in Amazon S3 data centres). You can protect data in transit by using...
by admin | Oct 4, 2016 | AWS Certified Developer – Associate Exam, AWS Certified Solutions Architect – Associate Exam, AWS S3
General Amazon S3 provides Internet storage. The service offers developers scalable, reliable, and low-latency storage at low costs. Amazon S3 allows users to store and retrieve data at anytime, anywhere on the web. The service allows developers to build applications...
by admin | Sep 30, 2016 | AWS Certified Developer – Associate Exam, AWS Certified Solutions Architect – Associate Exam, AWS S3
Creating S3 Buckets Amazon S3 is a web service that provides object storage to enable you to store flat files on the Amazon Cloud. In part 2 of this series, we give you a demo on how to create a bucket and the various configuration options available when doing so....
by admin | Sep 30, 2016 | AWS Certified Developer – Associate Exam, AWS Certified Solutions Architect – Associate Exam, AWS S3
S3 Versioning Versioning enables you to keep multiple variants of an object in the same bucket Versioning can help to preserve, retrieve and restore every version of every object If you delete an object, it gets a delete marker and you can restore a previous version...
by admin | Sep 29, 2016 | AWS Certified Developer – Associate Exam, AWS Certified Solutions Architect – Associate Exam, AWS S3
Introduction Amazon S3 is object-based storage only. You cannot use S3 to mount an Operating System or install a Database. You can store data from 0 bytes to 5TB Bucket names can contain up to 63 characters comprising of lowercase letters, numbers, hyphens, and...