{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": ["s3:Get*", "s3:List*"], "Resource": [ { "Fn::Sub": "arn:${AWS::Partition}:s3:::sedai-cur-bucket-${AWS::AccountId}" }, { "Fn::Sub": "arn:${AWS::Partition}:s3:::sedai-cur-bucket-${AWS::AccountId}/*" } ] }, { "Effect": "Allow", "Action": [ "savingsplans:DescribeSavingsPlans", "ce:GetReservationCoverage", "ce:GetReservationPurchaseRecommendation", "ce:GetReservationUtilization", "ce:GetSavingsPlanPurchaseRecommendationDetails", "ce:GetSavingsPlansCoverage", "ce:GetSavingsPlansPurchaseRecommendation", "ce:GetSavingsPlansUtilization", "ce:GetSavingsPlansUtilizationDetails" ], "Resource": "*" } ] }