Using Designer to connect a route table to a subnet

0

Trying to follow this walkthrough. Getting stuck at Step 1: Add and connect resources item 17: Drag a connection from the PublicRouteTable resource to the PublicSubnet resource to associate the route table and subnet. I’m not seeing any attachment points on the route table other than depends on. How to make the connection?

Ref: Walkthrough: Use AWS CloudFormation Designer to create a basic web server https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/working-with-templates-cfn-designer-walkthrough-createbasicwebserver.html

已提問 2 年前檢視次數 502 次
1 個回答
2
已接受的答案

When you mouse-over the "PublicRouteTable" resource, there is a pink (DependsOn) dot that you can drag to the "PublicSubnet" resource so as to make a association connection. Route Table has to associate with Subnet(s) so as to take effect, which is the same procedure when you are performing subnet associations in Route Tables via AWS management Console.

AWS
已回答 2 年前
profile picture
專家
已審閱 1 天前
  • Thank you. This is the correct answer. I was having a problem because I feel this is not as intuitive as the other connection types between resources. Also, I was having an issue forming that connection when I tried. Trick was to drag the arrow to be inside the subnet. The expected border highlights were not there. Knowing that the depends on dot on the route table was indeed the correct starting point made the difference.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南