EC2
Supported operations
Operation
Permissions Required
Example Prompts
list all the vpcs
list all the vpcs which are not defaultcreate a vpc with '10.101.0.0/16' cidr delete a vpc with '<vpc_id>' idlist all the subnets
list all the subnets which are not default
list all the subnets under '<vpc_id>' vpccreate a subnet with '10.101.1.0/24' cidr under '<vpc_id>' iddelete a subnet with '<subnet_id>' idlist all the ec2 vmsProvision an ec2 vm with following details -
subnet id - <subnet id>
ami id - <ami id>
instance type - t2.micro
min count - 1
max count - 1Start ec2 vms with following ids -
<vm1 id>
<vm2 id>Stop ec2 vms with following ids -
<vm1 id>
<vm2 id>list all the instance types which are free tier eligibleLast updated