Skip to content

Commit

Permalink
Fixed CFN template link for Spark workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismld authored and jagpk committed Nov 22, 2022
1 parent b9c3e42 commit 05336b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you are at an AWS event, an AWS account was created for you to use throughout
You are now logged in to the AWS console in an account that was created for you, and will be available only throughout the workshop run time.

{{% notice info %}}
The workshop requires an [AWS Cloud9](https://console.aws.amazon.com/cloud9) workspace and a S3 buckets as the prerequisites. To save time these pre-requisites and dependencies have been already deployed using this CloudFormation Template (**[emr-spark-spot-workshop-quickstarter-cnf.yml](https://raw.githubusercontent.com/awslabs/ec2-spot-workshops/master/workshops/running_spark_apps_with_emr_on_spot_instances/emr-spark-spot-workshop-quickstarter-cnf.yml)**).
The workshop requires an [AWS Cloud9](https://console.aws.amazon.com/cloud9) workspace and a S3 buckets as the prerequisites. To save time these pre-requisites and dependencies have been already deployed using this CloudFormation Template (**[emr-spark-spot-workshop-quickstarter-cnf.yml](https://raw.githubusercontent.com/awslabs/ec2-spot-workshops/master/workshops/running_spark_apps_with_emr_on_spot_instances/emr-spark-spot-workshop-quickstarter-cnf.yaml)**).
{{% /notice %}}

#### Getting access to Cloud9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To run this workshop you need an AWS account with Administrator or similar privi

The workshop requires an [AWS Cloud9](https://console.aws.amazon.com/cloud9) workspace and a S3 buckets as the prerequisites. To save time you install these prerequisites using a cloudformation template.

1. Download locally this cloudformation stack into a file (**[emr-spark-spot-workshop-quickstarter-cnf.yml](https://raw.githubusercontent.com/awslabs/ec2-spot-workshops/master/workshops/running_spark_apps_with_emr_on_spot_instances/emr-spark-spot-workshop-quickstarter-cnf.yml)**).
1. Download locally this cloudformation stack into a file (**[emr-spark-spot-workshop-quickstarter-cnf.yml](https://raw.githubusercontent.com/awslabs/ec2-spot-workshops/master/workshops/running_spark_apps_with_emr_on_spot_instances/emr-spark-spot-workshop-quickstarter-cnf.yaml)**).
2. Go to the [CloudFormation console](https://us-east-1.console.aws.amazon.com/cloudformation/home) and select **With new resources(standard)** option in **Create stack** drop down.
3. In the **Create stack** stack form in **Prerequisite - Prepare template** section select **Template is ready**.
4. In **Specify template** section select **Upload a template file** and click on **Choose file** button to upload the CloudFormation template you downloaded in step 1.
Expand Down

0 comments on commit 05336b5

Please sign in to comment.