In lot of my conversation with fellow technologist one question which is mostly in everyones mind is "How to make sure my application is predictable" .
I thought of sharing my learning :
Metahat..aka..Blue hat
In lot of my conversation with fellow technologist one question which is mostly in everyones mind is "How to make sure my application is predictable" .
I thought of sharing my learning :
Here you go published a python code sample written for migrating S3 bucket ownership controls between AWS accounts. The code is written to help developers handle the error “OwnershipControlsNotFoundError” when get-bucket-ownership-controls API is used to read the S3 bucket ownership from buckets created prior to April 2023 when the bucket ownership was defaulted to “Object Writer”
Any suggestion on improvement , leave comment.
https://github.com/aws-samples/sample-migratings3bucketownership
Check the blog authored by me on design patterns . Design pattern for any application is not a after thought, it is critical to think through before design is finalized.
If you are reading this article , i guess you are curious to know about gray failures and different methods to detect gray failures.
Hopefully this article will give you insight on question in your mind.
If you looking for directional information on how to select an Machine learning algorithm, check the below blog. The blog i wrote though is specific for manufacturing but it can provide direction on different use cases
Very interesting tool to test the cloud formation templates. Check it out
TaskCat
https://github.com/aws-ia/taskcat
Great whitepaper on improving resiliency of distributed systems:
Want to learn AWS CDK with samples :
Check these out:
https://github.com/aws-samples/aws-cdk-examples#Examples
https://cdkpatterns.com/patterns/all/
Do you want to know how CPG industry is undergoing transformation using IoT technology, read the blogs on how AWS partners are using AWS technologies to build solutions for CPG industry
In lot of my conversation with fellow technologist one question which is mostly in everyones mind is "How to make sure my application ...