Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Serverless Addendum

This is an addendum to the AWS Serverless Workshops.

DevOps updates

1. Using Cloud9 IDE

  1. In a terminal window, generate SSH key pair that you can use to log into your Cloud9 instance and append to the authorized_keys file
ssh-keygen  

Give the key a name (Eg. my-key-pair)

Append the public key to the authorized_keys file

ssh-keygen -y -f /path_to_key_pair/my-key-pair.pem >> ~/.ssh/authorized_keys

  1. Get the EC2 Public IP address for your Cloud9 instance (you will need it later)

EC2 IP

  1. Update the EC2 security group to allow all inbound TCP traffic on port 22 EC2 Security Group

  2. Open the private key pem file and copy the contents to your local machine (NOTE: If you're on a Mac, you will need to chmod 400 the file)

  3. If you're on Windows, you will need to convert the pem file to ppk

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors