Amazon S3 Storage Classes | S3 Object Transitions | Visual Explanations
Вставка
- Опубліковано 10 лют 2025
- AWS S3 offers its users a wide variety of storage classes, and this is probably the most important considering the exam.
But my main aim to give you as many details as possible.
so let's start.
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it!
www.kite.com/g...
Amazon S3 offers a range of storage classes and every storage class is designed in a way that will help you design your application as per the needs of your storage and how long you want to retain your data or how optimal you want your storage to be.
So Amazon S3 also offers capabilities to manage your data throughout its lifecycle. Once an S3 Lifecycle policy is set, your data will automatically transfer to a different storage class without any changes to your application.
So this is a very big benefit considering how much cost-effectiveness you can bring into your design or the product.
S3 Standard is for general-purpose storage of frequently accessed data;
S3 Intelligent-Tiering for data with unknown or changing access patterns;
S3 Standard-Infrequent Access (S3 Standard-IA) and S3 One Zone-Infrequent Access (S3 One Zone-IA) for long-lived, but less frequently accessed data;
and Amazon S3 Glacier (S3 Glacier) and Amazon S3 Glacier Deep Archive (S3 Glacier Deep Archive) for long-term archive
And we will also discuss the performance comparisons and usage.
Click on the link below to subscribe: tinyurl.com/qq...
Instagram: / tougherapollo
Twitter: / tougherapollo1
Discord: / discord
Join me on Mixer - Link (Streaming Soon) - mixer.com/Byto...
#S3StorageClasses #S3ObjectTransition #AWSSolutionsArchitect2020
thank you for uploading the videos. Do you have playlist for the Aws Solution architect.
Yes it's in the video description
@@Pythoholic that is not working brother.
OK let me share it ua-cam.com/play/PLiH9_MU-6RjI9gdFqmvUfKRfw_zRxIb6o.html
thank u so much for creating such informative video over a s3 classes.😍🤩😘
Can S3 One Zone IA transfer to S3 Glacier or S3 Glacier Deep Archive? Since the arrow is not present in graph at 16:54? Also, does 30-minimum-day rule also implies for data transfer to glacier/glacier deep archived?
I request you to do a video on Amazon Elastic BeanStalk. Thank you for the content. Cheers!
Yes, its coming up.
I believe "transition objects using lifecycle" diagram needs to correct. There are o arrowheads pointing from S3 One Zone IA to S3 Glacier and S3 Glacier archive Correct me if Im wrong
Thanks for the feedback, will check this and will update you
I believe this diagram has been recently changed, I will make a updated video on this. thanks
why did you not mention RRS in comparison table..?
I will be making a separate video on that itself. Thanks for the feedback
Hii Pythoholic..Need Help...
I have S3 object endpoint...bucket is public... I want this endpoint use in my angular code but when object endpoint link whenever user access i want to hide endpoint url...it should be like generic one...how can i do this..??
Sorry I couldn't get you. Do you wish to hide the URL when the user accesses it?
@@Pythoholic yes
If u want to disguise the url then have a lambda code shorten the url. If that's just to hide the information. But it won't mask it completely but yes it won't show the whole url .
@@Pythoholic Thank you for your quick response...👍