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
This is terraform code that will build a playground environment for development environment.
3
+
4
+
## Modules
5
+
### IAM Identity Center
6
+
A module that allows a user to set up SSO and create users, groups, and permission sets.
7
+
8
+
### EKS
9
+
A module that will configure an EKS cluster and the required IAM role and permissions.
10
+
11
+
### Spot Fleet
12
+
A module to configure spot fleets and acceptable spot server types that can be used with the EKS module. A future enhancement will be to also leverage Karpenter to help with autoscaling.
13
+
14
+
###
15
+
VPC
16
+
A module that will configure the VPC and subnets (based on the amount of AZs in that region). Also has an option to configure a NAT gateway.
0 commit comments