Skip to content

Latest commit

 

History

History
33 lines (33 loc) · 714 Bytes

README.md

File metadata and controls

33 lines (33 loc) · 714 Bytes

Follow these steps

  1. Clone this repo locally
  2. Insert given credentials into provider.tf
  3. cd terraform
  4. Apply TerraForm
    • resolve any errors
    • public IP of instance is in output
    • ssh private key is in output
  5. SSH into instance
    • fix connection issues
  6. clone
    https://github.com/bluesentry/bsi-hello-world.git
  7. cd source
  8. compile
  9. run compiled program
  10. create new volume
    • 10gb
    • add tag "Name:bootcamp"
  11. attach to instance
    • format the volume
    • ensure volume will mount to "/bootcamp" on reboot
    • reboot and show volume
  12. run
    terraform destroy
    • delete extra volume from console