Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PVC base on proxied AWS IaaS #139

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The catalog of projects, examples, and definitions currently covers CDP Public C
| [`cde`](public-cloud/aws/cde/README.md) | public cloud | AWS | **Constructs a set of Cloudera Data Engineering (CDE) workspaces within their own CDP Public Cloud Environment and Datalake.** Generates via Ansible the AWS infrastructure and CDP artifacts, including SSH key, cross-account credentials, S3 buckets, etc. |
| [`cdf`](public-cloud/aws/cdf/README.md) | public cloud | AWS | **Constructs a set of Cloudera Data Flow (CDF) workspaces and data hubs within their own CDP Public Cloud Environment and Datalake.** Generates via Ansible the AWS infrastructure and CDP artifacts, including SSH key, cross-account credentials, S3 buckets, etc. |
| [`cml`](public-cloud/aws/cml/README.md) | public cloud | AWS | **Constructs a set of Cloudera Machine Learning (CML) workspaces within their own CDP Public Cloud Environment and Datalake.** Generates via Ansible the AWS infrastructure and CDP artifacts, including SSH key, cross-account credentials, S3 buckets, etc. |
| [`base`](private-cloud/base/aws-iaas/README.md) | private cloud | AWS IaaS | **Constructs a CDP Private Cloud Base cluster running on AWS IaaS.** Uses Terraform to generate the AWS infrastructure and deploys to a SSH-proxied private cluster. |

# Roadmap

Expand Down