Resource Type: AWS > S3 > Account
The S3 Account resource type is part of the AWS Simple Storage Service (S3). Each S3 Account resource represents a user's account in the S3 service that can be used to create and manage S3 buckets and objects, providing scalable and secure storage for data.
Resource Context
Account is a part of the S3 service.
Each Account lives under an Account.
Controls
The primary controls for AWS > S3 > Account are:
It is also targeted by these controls:
- AWS > HIPAA > S3 > S3 public access should be blocked at account level
- AWS > NIST 800-53 > S3 > S3 public access should be blocked at account level
- AWS > PCI v3.2.1 > S3 > 6 S3 Block Public Access setting should be enabled
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-s3#/resource/types/s3Account
- tmod:@turbot/turbot#/resource/categories/storageContainer
- turbot graphql resource --id "tmod:@turbot/aws-s3#/resource/types/s3Account"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-s3#/resource/types/s3Account';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-s3#/resource/types/s3Account"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-s3#/resource/types/s3Account' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query