CloudFormation is AWS-only. For AWS you can also use a Terraform stack; GCP and Azure use Terraform.
Prerequisites
- AWS access — access to the target AWS account with permission to create CloudFormation stacks and the IAM
resources the template defines. The stack is created with the
CAPABILITY_NAMED_IAMcapability. - AWS CLI (optional) — to launch from the command line, install and configure the AWS CLI with credentials for the target account.
Launch from the AWS console
Open the quick-launch link
On the await install stack step, click Quick launch in AWS console. This opens CloudFormation’s quick-create
flow with the template URL and stack name prefilled. If you don’t see the link, open the AWS console in your target
region and create a stack from the template URL shown on the step.
Create the stack
Review the stack, acknowledge that it creates named IAM resources, and create it. CloudFormation provisions the
runner in your account.