You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,28 @@ The AWS [valid8or](https://github.com/spectrocloud-labs/valid8or) plugin ensures
5
5
The AWS valid8or plugin reconciles `AwsValidator` custom resources to perform the following validations against your AWS environment:
6
6
7
7
1. Compare the IAM permissions associated with an IAM role against an expected permission set
8
-
2. Compare the tags associated with a subnet against an expected tag set
8
+
2. Compare the usage for a particular service quota against the active quota
9
+
3. Compare the tags associated with a subnet against an expected tag set
9
10
10
11
Each `AwsValidator` CR is (re)-processed every two minutes to continuously ensure that your AWS environment matches the expected state.
11
12
12
13
See the [samples](https://github.com/spectrocloud-labs/valid8or-plugin-aws/tree/main/config/samples) directory for example `AwsValidator` configurations.
13
14
15
+
## Supported Service Quotas by AWS Service
16
+
EC2:
17
+
- EC2-VPC Elastic IPs
18
+
19
+
ELB:
20
+
- Application Load Balancers per Region
21
+
- Classic Load Balancers per Region
22
+
23
+
VPC:
24
+
- VPCs per Region
25
+
- Subnets per VPC
26
+
- NAT gateways per Availability Zone
27
+
- Network interfaces per Region
28
+
- Internet gateways per Region
29
+
14
30
## Getting Started
15
31
You’ll need a Kubernetes cluster to run against. You can use [kind](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.
16
32
**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).
0 commit comments