This Policy Template scans all S3 buckets in the given account and checks if the bucket has an intelligent tiering policy configured. If the bucket does not have intelligent tiering enabled an email will be sent to the user-specified email address.
This policy has the following input parameters required when launching the policy.
- Email Address - Email addresses of the recipients you wish to notify
- Account Number - The Account number for use with the AWS STS Cross Account Role. Leave blank when using AWS IAM Access key and secret. It only needs to be passed when the desired AWS account is different than the one associated with the Flexera One credential. more
- Exclude Tags - A list of tags used to excluded volumes from the incident.
The following policy actions are taken on any resources found to be out of compliance.
- Send an email report
This policy uses credentials for connecting to the cloud -- in order to apply this policy you must have a credential registered in the system that is compatible with this policy. If there are no credentials listed when you apply the policy, please contact your cloud admin and ask them to register a credential that is compatible with this policy. The information below should be consulted when creating the credential.
For administrators creating and managing credentials to use with this policy, the following information is needed:
Provider tag value to match this policy: aws
Required permissions in the provider:
{
"Version": "2006-03-01",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListAllMyBuckets",
"s3:GETBucketlocation",
"s3:GetIntelligentTieringConfiguration",
"s3:GetBucketTagging"
],
"Resource": "*"
}
]
}
- AWS
This Policy Template does not incur any cloud costs.