Multi-operation Prompts
Examples
Creating a vpc with a child subnet
create a vpc with '10.101.0.0/16' cidr
create a subnet with '10.101.1.0/24' cidrCreating a security group and adding ingress rules to it
create a security group with following details -
name - securitygroup-ssh-https
description - Allow access on ssh and https ports
-----
add following ingress rules -
22|tcp|192.168.1.1
443|tcp|192.168.2.0/24Listing vpcs and subnets
list all the vpcs
list all the subnetsProvisioning a Lightsail Docker host
Query multiple resources required for provisioning an EC2 VM
Provisioning an EC2 Docker host
Trigger a lightsail operation on multiple resources even though AWS API supports performing this operation on one resource at a time
Last updated