When registering an AWS account in OpsNow FinOps Plus, permissions are automatically provisioned using an AWS CloudFormation stack.
This ensures that only the minimum required privileges are granted, based on the principle of least privilege, to support functions such as cost analysis, resource monitoring, and tag-based management.
Once the CloudFormation stack is launched from OpsNow, it automatically creates and configures:
ce:Get*
, cur:DescribeReportDefinitions
, s3:GetObject
ec2:Describe*
, cloudwatch:ListMetrics
, autoscaling:Describe*
tag:GetResources
, tag:GetTagValues
iam:List*
, iam:Get*
(for visibility only, not modification)📌 These permissions are read-only and strictly scoped, with no execution or deletion capabilities.
📌 Using CloudFormation for automated IAM role provisioning reduces configuration errors, ensures consistency, and enforces secure and transparent access for cloud cost and usage monitoring.