./validate.shFor deploy operations, the operator needs to provide a manifest. The following command generates sample manifests to allow quick initiation.
Orbit CLI can deploy required resources such as VPC, Cognito User Pool, File systems, etc.
Users can decide to deplot using existing resources, or use orbit to deploy these resources as follows:
arn:aws:iam::{ACCOUNT_ID}:role/orbit-{ENV_NAME}-admin).Trust Relationship tab.{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::{ACCOUNT_ID}:user/{USERNAME}"
},
"Action": "sts:AssumeRole"
},
aws eks update-kubeconfig --name orbit-{ENV_NAME} --role-arn arn:aws:iam::{ACCOUNT_ID}:role/orbit-{ENV_NAME}-adminkubectl get pod -A{
"cfnLint.ignoreRules": [
"E1029",
"E3031"
],
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": false
}