Please enter search query.
Search <book_title>...
Veritas™ Resiliency Platform 2.2 Solutions for Microsoft Hyper-V
Last Published:
2017-04-07
Product(s):
Resiliency Platform & CloudMobility (2.2)
- Section I. Overview of Resiliency Platform
- Section II. Preparing your environment
- Using array-based replication
- Managing disaster recovery network mapping
- Using array-based replication
- Section III. Working with resiliency groups
- Managing resiliency groups
- Configuring resiliency groups for remote recovery
- Managing virtual machines for remote recovery (DR) using 3rd party replication technology
- Managing virtual machines for remote recovery (DR) in Amazon Web Services
- Section IV. Managing disaster recovery
- Managing resiliency plans
- Creating a new resiliency plan template
- Monitoring risks, reports, and activites
- Managing evacuation plans
- Appendix A. General troubleshooting
- Appendix B. Sample policy and trust relationships for AWS
Sample policy statement for AWS
Following is a sample policy statement that you can use to manage the permissions for the users. This policy assigns the following permissions:
s3:GetBucketLocation and s3:GetObject on vrp-bucket
ec2:ImportSnapshot, ec2:DescribeSnapshot, and ec2:CopySnapshot on all the resources
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:GetBucketLocation", "s3:GetObject" ], "Resource": [ "arn:aws:s3:::drlbucketqcowsk", "arn:aws:s3:::drlbucketqcowsk/*" ] }, { "Effect": "Allow", "Action": [ "ec2:ImportSnapshot", "ec2:DescribeSnapshots", "ec2:CopySnapshot" ], "Resource": "*" } ] }