<@UB8C33JJG> I'm trying to deploy elasticbeanstalk...
# general
s
@echoing-match-29901 I'm trying to deploy elasticbeanstalk over docker. however I keep getting
Copy code
aws:elasticbeanstalk:Environment (nde-lookerbot-service-prd-eb_env):
    error: 1 error occurred:
        * creating Elastic Beanstalk Environment (nde-lookerbot-prd): ConfigurationValidationException: Configuration validation exception: Invalid option specification (Namespace: 'aws:elasticbeanstalk:container:docker', OptionName: 'ImageName'): Unknown configuration setting.
        status code: 400, request id: ddf545ee-96fd-4d3a-9de8-b4e4b2522e55
against a
Copy code
elasticbeanstalk.EnvironmentSettingArgs(namespace="aws:elasticbeanstalk:container:docker", name="ImageName", value="<valid ECR address>/<valid docker image name>:<valid image tag>")
Can someone point out what is going wrong? I've been following documentation as made available via Pulumi website: even tried https://www.pulumi.com/ai/conversations/3aeb953f-268c-4e41-bce1-7f39d0618015 Nothing worked. worryingly, I cannot find any AWS documentation for namespace
aws:elasticbeanstalk:container:docker
(
Copy code
# namespaces can be inferred by consulting <https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html>
# Supported Docker solution stack names can be found at <https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.docker>
)