Welcome to part 2.2 of this tutorial series on AWS CloudFormation. In this tutorial, we will cover mappings in templates in AWS CloudFormation.
Join this channel membership to support:
https://www.youtube.com/channel/UCwDlyuX3Fkg5WNBufLnH6dw/join
—
Support my work:
—
Patreon: https://www.patreon.com/srcecde
PayPal: https://paypal.me/srcecde
Paytm | Gpay: 9023197426
—
Series Tutorial
—
—
Another channel:
—
Srce Cde in Hindi: https://www.youtube.com/channel/UCooUM00QHpzDEcfkNGRm0Ag
—
Connect with me
—
Twitter: https://twitter.com/srcecde
GitHub: https://github.com/srcecde
Facebook: https://www.facebook.com/SrceCde/
Instagram: https://www.instagram.com/srcecde/
LinkedIn: https://www.linkedin.com/company/srcecde/
Reddit: https://www.reddit.com/r/srcecde
source
Thanks a lot
Very helpful video!
Hi Bro, I need your help.
I'm writing this YAML.
Mappings:
InstanceTypeMap:
sqlserver-ee:
InstanceClasses:
– db.t3.small
– ….
– ….
DBInstanceClass:
Type: String
AllowedValues: !FindInMap [InstanceTypeMap, !Ref DBEngine, InstanceClasses]
But I got this error when I valid this YAML
`
The template contains errors.: Template format error: Every AllowedValues member must be a list.
`
Can you share the code used in the video?
Thank you for creating the CloudFormation tutorial series. Can you please make a video about AWS Beanstalk?
Thanks
im getting the error "Template format error: Every Mappings member dev must be a map". I'm not able to figure out the issue. can you please help me
Bang On Target !! Way to go!!!