Improve this page

Back to AWS Terraform templates index <–

AWS Elastic Beanstalk Configuration Template with Terraform

Aws_Elastic_Beanstalk_Configuration_Template by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "AWS_Elastic_Beanstalk_Configuration_Template" {
    application_name    = "web-application"
    configuration_name  = "testing-config"
    solution_stack_name = "64bit Amazon Linux 2 v3.3.14 running Python 3.7"
    namespace           = "aws:autoscaling:launchconfiguration"
    name                = "IamInstanceProfile"
    value               = "aws-elasticbeanstalk-ec2-role"
}