|
|
|
|
|
by pfarrell
2971 days ago
|
|
It's a real concern with AWS. Dealt with an incident where we had a dev-ops full access api key accidentally get checked in to a public repo. Within a hour, there were hundreds of instances running 100% cpus (presumably a bitcoin farm) in our production account. We didn't get charged for the work, though we did have to talk to Amazon rep to alert them of what had happened. It's good architectural design (these days) not to marry yourself to your underlying platform. As a core system design, Lambda is worrisome for me for that vendor lock-in |
|