# Performance Efficiency

*The ability to use computing resources efficiently to meet system requirements and to maintain that efficiency as demand changes and technologies evolve.*

## Design Principles

* Democratize advanced technologies
  * Is there a managed service for that?
* Go global in minutes
* User serverless architectures
* Experiment more often
* Mechanical sympathy

## Best Practices

### Selection

* Compute
  * Auto Scaling
* Storage
  * [Simple Storage Service (S3)](/cloud-computing/aws/simple-storage-service-s3.md)
  * EBS
* Databases
  * [DynamoDB](/cloud-computing/aws/databases/dynamodb.md)
  * [RDS](/cloud-computing/aws/databases/rds.md)
* Network
  * [VPC](/cloud-computing/aws/vpc.md)
  * [Route53](/cloud-computing/aws/route53.md)
  * [Direct Connect](/cloud-computing/aws/vpc/hybrid-environments/direct-connect.md)

### Review

Subscribe and keep up with AWS News at the Amazon Blog or other blogs

### Monitoring

* Metrics, Alarms, Notifications
  * [CloudWatch](/cloud-computing/aws/monitoring/cloudwatch.md)
* Automated Actions
  * [Lambda](/cloud-computing/aws/serverless-architectures/lambda.md)

### Tradeoffs

* Global Caching
  * [Cloudfront](/cloud-computing/aws/cloudfront.md)
* Request Offloading
  * [ElastiCache](/cloud-computing/aws/databases/elasticache.md)
* Data Migration
  * [Snowball](/cloud-computing/aws/simple-storage-service-s3.md#snowball)
* Read Replicas
  * [RDS](/cloud-computing/aws/databases/rds.md#read-replicas)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.nicacton.com/cloud-computing/aws/well-architected-framework/performance-efficiency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
