Skip to content

Deepthi-GH/terraform-aws-instance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS EC2 Instance

This module creates EC2 instance.

Inputs

  • 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

Outputs

  • public_ip - Public IP of the instance created
  • private_ip - Private IP of the instance created
  • instance_id - Id of the instance created

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages