Changes between Version 6 and Version 7 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
06/10/11 11:08:12 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v6 v7  
    2424* Each time you start an instance up, it will be assigned a new IP ('Public DNS') although this can be overcome using an Elastic IP
    2525== Authentication ==
     26=== SSH ===
    2627This can provide an early stumbling block.
    2728* Each instance created needs to start with a unique SSH keypair
     
    3435SecureCRT needs the private key storing as <filename> & the public as <filename.pub> (all on one line)
    3536
     37SSH will also need to be enabled in your Firewall policy (restrict the IP source, if possible)
     38
     39=== CLI ===
     40To use any of the AWS CLI tools on your own machine to remotely manage instances, then you need to generate a unique X.509 Certificate per account.
     41This can be done from the 'Security Credentials' page within your account.
    3642== CLI Management ==
    3743There are extensive CLI tools available to manipulate your instances.