Skip to content

Non conflicting AWS_ENV_REGION variable #26

@adudek

Description

@adudek

AWS_REGION is widely used across multiple aws tools, yet due to parameter-store nature we need to use different region quite often.
Instead of var cycling or sub-shelling (reducing env+stack traceability) its better to use dedicated variable (AWS_ENV_REGION)

proposal (logical solution):
AWS_ENV_REGION || AWS_REGION || current_region(user-data) || null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions