lightsail_create_cloud_formation_stack: Creates an AWS CloudFormation stack, which creates a new...

View source: R/lightsail_operations.R

lightsail_create_cloud_formation_stackR Documentation

Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported Amazon Lightsail snapshot

Description

Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported Amazon Lightsail snapshot. This operation results in a CloudFormation stack record that can be used to track the AWS CloudFormation stack created. Use the ⁠get cloud formation stack records⁠ operation to get a list of the CloudFormation stacks created.

See https://www.paws-r-sdk.com/docs/lightsail_create_cloud_formation_stack/ for full documentation.

Usage

lightsail_create_cloud_formation_stack(instances)

Arguments

instances

[required] An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.