Cloud API Overview > @adpt/cloud > aws > EC2Props
aws.EC2Props interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface EC2Props extends ComputeProps, WithChildren, WithCredentials
Properties
| Property | Type | Description |
|---|---|---|
| imageId | string | (BETA) |
| instanceType | string | (BETA) |
| securityGroups | string[] | (BETA) |
| sshKeyName | string | (BETA) |
| userData | string | (BETA) |