Last Updated: Feb 14, 2022
Use this function to create an instance in AWS with the given details.
Create Instance (access_key, secret_key, image_id, instance_name, location, 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 |
instance_type | The type of the instance |
keyname | Key pair name in AWS for authentication |
To know more about access_key and secret_key, click here.
To create the Keyname, do the following:
To locate the Image ID and Instance Type, do the following:
Return Value | Description |
---|---|
Output |
|
Create Instance (XYZ, ABC, ami-000000, JiffyInstance, us-east-2, t2.nano, Key)
To view all the AWS functions, click here.