Before you start the migration from Amazon AWS to Nutanix AHV you have to prepare user with access rights to the AWS VPC. You could leverage
First what we do is create a policy and then create a user and assign
Log in to the AWS console, from Services find IAM –> Policies –> Create
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:DetachVolume",
"ec2:AttachVolume",
"ec2:DeleteSnapshot",
"ec2:CreateSecurityGroup",
"ec2:AuthorizeSecurityGroup*",
"ec2:TerminateInstances",
"ec2:DeleteTags",
"ec2:CreateTags",
"ec2:*Describe*",
"ec2:RunInstances",
"ec2:StopInstances",
"ec2:CreateVolume",
"ec2:DeleteVolume",
"ec2:StartInstances",
"iam:SimulatePrincipalPolicy",
"ssm:DescribeInstanceInformation",
"ec2:CreateSnapshot",
"iam:GetUser",
"ec2:*KeyPair*",
"route53:CreateHostedZone",
"route53:UpdateHostedZoneComment",
"route53:GetHostedZone",
"route53:ListHostedZones",
"route53:DeleteHostedZone",
"route53:AssociateVPCWithHostedZone",
"route53:ChangeResourceRecordSets",
"route53:DisassociateVPCFromHostedZone",
"route53:ListResourceRecordSets",
"route53:ListHostedZonesByName",
"route53:GetHostedZoneCount"
],
"Resource": "*"
}
]
}
Review policy, provide name and description and hit create policy
We have a security policy in place, now we can create a user and assign it to the policy. From the same
In
In next step, review details and create new user
Now, the user is ready and can be used to connect Nutanix Move to the Amazon AWS.
Link to Video – to be created
HI,
Do they charge for creating Users,policies,VPC ,IG,public IP ,EC2 instance and migration form AWS to AHV?