Code Monkey home page Code Monkey logo

go_aws_parameter_limits's Introduction

go_aws_parameter_limits

Results of limit testing yielded

AWS SSM Parameter Store limits are approximately in the 40 req/sec range. Testing was done by executing parameter store GetParameter calls from multiple concurrent AWS Lambdas

AWS Secrets Manager Limits are much higher. Testing was done as follows:

Exp #1: 2000 Invocations within 95 seconds, every invocation makes 3 Secrets manager requests(GetSecretValue) 6,000 req / 95 sec = 63 req/sec

Exp #2: 2000 Invocations within 98 seconds, every invocation makes 10 Secrets Manager Requests 20,000 req / 98 sec = 204 req/sec

Exp #3: 2000 Invocations within 101 seconds, every invocation makes 60 Secrets Manager Requests 120,000 req / 101 sec = 1188 req/sec Throttling Rate was exceeded for this experiment.

Exp #4: 2000 Invocations within 99 seconds, every invocation makes 50 Secrets Manager Requests 100,000 req / 99 sec = 1010 req/sec Throttling Rate was NOT exceeded for this experiment. There are deeper timing issues that may skew the results.

go_aws_parameter_limits's People

Contributors

0xarsen avatar

Watchers

 avatar

Forkers

wchbest

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.