AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

get_s3_bucket_policy

Retrieve and analyze the policy of an S3 bucket in AWS to identify security configurations and permissions. Simplifies access control inspection for enhanced infrastructure management.

Instructions

Get the policy of an S3 bucket.

Args: bucket_name: Name of the S3 bucket Returns: JSON object with bucket policy information

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "title": "Bucket Name", "type": "string" } }, "required": [ "bucket_name" ], "title": "get_s3_bucket_policyArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g