turbot/steampipe-mod-aws-compliance

Query: transfer_server_no_ftp_protocol

Usage

powerpipe query aws_compliance.query.transfer_server_no_ftp_protocol

Steampipe Tables

SQL

select
arn as resource,
case
when protocols @> '[ "FTP" ]' then 'alarm'
else 'ok'
end as status,
case
when protocols @> '[ "FTP" ]' then title || ' uses FTP protocol for endpoint connection.'
else title || ' does not uses FTP protocol for endpoint connection.'
end as reason
, region, account_id
from
aws_transfer_server;

Controls

The query is being used by the following controls: