Menu

Post image 1
Post image 2
1 / 2
0

AWS Certified Cloud Practitioner Series – Part 3

DEV Community·Swayam Patnaik·23 days ago
#CSd33lVH
Reading 0:00
15s threshold

AWS S3 Overview AWS S3 is used for backup and storage, disaster recovery, archive, and hybrid cloud storage. It is widely used for application hosting, media hosting, data lakes, big data analytics, software delivery, and static website hosting. S3 stores objects(files) in buckets(directories). Buckets have globally unique name(across all reg and all accounts), and buckets are defined at the region level. There are naming restrictions such as no uppercase, underscore, no ip, not starts in prefix xn--, and not ends with suffix -s3alias. Objects have keys, where key is the full path - key = prefix + object name. There is no concept of directories within buckets even if UI will trick you. The max obj size is 5TB. If uploading > 5GB, must use "multi-part upload"(imp). Each object can have metadata (list of text key/value pairs), tags used for security, and version id.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More