Arctera Insight Information Governance Administrator's Guide
- Section I. Getting started
- Introduction to Arctera Insight Information Governance administration
- Configuring Information Governance global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Information Governance integration with Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About user risk score
- About bulk assignment of custodians
- Configuring Metadata Framework
- Section II. Configuring Information Governance
- Configuring Information Governance product users
- Configuring Information Governance product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Adding a directory service domain to Information Governance
- Configuring containers
- Server Pools
- Section III. Configuring native file systems in Information Governance
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Information Governance and cluster-mode NetApp devices
- Configuring EMC Celerra or VNX monitoring
- Configuring EMC Isilon monitoring
- Configuring EMC Unity VSA file servers
- Configuring Hitachi NAS file server monitoring
- Configuring Windows File Server monitoring
- Configuring Arctera File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring clustered NetApp file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Information Governance web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Configuring monitoring of Box accounts
- Configuring OneDrive account monitoring
- Configuring Azure Netapp Files Device
- Managing cloud sources
- Section VI. Configuring Object Storage Sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Configuring policies
- Managing policies
- Configuring policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Information Governance best practices
- Appendix B. Migrating Information Governance components
- Appendix C. Backing up and restoring data
- Appendix D. Arctera Information Governance health checks
- About Information Governance health checks
- About Information Governance health checks
- Appendix E. Command File Reference
- Appendix F. Arctera Information Governance jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Configuring Amazon S3 account monitoring
To configure Amazon S3 account monitoring in Information Governance, complete the following steps in the given order:
To Create a user in AWS,
- Log in to AWS management console
Note:
Make sure that you have enough permissions to create new user and group.
- Click Services in the top left corner, scroll down and select IAM under Security, Identity, & Compliance
- On the IAM dashboard, click Users in the left pane and click Add users in the right pane
- On the Add user page, enter user name and check both check boxes in the Select AWS credential type
- Click Next: Permission
- On the Set permissions page, click Create group
- In the Create group pop up, enter Group name and click Create policy.
Note:
There are multiple ways to grant necessary permissions. You can use Visual Editor, Manage Policy or you can add the JSON given below. If you are opting for Visual Editor or Manage Policy, refer to the JSON given below to know the required permissions.
- On Create policy page, click JSON tab and add the following JSON
{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:Get*", "s3:List*" ], "Resource": "*" }, { "Sid": "VisualEditor1", "Effect": "Allow", "Action": [ "s3:PutObject", "athena:StartQueryExecution", "athena:StopQueryExecution", "athena:GetQueryResults", "athena:GetQueryExecution", "glue:GetTable" ], "Resource": [ "arn:aws:athena:*:<AWS account ID>:*", "arn:aws:glue:*:<AWS account ID>:*", "arn:aws:s3:::<Athena output bucket name>/*" ] } ] }
In the above in line permission JSON,
Sid": "VisualEditor0 section will be used for scan, discovery, and classification (Get* and List*).
"Resource" attribute: for scanning specific buckets, add the bucket names or add * to scan all the buckets.
Sid": "VisualEditor1" will be used for audits.
"s3:PutObject" is used by Athena for storing report output internally.
- Click Next: Tags
- Do not add any tag, click Next: Review
- Enter policy name and click Create policy
- Navigate to the Create group browser window and click Refresh
- Search the policy that was created, select the policy and click Create group.
- Click Next: Tags
- Click Next: Review
- Click Create User
- A new user gets created.
You can download the Access key ID, Secret access key and Password as a CSV file or use Send email option to receive it as an email. You need these credentials while configuring Amazon S3 in Information Governance