Skip to content

Need Redirect Rule Inside Loadbalancer Listener rule #224

Open
@Subhasmita1992

Description

@Subhasmita1992

Description:-
I need Listener Redirect Rule In HTTPS 443 Protocol. Right now this code is only enabling HTTPS 443 with Forward To Option but we need Redirect Option.

Tried out the below code:-

I have tried the below code but that is not updating in Console.I still see the Forward to Option
setting {
namespace = "aws:elbv2:listener:443"
name = "Rules"
value = "redirect"
}
setting {
namespace = "aws:elbv2:listenerrule:redirect"
name = "Process"
value = "443"
}
setting {
namespace = "aws:elbv2:listenerrule:redirect"
name = "Priority"
value = "1"
}
setting {
namespace = "aws:elbv2:listener:443"
name = "Protocol"
value = "HTTPS"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions