Reputation: 159
I will need to spin multiple elastic ips to create accounts from sites.
I plan to do this using either aws ec2 API or building chef cookbooks.
I wonder whether it's a good solution to use chef cookbooks to do this task.
Upvotes: 3
Views: 241
Reputation: 2051
I would generally avoid using Chef for scripting changes to your AWS resources. If you are looking for more automation than the EC2 API provides, you might like to take a look at CloudFormation.
Upvotes: 1