Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

AWS_EC2

Description

Deploy AWS EC2 Instance by using a dedicated Terraform module.

Requirements

NameVersion
aws4.34.0

Providers

NameVersion
aws4.34.0

Modules

No modules.

Resources

NameType
aws_instance.ec2resource
aws_network_interface.ec2_nicresource
aws_security_group.ec2_sgresource
aws_subnet.ec2_subnetdata source
aws_vpc.ec2_vpcdata source

Inputs

NameDescriptionTypeDefaultRequired
EnvironmentName of the working environmentstring"dev"no
ProjectProject Namestring"project_test"no
ec2_amiAMI of the instance EC2stringn/ayes
ec2_iam_instance_profileEC2 IAM Instance Profilestring"ecsInstanceRole"no
ec2_instance_nameName of the instance EC2string"ec2_test"no
ec2_instance_typeEC2 instance typestring"t3.micro"no
ec2_security_group_nameEC2 Security Group Namestring"ec2_default_sg"no
ecs_cluster_nameECS Cluster Name associated to EC2 instancestring"default_ecs_clu"no
global_tagsGlobal tags for each resourcesmap(string)
{
"ManagedBy": "Terraform",
"Module_tf": "ec2"
}
no
subnet_nameName of the Subnetstringn/ayes
vpc_nameName of VPC associated to the Load Balancerstringn/ayes

Outputs

NameDescription
aws_instanceOutput EC2 Instance object attributes

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages