This message was deleted.
# platform-blueprints
s
This message was deleted.
j
Are you using a lot of high-level offerings? I've seen the same if you use primarily k8s or other tools as that is the interface for developers, but have seen that quickly change if you want to use lambda/sqs/etc. where usage essentially requires developers to interact with the cloud provider for monitoring etc.
n
The deployment pattern is developer kicks off jenkins build job, then deployment job, which in turn kicks off a lambda. The logs are available via ELK
j
Who is monitoring those lambdas (e.g. resource usage)? We found that the standard AWS Lambda Dashboard requires already a gazillion of permissions making it fairly tedious to manually maintain least privilege.
n
There is an API which triggers and monitors the lambda
j
Sorry I meant, CPU/Memory usage of the Lambda itself so developers can understand any performance issues etc.
n
the lambda just deploys the code. CPU and memory stats are exposed via ELK and Graphana
Everything runs on EC2, with an agent to get the stats
j
Ah sorry I assumed you are also using lambda for your code. So no high-level offerings, just EC2?
n
ECS on EC2