You want to adjust the default deployment environment type in https://utoolity.net/products/develop-with-aws by tagging your AWS resources:
\uD83D\uDCD8 Instructions
The concept is similar across all supported Atlassian products like Jira and Compass, and all supported AWS services like CodePipeline and CodeBuild:
Navigate to the deployment event source in AWS, e.g. a CodePipeline pipeline or a CodeBuild project
Add a tag with key
utoolity:atlassian:devops:environment:type
and …… in Jira, use one of the values listed in section Configure your deployments view within Enable deployments, i.e.
Production
,Staging
,Testing
,Development
, orUnmapped
(default)… in Compass, use one of the values listed for the CompassDeploymentEventEnvironmentCategory, i.e.
Production
,Staging
,Testing
,Development
, orUnmapped
(default)While the Compass API already supports and persists all environment types, the Compass UI currently only surfaces the
Production
andStaging
environments (refer to https://community.atlassian.com/t5/Compass-questions/Re-Cannot-see-development-environment-for-Compass-component/qaq-p/2405027/comment-id/277#M277 for details/updates)!
The environment types are case insensitive so that you can use your preferred phrasing.