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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ