I am creating an instance through the cloud formation script.
The only way I found to attach an OS partition was through \"BlockDeviceMappings\" property. (I\'ve tried t
You can use CloudFormation template to create resources like CloudWatch event rule and Lambda. The lambda invocation can get triggered not only when there is instance creation event but when updates happen to instance tags.