Last Updated: Nov 4, 2020
Use this function to create an instance in AWS with the given details.
Create Instance (access_key, secret_key, image_id, instance_name, location, resource_type, instance_type, keyname)
Input Parameter Name | Description |
---|---|
access_key | AWS access_key_ID of the user |
secret_key | AWS Secret_access_key of the user |
image_id | ID of the instance in AWS |
instance_name | Name of instance to be created |
location | Location of the machine to be hosted |
resource_type | Resource type is “Instance” |
instance_type | The type of the instance |
keyname | Key pair name in AWS for authentication |
Return Value | Description |
---|---|
Output |
|
Create Instance (XYZ, ABC, ami-000000, JiffyInstance, us-east-2, Instance, t2.nano, Key)
To view all the AWS functions, click here.