This module creates EC2 instance.
- ami_id - (Optional) Defaults to
ami-09c813fb71547fc4f - instance_type - (Required) user must supply instance type either t3.micro or small or medium
- sg_ids - (Required) user must supply a list of security group ids to attach ec2 instance
- tags - (Optional) user can supply the tags to attach to ec2 instance
- public_ip - Public IP of the instance created
- private_ip - Private IP of the instance created
- instance_id - Id of the instance created