AWS
You can import new assets directly from your AWS by giving Halo Security restricted read access.
Last updated
Was this helpful?
Was this helpful?
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "HaloSecurity01",
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"elasticloadbalancing:Describe*",
"route53:GetHostedZone",
"route53:ListHostedZones",
"route53:ListResourceRecordSets",
"route53:ListHostedZonesByName",
"s3:ListAllMyBuckets",
"cloudfront:ListDistributions",
"organizations:ListRoots",
"organizations:ListOrganizationalUnitsForParent",
"organizations:ListChildren",
"organizations:ListParents",
"organizations:ListAccounts",
"organizations:ListAccountsForParent"
],
"Resource": "*"
}
]
}