PinnedThe Continuous JourneyTravelling through the continously changing world of technologyJun 7, 2022·2 min read
S3 Object Versioning & MFA DeleteObject versioning is a feature which can be enabled on an S3 bucket - allowing the bucket to store multiple versions of objects These objects can be referenced by their version ID to interact directly - or omit this to reference the latest version of...Jun 5, 2024·3 min read
AWS S3 Static Hosting and S3 PricingThe AWS CLI and console UI access S3 via AWS API behind scenes. For e.g the getobject API This feature allows access via standard HTTP for blogs, static websites provided the identity trying to access it is authenticated and authorized, the get objec...May 31, 2024·2 min read
AWS S3 SecurityHello there, moving on with out AWS SAA series, let's look at the security part of the S3 service. The S3 service is private by default.The only identity that has any initial access to an S3 bucket is the account root user of the account which owns t...May 30, 2024·2 min read
AWS Control Tower - An IntroductionHello Folks, as a continuation of our AWS SAA series, we will discuss briefly about Cloud Tower. Lets start. AWS Control Tower offers a straightforward way to set up and govern an AWS multi-account environment, following prescriptive best practices. ...May 29, 2024·4 min read
CloudTrail from the AWS SAA perspectiveIn this post, we are going to take a high level view of CloudTrail service of AWS without going into the details much. Read on... Cloudtrail is a product which logs API calls/activities which affect AWS accounts as CloudTrail Events It is a record of...May 28, 2024·3 min read
Cloud Watch LogsLet's move on to CW logs and how it works in relation to IAM and AWS Organizations Its a public service hosted in the AWS public zone. It’s accessible from AWS VPCs , on-premises environment or other cloud platforms provided you have network connecti...May 28, 2024·3 min read