training-asg-lab

Requirements

No requirements.

Providers

Name Version
aws 4.34.0

Modules

No modules.

Resources

Name Type
aws_autoscaling_attachment.blue_asg_tg resource
aws_autoscaling_attachment.green_asg_tg resource
aws_autoscaling_group.blue_asg resource
aws_autoscaling_group.green_asg resource
aws_launch_template.blue_template resource
aws_launch_template.green_template resource
aws_lb.blue_green_website resource
aws_lb_listener.blue_green_listener resource
aws_lb_target_group.blue_group resource
aws_lb_target_group.green_group resource
aws_security_group.app_server resource
aws_security_group.blue_greeb_lb resource
aws_ami.ubuntu_image data source
aws_subnet.private_a data source
aws_subnet.private_b data source
aws_subnet.public_a data source
aws_subnet.public_b data source
aws_vpc.talent_academy data source

Inputs

Name Description Type Default Required
ami_name The name ami name any n/a yes
aws_region The region of our infrastructure any n/a yes
instance_type The Instance Type for our ASG any n/a yes
keypair The name of the keypair to connect to my instances any n/a yes
owner_id Owner of the ami any n/a yes
private_subnet_a The Subnet Name of the AZ A any n/a yes
private_subnet_b The Subnet Name of the AZ B any n/a yes
public_subnet_a The Subnet Name of the AZ A any n/a yes
public_subnet_b The Subnet Name of the AZ B any n/a yes
vpc_name The name of our VPC any n/a yes

Outputs

No outputs.