Improve this page

Back to AWS Terraform templates index <–

AWS Elastic Beanstalk Environment with Terraform

Aws_Elastic_Beanstalk_Environment by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "AWS_Elastic_Beanstalk_Environment" {
    application_name    = "web-application"
    environment_name    = "Webapp-dev"
    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"
}