Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AWS may also incur storage costs and data transfer costs. CNF will also rebill these costs. We do not expect normal disk usage to exceed $5/month. Data transfer costs from AWS to Cornell run $0.02 / GB. Data transfers to areas outside the Cornell network will be more expensive. There is no charge for data transfers from Cornell to AWS. As of 2024, AWS now charges for public IP addresses.

Getting Started

  1. Contact any CNF staff member
  2. Based on your memory, cpu, software, and cost requirements, CNF Computing will assemble an appropriate AWS virtual machine and set up a login account for you.
  3. CNF Computing will boot the virtual machine for you at an agreed upon time.
  4. At the agreed upon time, login via ssh and start computing. Remember, you are being charged for the uptime of the machine.
  5. Transfer your data off the machine.
  6. Shut down the machine.
  7. If you need the machine to be rebooted, please contact CNF Computing to arrange a time for the machine to be rebooted.
  8. Once you are completely done, please contact CNF Computing to delete the virtual machine.

...

Code Block
languagebash
sftp -o "IdentityFile=/path/to/keyfile.pem" username@ip_address 

 


Windows

On Windows, we recommend using WinSCP .

...

Use the following command from a prompt on the virtual computer (type the command exactly as shown below... reversing the order or arguments may cause the command to not work):

sudo shutdown -h now

...