AWSPython: Difference between revisions
(Created page with "==Setup== ===Key Pair=== * 400px") |
|||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Setup== | ==Setup== | ||
* Select the correct region [[File:AWSPython2.GIF|200px]] | |||
===Key Pair=== | ===Key Pair=== | ||
* [[File:AWSPython1.GIF|400px]] | * [[File:AWSPython1.GIF|400px]] | ||
* store file in C:\Uwes\owncloud\documents\computer\AWSPython\Python Instance.ppk | |||
===Security Group=== | |||
* create a specific security group [[File:AWSPython3.GIF|400px]] | |||
* [[File:AWSPython4.GIF|400px]] | |||
* create a rule to access the instance via SSH [[File:AWSPython5.GIF|400px]] | |||
===Instance=== | |||
* create instance [[File:AWSPython6.GIF|400px]] | |||
* [[File:AWSPython7.GIF|400px]] | |||
* [[File:AWSPython8.GIF|400px]] | |||
===Configuation=== | |||
* user name is 'ubuntu' | |||
* potentially grant ubuntu root privileges [https://www.shellhacks.com/how-to-grant-root-access-user-root-privileges-linux/ see here] | |||
==Operation== | |||
===Login=== | |||
* create site 'ubuntu@54.212.123.129' | |||
** in Advanced section select ppk file (s. above) | |||
** ubuntu is default user name for Ubuntu based instances | |||
* login via WinSCP by site 'ubuntu@54.212.123.129 | |||
* putty from WinSCP does not need any passwort | |||
===Reboot=== | |||
sudo reboot | |||
Latest revision as of 11:28, 26 December 2021
Setup[edit]
Key Pair[edit]
Security Group[edit]
Instance[edit]
Configuation[edit]
- user name is 'ubuntu'
- potentially grant ubuntu root privileges see here
Operation[edit]
Login[edit]
- create site 'ubuntu@54.212.123.129'
- in Advanced section select ppk file (s. above)
- ubuntu is default user name for Ubuntu based instances
- login via WinSCP by site 'ubuntu@54.212.123.129
- putty from WinSCP does not need any passwort
Reboot[edit]
sudo reboot