AWS v1 (deprecated)
You can import new assets directly from your AWS by giving us 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"
],
"Resource": "*"
}
]
}