IT3110 @ utahtech
You should utilize anything that you have learned throughout the course.
In the end, I should be able to run a command that receives a users
file formatted like this (though the length of the users file could vary). The following should occur:
ub-username
(but replace username with the one from the file).Hello, this is user's webpage
. (user will be replaced by the actual username)keys
) And your instances should accept that key for ssh. To generate an ssh key in this directory you can do ssh-keygen -f keys/tfkey -t rsa -N ""
. This is the key that should be used for your terraform instances. You can then ssh to the machine using the ssh -i
option.Restrictions:
Hints:
Create a README file that explains how I should run your project and any other useful information for me.
You should tar up everything and upload to canvas. You can tar up a directory named finalexam
like this: tar -cvvf exam.tar finalexam
. Make sure to NOT include any hidden terraform directories as this will BLOAT your submission file. You can optionally choose to gzip your submission. If you use rar or zip or some other thing, you may be penalized.