...
Property Name | Property Code | Required | Description |
---|---|---|---|
AWS Access Key | FDAWS_ACCESS_KEY | Yes | The access key found on the "Security Credentials" page of the AWS management console. |
AWS Secret Key | FDAWS_SECRET_KEY | Yes | The secret key found on the "Security Credentials" page of the AWS management console. |
AWS Region | FDAWS_ENDPOINT | Yes | The AWS region to operate on. To find the endpoint code for your region, see Amazon's Documentation. |
Project Properties
...
Required
...
Description
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Security Group Name | FDAWS_EC2_SEC_GROUP_NAME | Yes | The name of the security group to create. |
Description | FDAWS_EC2_SEC_GROUP_DESCRIPTION | No | A description for the security groupDefault "Created by FlexDeploy" (or similar). |
Inbound Security Rules | FDAWS_EC2_INBOUND_SECURITY_RULES | No | The inbound rules to create the group with. See security rule examples. |
Outbound Security Rules | FDAWS_EC2_OUTBOUND_SECURITY_RULES | No | The outbound rules to create the group with. See security rule examples. |
...