AWS devopsagent documentation change
Summary
Changed 'sandbox environment' to 'verification environment' in release management capabilities description
Security assessment
Terminology change from 'sandbox' to 'verification' environment doesn't indicate a security vulnerability fix or weakness. No security context is added or modified.
Diff
diff --git a/devopsagent/latest/userguide/working-with-devops-agent.md b/devopsagent/latest/userguide/working-with-devops-agent.md index 2570a5b41..1605fed62 100644 --- a//devopsagent/latest/userguide/working-with-devops-agent.md +++ b//devopsagent/latest/userguide/working-with-devops-agent.md @@ -15 +15 @@ AWS DevOps Agent works alongside your team across the full software delivery lif -Release management capabilities help you validate that code changes are ready for production before they get there. DevOps Agent performs automated code reviews that evaluate potential risks to dependencies, adherence to standards and best practices, as well as builds, runs, and tests your changes in a sandbox environment. It can also generate and run QA tests to verify behavior in a full integration environment to protect from user flow regressions. +Release management capabilities help you validate that code changes are ready for production before they get there. DevOps Agent performs automated code reviews that evaluate potential risks to dependencies, adherence to standards and best practices, as well as builds, runs, and tests your changes in a verification environment. It can also generate and run QA tests to verify behavior in a full integration environment to protect from user flow regressions.