Member

Comprehensive documentation to help you get started with OpsNow

IAM Permissions
IAM Permissions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
326
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277



CrossAccountRoleOrganizationsAccessPolicy:
    Type: AWS::IAM::Policy
    DependsOn: CrossAccountRole
    Properties:
      PolicyName: CrossAccountRoleOrganizationsAccessPolicy
      PolicyDocument:
        Version: "2012-10-17"
        Statement:
          - Effect: Allow
            Action:
              - organizations:ListAccountsForParent
              - organizations:ListRoots
              - organizations:ListAccounts
              - organizations:DescribeOrganization
              - organizations:DescribeOrganizationalUnit
              - organizations:ListParents
              - organizations:InviteAccountToOrganization
            Resource: "*"
      Roles:
        - Ref: CrossAccountRole
  CrossAccountAutoSavingsPolicy:
    Type: AWS::IAM::Policy
    DependsOn: InitialRegistrationNotification
    Properties:
      PolicyName: CrossAccountAutoSavingsPolicy
      PolicyDocument:
        Version: "2012-10-17"
        Statement:
          - Effect: Allow
            Action:
              - ce:Get*
              - ce:List*
              - ce:Describe*
              - ec2:CreateReservedInstancesListing
              - ec2:PurchaseReservedInstancesOffering
              - ec2:DescribeReservedInstancesOfferings
              - ec2:AcceptReservedInstancesExchangeQuote
              - ec2:DescribeReservedInstancesModifications
              - ec2:DescribeReservedInstances
              - ec2:GetReservedInstancesExchangeQuote
              - ec2:CancelReservedInstancesListing
              - ec2:DeleteQueuedReservedInstances
              - ec2:DescribeReservedInstancesListings
              - ec2:ModifyReservedInstances
            Resource: "*"
      Roles:
        - Ref: CrossAccountRole
  CrossAccountRoleCloudFormationAccessPolicy:
    Type: AWS::IAM::Policy
    DependsOn: InitialRegistrationNotification
    Properties:
      PolicyName: CrossAccountRoleCloudFormationAccessPolicy
      PolicyDocument:
        Version: "2012-10-17"
        Statement:
          - Effect: Allow
            Action:
              - cloudformation:DescribeStacks
              - cloudformation:GetTemplate
              - cloudformation:ListStackSetOperationResults
              - cloudformation:DescribeStackSetOperation
              - cloudformation:DescribeStackSet
            Resource:
              - !Ref "AWS::StackId"
              - !Sub "arn:aws:cloudformation:us-east-1:
               ${AWS::AccountId}:stackset/opsnow-stackset-*:*"
      Roles:
        - Ref: CrossAccountRole
  CrossAccountRoleCURPolicy:
    Type: AWS::IAM::Policy
    DependsOn: InitialRegistrationNotification
    Properties:
      PolicyName: CrossAccountRoleCURPolicy
      PolicyDocument:
        Version: "2012-10-17"
        Statement:
          - Effect: Allow
            Action:
              - cur:PutReportDefinition
              - cur:DescribeReportDefinitions
              - ce:ListCostAllocationTags
              - s3:CreateBucket
              - s3:PutBucketNotification
              - s3:PutLifecycleConfiguration
              - s3:PutBucketPolicy
            Resource:
              - !Sub "arn:aws:cur:${AWS::Region}:${AWS::AccountId}:definition/*"              -                 !Sub "arn:aws:s3:::${CostUsageReportBucketName}-${AWS::AccountId}/*"
              - !Sub "arn:aws:s3:::${CostUsageReportBucketName}-${AWS::AccountId}"
      Roles:
        - Ref: CrossAccountRole
  CrossAccountRoleS3AccessPolicy:
    Type: AWS::IAM::Policy
    DependsOn: InitialRegistrationNotification
    Properties:
      PolicyName: CrossAccountRoleS3AccessPolicy
      PolicyDocument:
        Version: "2012-10-17"
        Statement:
          - Effect: Allow
            Action:
              - "s3:GetObject"
              - "s3:ListBucket"
            Resource:
              - !Sub
              "arn:aws:s3:::${CostUsageReportBucketName}-${AWS::AccountId}"
              - !Sub "arn:aws:s3:::${CostUsageReportBucketName}-
          ${AWS::AccountId}/cur/${CostUsageReportBucketName}/*"
      Roles:
        - Ref: CrossAccountRole
  CrossAccountRoleAssetPolicy:
    Type: AWS::IAM::Policy
    DependsOn: InitialRegistrationNotification
    Properties:
      PolicyName: CrossAccountRoleAssetPolicy
      PolicyDocument:
        Version: "2012-10-17"
        Statement:
          - Effect: Allow
            Action:
              - apigateway:GET
              - autoscaling:Describe*
              - cloudfront:List*
              - cloudsearch:DescribeAnalysisSchemes
              - cloudsearch:DescribeDomains
              - cloudsearch:ListDomainNames
              - cloudtrail:LookupEvents
              - cloudwatch:GetMetricStatistics
              - cloudwatch:ListMetrics
              - cloudwatch:ListTagsForResource
              - codedeploy:Get*
              - codedeploy:List*
              - directconnect:DescribeConnections
              - directconnect:DescribeTags
              - dms:DescribeConnections
              - dms:ListTagsForResource
              - dynamodb:DescribeTable
              - dynamodb:ListTables
              - dynamodb:ListTagsOfResource
              - ec2:Describe*
              - ecs:Describe*
              - ecs:List*
              - eks:DescribeCluster
              - eks:ListClusters
              - eks:ListTagsForResource
              - elasticache:DescribeCacheClusters
              - elasticache:DescribeReplicationGroups
              - elasticache:ListTagsForResource
              - elasticfilesystem:DescribeFileSystems
              - elasticfilesystem:DescribeTags
              - elasticloadbalancing:Describe*
              - elasticmapreduce:DescribeCluster
              - elasticmapreduce:ListClusters
              - elasticmapreduce:ListInstances
              - es:DescribeElasticsearchDomain
              - es:DescribeElasticsearchDomains
              - es:ListDomainNames
              - es:ListTags
              - firehose:DescribeDeliveryStream
              - firehose:ListDeliveryStreams
              - firehose:ListTagsForDeliveryStream
              - fms:ListPolicies
              - fms:ListTagsForResource
              - glacier:ListTagsForVault
              - glacier:ListVaults
              - glue:Get*
              - glue:ListCrawlers
              - iam:GetRolePolicy
              - iam:GetPolicy
              - iam:GetPolicyVersion
              - iam:GetUser
              - iam:ListAttachedGroupPolicies
              - iam:ListAttachedRolePolicies
              - iam:ListAttachedUserPolicies
              - iam:ListGroupsForUser
              - ivs:ListChannels
              - ivs:ListStreams
              - ivschat:ListRooms
              - kafka:DescribeCluster
              - kafka:ListClusters
              - kinesis:DescribeStream
              - kinesis:ListStreams
              - kinesis:ListTagsForStream
              - kinesisanalytics:DescribeApplication
              - kinesisanalytics:ListApplications
              - kinesisanalytics:ListTagsForResource
              - kinesisvideo:DescribeStream
              - kinesisvideo:ListStreams
              - kinesisvideo:listTagsForResource
              - kinesisvideo:ListTagsForStream
              - kms:DescribeKey
              - kms:ListKeys
              - kms:ListResourceTags
              - lambda:ListAliases
              - lambda:ListFunctions
              - lambda:ListTags
              - logs:DescribeLogGroups
              - logs:ListTagsLogGroup
              - mediaconvert:DescribeEndpoints
              - mediaconvert:ListJobs
              - mediaconvert:ListTagsForResource
              - medialive:ListChannels
              - medialive:ListInputs
              - mediastore:DescribeContainer
              - mediastore:ListContainers
              - mediastore:ListTagsForResource
              - rds:Describe*
              - rds:ListTagsForResource
              - redshift:DescribeClusters
              - redshift:DescribeTags
              - route53:List*
              - s3:GetBucketLocation
              - s3:GetBucketTagging
              - s3:HeadBucket
              - s3:ListAllMyBuckets
              - s3:ListBucket
              - s3:ListBucketByTags
              - sagemaker:Describe*
              - sagemaker:List*
              - savingsplans:DescribeSavingsPlans
              - savingsplans:ListTagsForResource
              - sqs:GetQueueAttributes
              - sqs:ListQueueTags
              - sqs:ListQueues
              - transfer:ListServers
              - transfer:ListTagsForResource
              - wafv2:GetRuleGroup
              - wafv2:GetWebACL
              - wafv2:ListRuleGroups
              - wafv2:ListTagsForResource
              - wafv2:ListWebACLs
              - workspaces:Describe*
              - airflow:ListEnvironments
              - airflow:GetEnvironment
              - airflow:ListTagsForResource
              - mq:ListBrokers
              - mq:Describe*
              - fsx:DescribeFileSystems
            Resource: "*"
      Roles:
        - Ref: CrossAccountRole

Need More Help?

More Questions?

For more information about OpsNow, visit our knowledge base

Contact Support

Our team is here to help with any questions you may have!

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Block quote

Ordered list

  1. Item 1
  2. Item 2
  3. Item 3

Unordered list

  • Item A
  • Item B
  • Item C

Text link

Bold text

Emphasis

Superscript

Subscript

쉽고 빠르게 시작하세요

이용자가이드, 블로그, 고객 사례를 탐색해
OpsNow를 통해 성공할 수 있는 필요한 정보를 찾아보세요.
OpsNow Whitepaper
OpsNow를 통해 FinOps를 도입하세요

OpsNow
블로그
Cloud 및 IT 트렌드를 확인하세요

이용자 가이드
OpsNow를 효과적으로 이용할 수 있는 방법을 안내해드려요
FAQ
자주 묻는 질문을 통해 빠르게
문제를 해결하세요
기술지원
OpsNow API 문서는 모든 주요 플랫폼에서 사용할 수 있어요

Can't find what you're looking for?