If you previously used the "Add Cloud Account" wizard to import Amazon Web Services
resources into Deep Security as a Service, those resources are organized by AWS region
on Computers. You may have run the wizard more than once if you have multiple AWS regions.
Server & Workload Protection the ability to display your AWS instances under your AWS account name, organized
in a hierarchy that includes the AWS Region, VPC, and subnet.
Before migrating your AWS resources, you will need to edit the policy that allows
Server & Workload Protection to access your AWS account:
Procedure
- Log in to your Amazon Web Services Console and go to Identity and Access Management (IAM).
- In the left navigation pane, click Policies.
- In the list of policies, select the policy that allows Server & Workload Protection to access your AWS account.
- Go to the Policy Document tab and click Edit.
- Edit the policy document to include this JSON code:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "cloudconnector", "Effect": "Allow", "Action": [ "ec2:DescribeImages", "ec2:DescribeInstances", "ec2:DescribeRegions", "ec2:DescribeSubnets", "ec2:DescribeTags", "ec2:DescribeVpcs", "iam:ListAccountAliases", "sts:AssumeRole" ], "Resource": [ "*" ] } ] }
Note
The"sts:AssumeRole"
permission is required only if you are using cross-account role access. For more information on IAM roles, see Tutorial: Delegate Access Across AWS Accounts Using IAM Roles. - Select Save as default version.
What to do next
To migrate your AWS resources in the Server & Workload Protection console:
-
In the Server & Workload Protection console, go to the Computers page.
-
In the Computers tree, right-click an AWS region and select Upgrade to Amazon Account.
-
Click Finish and then Close. Your AWS instances will now appear under your AWS account name, organized in a hierarchy that includes the AWS Region, VPC, and subnet.