How to Execute EC2 User Data Script using CloudFormation
Dear reader, In this post, I will help you execute EC2 user data scripts using CloudFormation. As you might already know, EC2 user data script, lets you bootstrap your EC2 instance by executing some commands(that you specify) dynamically after your instance is booted. In my previous post, I talked about Read More