Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cloud Engineer] Optimize geographic placement of workloads for user locations #65

Closed
holanita opened this issue Sep 20, 2022 · 2 comments
Labels
CLOUD CLOUD Patterns help wanted Extra attention is needed initial review proposed pattern An idea for a new pattern to submit

Comments

@holanita
Copy link
Contributor

holanita commented Sep 20, 2022

Describe the pattern you'd like to propose
Intent: Analyze network access patterns to identify where your customers are connecting from geographically. Select Regions and services that reduce the distance that network traffic must travel to decrease the total network resources required to support your workload.


Describe the pattern you'd like to propose
This pattern involves analysing network access patterns for your users so you can select regions that reduce the distance the network traffic needs to travel to complete your workload. There are different means you can use to achieve this, including:
Caching locally for frequently-used resources
Connection pooling to enable reuse of connection
Edge caching to reduce the amount of data travelling from your origin server
Distributed data stores that don’t rely on persistent connections and synchronous updates to serve local populations
Using shared dynamic capacity in place of pre-provisioned static network capacity

Describe specific emission impact from this pattern
Reducing the distance that the network traffic has to travel reduces the overall network resources required to support your workload both in terms of electricity consumed and in terms of the total equipment being utilised.
In terms of the SCI impact, this means both M (embodied carbon) and E (energy) are reduced, leading to a lower overall score.

References to this pattern
https://docs.aws.amazon.com/wellarchitected/latest/sustainability-pillar/optimize-geographic-placement-of-workloads-for-user-locations.html

Additional context
Add any other context or screenshots about the proposed pattern here.

@holanita holanita added proposed pattern An idea for a new pattern to submit CLOUD CLOUD Patterns labels Sep 20, 2022
@holanita
Copy link
Contributor Author

editor's version added at the bottom

@markus-gsf-seidl
Copy link
Contributor

@dubrie dubrie added the help wanted Extra attention is needed label Oct 30, 2022
@dubrie dubrie closed this as completed Oct 30, 2022
@dubrie dubrie moved this to Done in Patterns Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLOUD CLOUD Patterns help wanted Extra attention is needed initial review proposed pattern An idea for a new pattern to submit
Projects
Status: Done
Development

No branches or pull requests

3 participants