We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eeaf74 commit 795a02bCopy full SHA for 795a02b
roles/aws/aws_admin_tools/defaults/main.yml
@@ -6,8 +6,11 @@ aws_admin_tools:
6
functions:
7
- name: "GetForecastedCosts"
8
type: GET
9
- policies:
10
- - "arn:aws:iam::{{ _acc_id }}:policy/CEBillingPolicy" # Custom policy
+ inline_policies:
+ name: "{{ _aws_profile }}Billing"
11
+ resource: "*"
12
+ acton:
13
+ - "ce:*"
14
- name: "ChangeASGScaling"
15
type: POST
16
policies:
0 commit comments