|
@@ -3,7 +3,7 @@
|
|
|
<sect1 id="zend.service.amazon.ec2.keypairs">
|
|
<sect1 id="zend.service.amazon.ec2.keypairs">
|
|
|
<title>Zend_Service_Amazon_Ec2: Keypairs</title>
|
|
<title>Zend_Service_Amazon_Ec2: Keypairs</title>
|
|
|
<para>
|
|
<para>
|
|
|
- Keypairs allow access to Unix Ec2 Instances via ssh.
|
|
|
|
|
|
|
+ Keypairs are used to access instances.
|
|
|
</para>
|
|
</para>
|
|
|
|
|
|
|
|
<example id="zend.service.amazon.ec2.keypairs.create">
|
|
<example id="zend.service.amazon.ec2.keypairs.create">
|
|
@@ -27,7 +27,7 @@ $return = $ec2_kp->create('my-new-key');
|
|
|
<title>Deleting an Amazon Keypair</title>
|
|
<title>Deleting an Amazon Keypair</title>
|
|
|
<para>
|
|
<para>
|
|
|
<code>delete</code>, will delete the key pair. This will only
|
|
<code>delete</code>, will delete the key pair. This will only
|
|
|
- prevent it from being use on new instances. Instances currently
|
|
|
|
|
|
|
+ prevent it from being used with new instances. Instances currently
|
|
|
running with the keypair will still allow you to access them.
|
|
running with the keypair will still allow you to access them.
|
|
|
</para>
|
|
</para>
|
|
|
<para>
|
|
<para>
|