# SUS06-BP01 - Communicate and cascade your sustainability goals

Best practice: SUS06-BP01
Pillar: Sustainability
Source: https://wellarchitected.cloudvisor.eu/docs/sustainability/sus06-bp01.html

## Implementation Guidance

"Communicate and cascade your sustainability goals" aligns people, process, and communication so operational execution remains predictable under pressure. Define responsibilities explicitly and validate that teams can execute procedures during real events.

For the question "How do you take advantage of development and deployment process to support your sustainability goals?", define measurable outcomes, assign owners, and review execution regularly. Integrate this practice into delivery and operations processes so improvements persist as workloads and requirements evolve.

### Key Steps

1. **Define communication and ownership model**:
   - Clarify who is responsible for executing "Communicate and cascade your sustainability goals"
   - Document escalation paths and decision authority boundaries
   - Standardize communication templates for operational events

2. **Enable teams with repeatable practices**:
   - Create runbooks, checklists, and onboarding materials
   - Train teams through drills, simulations, or tabletop exercises
   - Validate that procedures can be executed under time pressure

3. **Measure effectiveness and adapt**:
   - Track response quality, handoff quality, and operational lead time
   - Address recurring coordination gaps with process updates
   - Share lessons learned and improvements across teams

## Risk / Impact

**Level of risk if not implemented**: Medium

**Impact**: Without this best practice, workloads typically accumulate inefficiencies and execution drift that increase failure probability over time. Problems often surface during traffic spikes, major releases, or dependency failures.

**Benefits of implementation**:
- More predictable operational and engineering outcomes
- Better alignment between architecture decisions and business goals
- Continuous improvement through measurable feedback loops

## AWS Services to Consider

<div class="aws-service">
  <div class="aws-service-content">
    <h4>AWS CodePipeline</h4>
    <p>Automates release workflows with quality gates and controlled promotions.</p>
  </div>
</div>

<div class="aws-service">
  <div class="aws-service-content">
    <h4>AWS CodeBuild</h4>
    <p>Executes build and test stages in managed environments to validate changes quickly.</p>
  </div>
</div>

<div class="aws-service">
  <div class="aws-service-content">
    <h4>AWS CloudFormation</h4>
    <p>Defines infrastructure as code for repeatable, auditable, and reversible changes.</p>
  </div>
</div>

<div class="aws-service">
  <div class="aws-service-content">
    <h4>Amazon CloudWatch</h4>
    <p>Collects metrics, logs, and alarms that support operational insight and performance management.</p>
  </div>
</div>

## Related Resources

<div class="related-resources">
  <h2>Related Resources</h2>
  <ul>
    <li><a href="https://docs.aws.amazon.com/wellarchitected/latest/framework/sus-06.html">SUS06: How do you take advantage of development and deployment process to support your sustainability goals?</a></li>
    <li><a href="https://docs.aws.amazon.com/wellarchitected/latest/sustainability-pillar/welcome.html">AWS Well-Architected Framework - Sustainability Pillar</a></li>
    <li><a href="https://docs.aws.amazon.com/wellarchitected/latest/sustainability-pillar/design-principles.html">Sustainability Design Principles</a></li>
  </ul>
</div>
