January 2018
Intermediate to advanced
318 pages
7h 6m
English
In Chapter 1, The Serverless Landscape, we looked at creating a Lambda function. To configure this we installed the AWS CLI. I am going to assume that you still have this configured and the IAM user you have configured has administrator privileges. You can test this by running the following:
$ aws ec2 describe-instances
This should return something like the following:

We need to import our SSH key in to AWS. To do this, open the AWS Console (https://console.aws.amazon.com/). Once logged in, select EC2 from the Service menu at the top of the page. Once you are on the EC2 page, make sure you have the correct region selected by ...
Read now
Unlock full access