
Building a workshop for AWS re:Invent - part 2
Ever wondered what goes into the design and delivery of content at re:Invent? This series of posts explores the process of creating a 300-level workshop for delivery at AWS re:Invent 2023. Part 2 takes a deeper dive into the CloudFormation code used.
responseData
dictionary as Eni
and Ipv6Address
attributes.InstanceId
) to create a logical resource publicInstanceNetworking
:${publicInstanceNetworking.Eni}
and $publicInstanceNetworking.Ipv6Address
.${ResourceName.Attribute}
format), and allow CloudFormation to resolve them for us when the stack is deployed. This means that the Dashboard is able to display the details of the actual resources, unique to each participant. 
&#....
codes to display ticks and crosses, without having to generate any custom images. 
Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.