Changes between Version 6 and Version 7 of InstallationGuidelines/Amazon
- Timestamp:
- 06/10/11 11:08:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v6 v7 24 24 * 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 25 25 == Authentication == 26 === SSH === 26 27 This can provide an early stumbling block. 27 28 * Each instance created needs to start with a unique SSH keypair … … 34 35 SecureCRT needs the private key storing as <filename> & the public as <filename.pub> (all on one line) 35 36 37 SSH will also need to be enabled in your Firewall policy (restrict the IP source, if possible) 38 39 === CLI === 40 To 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. 41 This can be done from the 'Security Credentials' page within your account. 36 42 == CLI Management == 37 43 There are extensive CLI tools available to manipulate your instances.