...
Recommended Configuration
Environments | EKS | SQL |
---|---|---|
Production | Worker node: EC2 T3.large, 2 vCPU, 16 GiB RAM Worker node count: 3;
| Amazon RDS for SQL Server
|
|
Databases:
| ||
Non-production | Worker node: EC2 T3.large, 2 vCPU, 16 GiB RAM Worker node count: 3; | Amazon RDS for SQL Server
|
|
Databases: the "x" represents the environment tag, e.g. d for Development, q for QA.
|
Connect to EKS cluster
Configure your AWS CLI credential if it is not yet configured.
Run command below andinput information prompted.
aws configure
For more information, see Configuring the AWS CLI.Set context to the EKS cluster. Run the command below.
aws eks --region <region> update-kubeconfig --name <cluster_name>
...