Amazon S3 Versioning | S3 Data Protection | SSE-S3 | SSE-KMS | SSE-C | Object Encryption
Вставка
- Опубліковано 9 лют 2025
- Lets Talk!
⭐ 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...
When we spoke about uploading Object to your S3 Bucket, it made sense for us to keep it safe using S3.
So now imagine a situation that you are working on a file, let's take an example of Editing a document. And you want to make changes to the document. The thing that comes to my mind is working with Design documents where I frequently make changes to it but I want to preserve the previous version of the documents. So that I can refer to them later if I want to.
So in this case or situations like this you would want a provision to enable versioning for your document and S3 can help you with that as you can create versions of your objects using the S3 Object versioning.
We can keep multiple versions of an object in one bucket which can protect us from the consequences of unintended overwrites and deletions. You can also use it to archive objects so that you have access to previous versions.
Just like Keys for Objects, versions have something called VERSION ID
Timelines for your convenience:
Amazon S3 Versioning: 00:07
S3 Data Protection : 05:10
SSE-S3: 08:55
SSE-KMS: 10:22
SSE-C: 11:36
Click on the link below to subscribe: tinyurl.com/qq...
Instagram: / tougherapollo
Twitter: / tougherapollo1
Discord: / discord
#AmazonS3 #AWSSolutionsArchitectAssociate2020 #Pythoholic
Timelines for your convenience:
Amazon S3 Versioning: 00:07
S3 Data Protection : 05:10
SSE-S3: 08:55
SSE-KMS: 10:22
SSE-C: 11:36
Click on the link below to subscribe: tinyurl.com/qqebnwz
Instagram: instagram.com/tougherapollo/
Twitter: twitter.com/TougherApollo1
Discord: discord.gg/dsZ6Wdh
Thank you so much for making this topic very easy to understand . Do you have any videos of QA demo, explaining how to select the correct option?
Thanks dipty, i have a few video explaining the options. that might help.
@@Pythoholic could you provide me name of videos and links over here please?
Thank you , would be helpful if you could mention some scenario based questions on each topic.
Sure, mostly i put them on the community tab. Thanks for the suggestion
Precise and on point explanation 👍
If u do this while doing the lab it would be more effective
For a scenario, when customer puts a file into s3 with encrypted, once i get the encrypted file it should be decrypted and give me the output file, my question for this scenario which type of SSE i need to use?
All your questions will be answered, video for aws security coming up. I have covered it here.
Does SSE-C keys are stored in AWS..?
they are stored in sse kms
Client side encryption is not there in video
I think I felt it might be sufficient there. I think it should be there in the next few videos.