Connect CostGuard for AWS
Finout's CostGuard module provides actionable cost optimization insights. CostGuard scans surface idle resources, rightsizing opportunities, and offers commitment purchase recommendations. In order to do this, CostGuard needs read only permissions to certain metrics. The role created during the standard AWS cost data integration has the necessary permissions to perform CostGuard scans and discover linked accounts within the master payer account. However, to run CostGuard scans for resources within linked accounts, you need to create a CloudFormation StackSet that applies the necessary configurations across all linked accounts. This onboarding procedure assumes that the payer AWS account has been onboarded. If it has not, please go through that procedure first as per the instructions in Connect to AWS.
Create a New CloudFormation StackSet
Open the AWS CloudFormation console.
Choose StackSet then select Create StackSet. The Specify StackSet details step appears.
Specify a name for the CloudFormation stack (e.g.
finout-readonly-role
), add a description, add the External ID in the Parameters section that was provided by Finout, and click Next. The Configure StackSet options step appears.
Set the Execution configuration to Active in the Configure stackSet options page and click Next.
Specify us-east-1 for the region, set the Deployment options, then click Next.
Acknowledge the IAM notice and click Submit on the Review page to launch the new stack.
Once the StackSets is complete, you can view one of the stacks from the Stack instances and copy the new role ARN from the Outputs tab.

Share the role of ARN with Finout Support.
Adding Permissions Manually
Use the following JSON file to add permissions manually to your accounts:
The latest IAM policy with details about each statement can be found below.
Finout IAM Policy Details
Cloudwatch Metrics
This policy allows Finout read-only permission to Cloudwatch metrics - these are crucial for all recommendations provided by CostGuard (Idle and Rightsizing recommendations).
EBS Volumes
This section of the policy allows CostGuard to provide recommendations for unattached EBS volumes.
Organization Discovery
This section allows CostGuard to provide recommendations on all your accounts in the organization.
Last updated