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
Examples are created to help users understand and build EKS clusters using this module. Examples are helpful for some Proof of Concept build and are focusing on showing usage of different possibilities.
4
+
5
+
> Important
6
+
>
7
+
> Examples should not be used for production deployments. Examples try to be simple and not consistently implement best practices in areas of high availability or security.
8
+
9
+
## Example rules
10
+
11
+
- each example is independent of each other and can be created independently
12
+
- there is implemented additional random suffix so the same example should be able to be launched on the same AWS account
13
+
- each example requires some generic resources like VPC, subnets and etc., which are embedded into the standard `generic.tf` file. The file is exactly the same across all examples
14
+
- by default example is launched in `eu-west-1` region. To launch it in another region just override the region variable in terraform using `terraform apply -var=region=us-east-1`
0 commit comments