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'

posta 6 mesi fa150 visualizzazioni
1 Risposta
0

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

con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande