Query AWS Config with SQL OR clause

0

I'm trying to use AWS Config Advanced Queries to get a report of some resources. I want to get in the same result, resources like ec2:instances rds:clusters and s3:buckets But the clause OR did not work

SELECT resourceId, resourceName, resourceType, configuration.instanceType, tags, availabilityZone WHERE resourceType = 'AWS::EC2::Instance' OR resourceType = 'AWS::RDS::Cluster' OR resourceType = 'AWS::S3::Bucket'

asked 5 months ago139 views
1 Answer
0

I got it working. I dont know why, it works. same query. I may be missing some thing. Thanks

answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions