Monday, September 29, 2025

Building resilient applications: design patterns for handling database outages

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.


https://aws.amazon.com/blogs/database/building-resilient-applications-design-patterns-for-handling-database-outages/



No comments:

Handle the error “OwnershipControlsNotFoundError” for buckets created prior to April 2023 when the bucket ownership was defaulted to “Object Writer”

Here you go published a  python code sample written for migrating S3 bucket ownership controls between AWS accounts. The code is written to ...