-
Notifications
You must be signed in to change notification settings - Fork 11
ec2.deleteKeyPair
jordanryanmoore edited this page May 12, 2011
·
2 revisions
Deletes the specified key pair, by removing the public key from Amazon EC2. You must own the key pair.
Property | Type | Description | Required |
---|---|---|---|
keyName | String | Name of the key pair to delete. | yes |
Property | Type | Description |
---|---|---|
requestId | String | The ID of the request. |
return | Boolean | Returns true if the request succeeds. Otherwise, returns an error. |
{
keyName: "gsg-keypair",
}
{
requestId: "59dbff89-35bd-4eac-99ed-be587EXAMPLE",
return: true,
}
- ec2.allocateAddress
- ec2.associateAddress
- ec2.createKeyPair
- ec2.deleteKeyPair
- ec2.describeAddresses
- ec2.describeAvailabilityZones
- ec2.describeInstanceAttribute
- ec2.describeInstances
- ec2.describeKeyPairs
- ec2.describeRegions
- ec2.disassociateAddress
- ec2.getConsoleOutput
- ec2.importKeyPair
- ec2.rebootInstances
- ec2.releaseAddress
- ec2.startInstances
- ec2.stopInstances
- ec2.terminateInstances
- route53.changeResourceRecordSets
- route53.createHostedZone
- route53.deleteHostedZone
- route53.getChange
- route53.getHostedZone
- route53.listHostedZones
- route53.listResourceRecordSets
- s3.createBucket
- s3.deleteBucket
- s3.deleteObject
- s3.getObject
- s3.listAllMyBuckets
- s3.listBucket
- s3.putObject