Skip to content

Commit a092e7b

Browse files
authored
Describe how to setup an EC2 instance to compile
1 parent 4ccd5a1 commit a092e7b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

EC2_INSTANCE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Steps
2+
3+
1. Go to [Lambda Execution Environment and Available Libraries](https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html)
4+
page to get the latest AMI id
5+
2. Click on [this link](https://console.aws.amazon.com/ec2/v2/home#Images:visibility=public-images;search=amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2)
6+
to get AMI id for your region
7+
3. Spin up a `c5.2xlarge` spot instance with ~ 100 GB of storage attached
8+
4. Follow the steps in `compile.sh` file in the repo

0 commit comments

Comments
 (0)