AWS - CloudFormation
You wrote this YAML snippet for a CloudFormation template but it fails to deploy:
What is the likely error?
Resources:
MyInstance:
Type: AWS::EC2::Instance
Properties:
ImageId: ami-12345678
InstanceType: t2.micro
SecurityGroups: my-security-groupWhat is the likely error?
