Need some help? Contact us:
...
The EC2 AWS CLI adapter is a simple component which can be used to automate EC2 interactions such as managing IPs, getting EC2 instance descriptions and running instances. We use it ourselves to streamline deploying our EC2 instances.
...
Expand | ||
---|---|---|
| ||
You can use this url:
This adapter is built as a Library, so you can also create your own component and simply import the EC2 Library into your project. See Import Library. |
Expand | ||
---|---|---|
| ||
There are two custom fields to set:
These are a component’s Custom Fields. |
...
Expand | ||
---|---|---|
| ||
Go to the sampleRunInstance function and replace the parameters with your launchTemplate ID, Name and optional CNAME. Uncomment sampleRunInstance() to launch a new instance using your launch template. You can also access your launchTemplate ID in your custom fields! See the results in your AWS Console in EC2 > Instances. Copy the Instance ID for the next call. |
...