Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new AWS resources #190

Merged
merged 3 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,13 @@ natgateway
NDdh
NDgz
netsh
networkinterface
networkservice
newkey
nginx
Nlcy
noarch
nodegroup
nodepool
NSIs
NSUl
Expand Down Expand Up @@ -319,6 +321,7 @@ Stupakov
sudolog
suki
SXp
targetgroup
Tdej
teamsmeetingpolicyconfig
tenantfederationconfig
Expand Down
2 changes: 1 addition & 1 deletion docs/cnquery/cnquery-supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cnquery can request information from:
| Target | Provider | Example |
| ----------------------------- | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| AWS accounts | `aws` | `cnquery shell aws` |
| AWS CloudFormation templates | `cloudformation` | `cnquery shell cloudformation cloudformation_file.json` |
| AWS CloudFormation templates | `cloudformation` | `cnquery shell cloudformation cloudformation_file.json` |
| AWS EC2 EBS snapshot | `aws ec2 ebs snapshot` | `cnquery shell aws ec2 ebs snapshot SNAPSHOTID` |
| AWS EC2 EBS volume | `aws ec2 ebs volume` | `cnquery shell aws ec2 ebs volume VOLUMEID` |
| AWS EC2 Instance Connect | `aws ec2 instance-connect` | `cnquery shell aws ec2 instance-connect ec2-user@INSTANCEID` |
Expand Down
3 changes: 3 additions & 0 deletions docs/mql/resources/aws-pack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Resources included in this pack:
| [aws.ec2.networkacl.association](aws.ec2.networkacl.association.md) | |
| [aws.ec2.networkacl.entry](aws.ec2.networkacl.entry.md) | Amazon EC2 network ACL entry |
| [aws.ec2.networkacl.entry.portrange](aws.ec2.networkacl.entry.portrange.md) | Amazon EC2 network ACL entry port range |
| [aws.ec2.networkinterface](aws.ec2.networkinterface.md) | AWS EC2 network interface |
| [aws.ec2.securitygroup](aws.ec2.securitygroup.md) | Amazon EC2 security group |
| [aws.ec2.securitygroup.ippermission](aws.ec2.securitygroup.ippermission.md) | Amazon EC2 security group IP permission |
| [aws.ec2.snapshot](aws.ec2.snapshot.md) | Amazon EC2 (EBS) snapshot |
Expand All @@ -85,10 +86,12 @@ Resources included in this pack:
| [aws.efs.filesystem](aws.efs.filesystem.md) | AWS Elastic File System (EFS) file system |
| [aws.eks](aws.eks.md) | Amazon Elastic Kubernetes Service (EKS) |
| [aws.eks.cluster](aws.eks.cluster.md) | Amazon EKS cluster |
| [aws.eks.nodegroup](aws.eks.nodegroup.md) | Amazon EKS managed node group |
| [aws.elasticache](aws.elasticache.md) | Amazon ElastiCache |
| [aws.elasticache.cluster](aws.elasticache.cluster.md) | Amazon ElastiCache cluster |
| [aws.elb](aws.elb.md) | AWS Elastic Load Balancing |
| [aws.elb.loadbalancer](aws.elb.loadbalancer.md) | AWS Elastic Load Balancing load balancer |
| [aws.elb.targetgroup](aws.elb.targetgroup.md) | AWS Elastic Load Balancer (ELB) Target Group |
| [aws.emr](aws.emr.md) | Amazon EMR |
| [aws.emr.cluster](aws.emr.cluster.md) | Amazon EMR cluster |
| [aws.es](aws.es.md) | AWS Elasticsearch service |
Expand Down
Loading
Loading