File tree Expand file tree Collapse file tree
04-cloud/aws/09-elb/demos/01-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,15 +97,15 @@ WEB_3B=$(aws ec2 create-subnet --vpc-id $VPC_ID \
9797APP_3A=$( aws ec2 create-subnet --vpc-id $VPC_ID \
9898 --availability-zone eu-west-3a \
9999 --cidr-block 172.31.101.0/24 \
100- --tag-specifications ResourceType=subnet,Tags=' [{Key=Name,Value=app-3a}]'
100+ --tag-specifications ResourceType=subnet,Tags=' [{Key=Name,Value=app-3a}]' \
101101 | jq -r ' .Subnet."SubnetId"' )
102102```
103103
104104``` bash
105105APP_3B=$( aws ec2 create-subnet --vpc-id $VPC_ID \
106106 --availability-zone eu-west-3b \
107107 --cidr-block 172.31.102.0/24 \
108- --tag-specifications ResourceType=subnet,Tags=' [{Key=Name,Value=app-3b}]'
108+ --tag-specifications ResourceType=subnet,Tags=' [{Key=Name,Value=app-3b}]' \
109109 | jq -r ' .Subnet."SubnetId"' )
110110```
111111
You can’t perform that action at this time.
0 commit comments