Create ec2 instances with cloudformation
Question
Is it possible to create EC2 instances using CloudFormation?
Answer
Yes, CloudFormation can create EC2 instances by defining them in a CloudFormation template using the AWS::EC2::Instance resource type.