To enable advanced features in MilkStraw AI, you need to update your AWS IAM policy to grant us the necessary permissions to apply savings on your account.
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "application-autoscaling:Describe*", "autoscaling:Describe*", "ce:Describe*", "ce:Get*", "ce:List*", "cloudwatch:GetMetricData", "ec2:Describe*", "ec2:AcceptReservedInstancesExchangeQuote", "ec2:CancelReservedInstancesListing", "ec2:CreateReservedInstancesListing", "ec2:DeleteQueuedReservedInstances", "ec2:ModifyReservedInstances", "ec2:PurchaseHostReservation", "ec2:PurchaseReservedInstancesOffering", "rds:Describe*", "rds:List*", "rds:PurchaseReservedDbInstancesOffering", "elasticache:List*", "elasticache:Describe*", "elasticache:PurchaseReservedCacheNodesOffering", "es:Describe*", "es:List*", "es:PurchaseReservedInstanceOffering", "organizations:InviteAccountToOrganization", "organizations:List*", "organizations:Describe*", "pricing:DescribeServices", "pricing:GetAttributeValues", "pricing:GetProducts", "savingsplans:Describe*", "savingsplans:List*", "servicequotas:*", "support:*", "budgets:*" ], "Resource": "*" } ] }
Was this page helpful?