aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.96k stars 2.1k forks source link

Add New Python Pattern: SSH-able EMR cluster via EC2 Instance #954

Closed tommywhelan closed 6 months ago

tommywhelan commented 8 months ago

PR for validated idea from existing issue that I created: https://github.com/aws-samples/aws-cdk-examples/issues/765

The pattern creates an EMR cluster that is in a Private Subnet, which can be SSH-ed into in a secure fashion via a EC2 instance in the VPC's public subnet.

This pattern provides an accelerator for developing on EMR, by reducing the time/ # of steps in which a user can gain secure access to the cluster.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

tommywhelan commented 6 months ago

@kaizio Fixed!

Just tested with new CDK version and worked smoothly. From my end, this pattern is good to go