Giter Site home page Giter Site logo

cloud's People

Contributors

imgbot[bot] avatar imgbotapp avatar patmyron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cloud's Issues

external software support lag

  • function runtimes
    • node
      • 4: Sep 2015, Apr 2016, X
      • 6: Apr 2016, Mar 2017, X
      • 8: May 2017, Apr 2018, Jul 2018
      • 10: Apr 2018, May 2019, Apr 2019
      • 12: Apr 2019, Nov 2019, Jul 2020
      • 14: Apr 2020, Jan 2021, Jan 2021
      • 16: Apr 2021, May 2022, Aug 2021
      • 18: Apr 2022, Nov 2022, Nov 2022
    • python
      • 3.7: Jun 2018, Nov 2018, X
      • 3.8: Oct 2019, Nov 2019, Jul 2020
      • 3.9: Oct 2020, Aug 2021, Jan 2021
      • 3.10: Oct 2021, X, May 2022
    • .net
    • ruby
    • go (only GCP releases minor versions)
    • php (GCP only)
    • java (versions don't overlap)
      • 8:
      • 11:
      • 17:
  • DB engines
  • K8s

https://endoflife.date/

https://docs.aws.amazon.com/lambda/latest/dg/lambda-releases.html
https://cloud.google.com/functions/docs/release-notes

region sizes

https://ip-ranges.amazonaws.com/ip-ranges.json

https://old.reddit.com/r/aws/comments/j3luvy/can_anyone_tell_me_or_send_me_documentation_on/g7dl4ip/

from collections import defaultdict
import requests
prefixes = requests.get('https://ip-ranges.amazonaws.com/ip-ranges.json').json()['prefixes']
regions = defaultdict(lambda: 0)
sum = 0
for prefix in prefixes:
  mask = prefix['ip_prefix'].split('/')[1]
  regions[prefix['region']] += 2**(32-int(mask))
  sum += 2**(32-int(mask))
for region in regions:
  print(region + ": " + str(round(regions[region] / sum, 2)))
print('total:', sum//1000000, 'million')
us-east-1: 28%
us-west-2: 15%
eu-west-1: 09%
us-east-2: 07%
ap-northeast-1: 06%
eu-central-1: 06%
GLOBAL: 04%

total: 124 million

AWS availability zones differ by account

This is a nuance which may or may not be helpful. Feel free to close.

With regard to AWS' Availability Zone count in us-west-1, three is the correct documented count. However, AWS only ever lets an account have two availability zones. The third zone is virtually non-existent and similarly unusable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.