Creates a 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public key and displays the private key for you to save to a file. The returned private key is then uploaded to the configured Kinetic Filehub for the specified Kinetic Request CE instance (using the Request API to start that upload). Once the key has been uploaded to Filehub, the key pair will be attached to the specified field in a new Request CE submission. The Id for that created submission will be returned by the handler.
The Dry Run parameter validates user permissions and inputs. If it is set to true, an error will always be thrown by the handler before completing the handler action. Error response will be 'DryRunOperation' if the account has proper permissions and inputs; 'UnauthorizedOperation' if the account does not have proper permissions.
Name | Description | Sample |
---|---|---|
ce_server | CE Server | |
ce_username | CE Username | |
ce_password | CE Password | |
space_slug | Space Slug | |
access_key | AWS Access Key. | |
secret_key | AWS Secret Key. | ********* |
region | AWS Region that the EC2 object is located in. | |
enable_debug_logging | Enable debug logging if the value is set to 'Yes'. | No |
Name | Description | Sample |
---|---|---|
Dry Run | Dry run validates user permissions and inputs without completing the EC2 action (true or false). | false |
Key Name | A unique name for the key pair. | sample-key |
Space Slug | Slug of the space to create the submission in. | internal |
Kapp Slug | Slug of the kapp to create the submission in. | catalog |
Form Slug | Slug of the form to create the submission in. | sample-form |
Field Name | Name of the field to upload the attachment to. |
Name | Description |
---|---|
Submission Id | Id of submission if the call was successful. |
AWS EC2 Create Key Pair As Attachment V1 (2017-08-21)
- Initial version. See README for details.