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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# valid8or-plugin-aws
2
-
The AWS [valid8or](https://github.com/spectrocloud-labs/valid8or) plugin ensures that your AWS environment matches a user-configurable expected state.
1
+
# validator-plugin-aws
2
+
The AWS [validator](https://github.com/spectrocloud-labs/validator) plugin ensures that your AWS environment matches a user-configurable expected state.
3
3
4
4
## Description
5
-
The AWS valid8or plugin reconciles `AwsValidator` custom resources to perform the following validations against your AWS environment:
5
+
The AWS validator 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 user / group / role / policy against an expected permission set
8
8
2. Compare the usage for a particular service quota against the active quota
9
9
3. Compare the tags associated with a subnet against an expected tag set
10
10
11
11
Each `AwsValidator` CR is (re)-processed every two minutes to continuously ensure that your AWS environment matches the expected state.
12
12
13
-
See the [samples](https://github.com/spectrocloud-labs/valid8or-plugin-aws/tree/main/config/samples) directory for example `AwsValidator` configurations.
13
+
See the [samples](https://github.com/spectrocloud-labs/validator-plugin-aws/tree/main/config/samples) directory for example `AwsValidator` configurations.
14
14
15
15
## Supported Service Quotas by AWS Service
16
16
EC2:
@@ -33,12 +33,12 @@ VPC:
33
33
- Subnets per VPC
34
34
35
35
## Installation
36
-
The AWS valid8or plugin is meant to be [installed by valid8or](https://github.com/spectrocloud-labs/valid8or/tree/gh_pages#installation) (via a Valid8orConfig), but it can also be installed directly as follows:
36
+
The AWS validator plugin is meant to be [installed by validator](https://github.com/spectrocloud-labs/validator/tree/gh_pages#installation) (via a ValidatorConfig), but it can also be installed directly as follows:
0 commit comments