Timothy Pulliam
Timothy Pulliam

Reputation: 142

Can't see Cloudformation change set added resources

My cloudformation change set shows my change set completed and that my subnet has been added, but it does not show up under the subnets for my VPC.

enter image description here

enter image description here

Upvotes: 1

Views: 66

Answers (1)

Marcin
Marcin

Reputation: 238199

Based on the comments.

The cause of the issue was not executing the changset. The solution was to actually execute it for changes to happen.

Upvotes: 1

Related Questions