--- id: aws title: AWS Context sidebar_label: AWS --- ## What Display the currently active AWS profile and region. ## Sample Configuration import Config from "@site/src/components/Config.js"; ## Properties | Name | Type | Default | Description | | ----------------- | :-------: | :-----: | -------------------------------------------- | | `display_default` | `boolean` | `true` | display the segment when default user or not | ## Template ([info][templates]) :::note default template ```template {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ``` ::: ### Properties | Name | Type | Description | | ---------- | -------- | ---------------------------- | | `.Profile` | `string` | the currently active profile | | `.Region` | `string` | the currently active region | [templates]: /docs/configuration/templates