How to block public access to an S3 bucket from multiple AWS accounts

To block public access to an S3 bucket from multiple AWS accounts, you can follow these steps: Access Control Policies:Ensure that there are no bucket policies or access control lists (ACLs) that grant public access.Bucket Policy:Attach a bucket policy that explicitly denies all public access. Here’s an example policy: { "Version": "2012-10-17", "Statement": [ { […]

Configuring AWS alerts with ServiceOne

Configuring AWS alerts with ServiceOne involves setting up CloudWatch Alarms to monitor specific metrics and using Simple Notification Service (SNS) to notify ServiceOne of any triggered alerts. This process ensures timely responses to critical events within your AWS environment. In this guide, we’ll walk through each step in detail. Step 1: Create an AWS CloudWatch […]

AWS CloudTrail

AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account.With CloudTrail, you can log, continuously monitor, and retain account activity related to actions across your AWS infrastructure.CloudTrail provides event history of your AWS account activity, including actions taken through the AWS Management Console, AWS SDKs, command line […]

AWS Config Service

In any web services it is very important to have a auditing and compliance management service. In AWS this feature is provided to us by AWS Config Service.AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations […]

AWS CloudWatch

Problem statement: We do not have central monitoring tool for AWS resources and compliance. Solutions can be implemented with this service: CloudWatch provides data and actionable insights to monitor your applications, respond to system-wide performance changes, optimize resource utilization, and get a view of operational health. Collects monitoring and operational data in the form of […]