We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccd5a1 commit a092e7bCopy full SHA for a092e7b
EC2_INSTANCE.md
@@ -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