LICENSE
MANIFEST.in
NOTICE
README.md
VERSION
fix.sh
mkdocs.yml
pyproject.toml
requirements-dev.in
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
update_repo.sh
validate.sh
../LICENSE
../NOTICE
aws_orbit/__init__.py
aws_orbit/__main__.py
aws_orbit/__metadata__.py
aws_orbit/bundle.py
aws_orbit/cdk.py
aws_orbit/cleanup.py
aws_orbit/docker.py
aws_orbit/dockerhub.py
aws_orbit/exceptions.py
aws_orbit/k8s.py
aws_orbit/messages.py
aws_orbit/py.typed
aws_orbit/remote.py
aws_orbit/sh.py
aws_orbit/toolkit.py
aws_orbit/utils.py
aws_orbit.egg-info/PKG-INFO
aws_orbit.egg-info/SOURCES.txt
aws_orbit.egg-info/dependency_links.txt
aws_orbit.egg-info/entry_points.txt
aws_orbit.egg-info/requires.txt
aws_orbit.egg-info/top_level.txt
aws_orbit/commands/__init__.py
aws_orbit/commands/delete.py
aws_orbit/commands/deploy.py
aws_orbit/commands/destroy.py
aws_orbit/commands/image.py
aws_orbit/commands/init.py
aws_orbit/commands/list.py
aws_orbit/commands/run.py
aws_orbit/data/charts/uninstall_namespace_charts.sh
aws_orbit/data/charts/team/team-space/.helmignore
aws_orbit/data/charts/team/team-space/Chart.yaml
aws_orbit/data/charts/team/team-space/values.yaml
aws_orbit/data/charts/team/team-space/templates/_helpers.tpl
aws_orbit/data/charts/team/team-space/templates/init-efs-job.yaml
aws_orbit/data/charts/team/team-space/templates/pod-setting-common.yaml
aws_orbit/data/charts/user/user-space/.helmignore
aws_orbit/data/charts/user/user-space/Chart.yaml
aws_orbit/data/charts/user/user-space/values.yaml
aws_orbit/data/charts/user/user-space/templates/_helpers.tpl
aws_orbit/data/charts/user/user-space/templates/copy_vscode_ext.yaml
aws_orbit/data/charts/user/user-space/templates/kubeflow_profile.yaml
aws_orbit/data/charts/user/user-space/templates/persistent.yaml
aws_orbit/data/charts/user/user-space/templates/poddefaults.yaml
aws_orbit/data/charts/user/user-space/templates/roles.yaml
aws_orbit/data/charts/user/user-space/templates/security_policy.yaml
aws_orbit/data/cms/schema/Beneficiary_Summary.json
aws_orbit/data/cms/schema/Carrier_Claims.json
aws_orbit/data/cms/schema/Inpatient_Claims.json
aws_orbit/data/cms/schema/Outpatient_Claims.json
aws_orbit/data/cms/schema/Prescription_Drug_Events.json
aws_orbit/data/init/common-profiles.json
aws_orbit/data/init/common_plugins.yaml
aws_orbit/data/init/default-env-manifest.yaml
aws_orbit/data/init/default-foundation.yaml
aws_orbit/data/kubectl/env/00-commons.yaml
aws_orbit/data/kubectl/kube-system/00-observability.yaml
aws_orbit/data/kubectl/kube-system/01-aws-vgpu-daemonset.yaml
aws_orbit/data/kubectl/kube-system/01-nvidia-daemonset.yaml
aws_orbit/data/kubectl/kube-system/02-cluster-autoscaler-autodiscover.yaml
aws_orbit/data/kubectl/kube-system/efs_driver/base/csidriver.yaml
aws_orbit/data/kubectl/kube-system/efs_driver/base/kustomization.yaml
aws_orbit/data/kubectl/kube-system/efs_driver/base/node.yaml
aws_orbit/data/kubectl/kube-system/efs_driver/overlays/kustomization.yaml
aws_orbit/data/kubectl/kube-system/fsx_driver/base/controller.yaml
aws_orbit/data/kubectl/kube-system/fsx_driver/base/csidriver.yaml
aws_orbit/data/kubectl/kube-system/fsx_driver/base/kustomization.yaml
aws_orbit/data/kubectl/kube-system/fsx_driver/base/node.yaml
aws_orbit/data/kubectl/kube-system/fsx_driver/base/rbac.yaml
aws_orbit/data/kubectl/kube-system/fsx_driver/overlays/stable/kustomization.yaml
aws_orbit/data/kubectl/kubeflow/kf-jupyter-launcher.yaml
aws_orbit/data/kubectl/kubeflow/kf-jupyter-patch.yaml
aws_orbit/data/kubectl/kubeflow/kubeflow_namespace.yaml
aws_orbit/data/kubectl/orbit-system/00-commons.yaml
aws_orbit/data/kubectl/orbit-system/01a-orbit-controller.yaml
aws_orbit/data/kubectl/orbit-system/01b-cert-manager.yaml
aws_orbit/data/kubectl/orbit-system/01c-image-replicator.yaml
aws_orbit/data/kubectl/orbit-system/02-ssm-agent-daemonset-installer.yaml
aws_orbit/data/kubectl/orbit-system/10-sm-operator.yaml
aws_orbit/data/kubectl/teams/00-team.yaml
aws_orbit/data/kubectl/teams/01-team-rbac-role.yaml
aws_orbit/data/kubectl/teams/02-admin-binding.yaml
aws_orbit/data/kubeflow/apply_kf.sh
aws_orbit/data/kubeflow/delete_kf.sh
aws_orbit/data/kubeflow/kfctl_aws.yaml
aws_orbit/data/toolkit/template.yaml
aws_orbit/models/__init__.py
aws_orbit/models/changeset.py
aws_orbit/models/common.py
aws_orbit/models/context.py
aws_orbit/models/manifest.py
aws_orbit/plugins/__init__.py
aws_orbit/plugins/helpers.py
aws_orbit/plugins/hooks.py
aws_orbit/remote_files/__init__.py
aws_orbit/remote_files/build.py
aws_orbit/remote_files/cdk_toolkit.py
aws_orbit/remote_files/cert.py
aws_orbit/remote_files/delete.py
aws_orbit/remote_files/deploy.py
aws_orbit/remote_files/destroy.py
aws_orbit/remote_files/eksctl.py
aws_orbit/remote_files/env.py
aws_orbit/remote_files/foundation.py
aws_orbit/remote_files/helm.py
aws_orbit/remote_files/kubectl.py
aws_orbit/remote_files/kubeflow.py
aws_orbit/remote_files/teams.py
aws_orbit/remote_files/utils.py
aws_orbit/remote_files/cdk/__init__.py
aws_orbit/remote_files/cdk/env.py
aws_orbit/remote_files/cdk/foundation.py
aws_orbit/remote_files/cdk/team.py
aws_orbit/remote_files/cdk/lambda_sources/__init__.py
aws_orbit/remote_files/cdk/lambda_sources/cognito_post_authentication/__init__.py
aws_orbit/remote_files/cdk/lambda_sources/cognito_post_authentication/index.py
aws_orbit/remote_files/cdk/lambda_sources/cognito_post_authentication/k8s_manage.py
aws_orbit/remote_files/cdk/lambda_sources/cognito_post_authentication/requirements.txt
aws_orbit/remote_files/cdk/lambda_sources/construct_request/__init__.py
aws_orbit/remote_files/cdk/lambda_sources/construct_request/index.py
aws_orbit/remote_files/cdk/lambda_sources/eks_describe_cluster/__init__.py
aws_orbit/remote_files/cdk/lambda_sources/eks_describe_cluster/index.py
aws_orbit/remote_files/cdk/lambda_sources/eks_service_handler/__init__.py
aws_orbit/remote_files/cdk/lambda_sources/eks_service_handler/index.py
aws_orbit/remote_files/cdk/lambda_sources/token_validation/__init__.py
aws_orbit/remote_files/cdk/lambda_sources/token_validation/index.py
aws_orbit/remote_files/cdk/lambda_sources/token_validation/requirements.txt
aws_orbit/remote_files/cdk/team_builders/__init__.py
aws_orbit/remote_files/cdk/team_builders/_lambda.py
aws_orbit/remote_files/cdk/team_builders/cognito.py
aws_orbit/remote_files/cdk/team_builders/ec2.py
aws_orbit/remote_files/cdk/team_builders/efs.py
aws_orbit/remote_files/cdk/team_builders/iam.py
aws_orbit/remote_files/cdk/team_builders/s3.py
aws_orbit/services/__init__.py
aws_orbit/services/autoscaling.py
aws_orbit/services/cfn.py
aws_orbit/services/cloudwatch.py
aws_orbit/services/codebuild.py
aws_orbit/services/cognito.py
aws_orbit/services/ec2.py
aws_orbit/services/ecr.py
aws_orbit/services/efs.py
aws_orbit/services/eks.py
aws_orbit/services/elb.py
aws_orbit/services/iam.py
aws_orbit/services/s3.py
aws_orbit/services/ssm.py
aws_orbit/services/vpc.py
docs/index.md