|
|
|
|
|
by scarface74
2881 days ago
|
|
The “No True AWS Guru” ( https://en.wikipedia.org/wiki/No_true_Scotsman) argument... I don’t think I’ve ever used the CLI to manage infrastructure on AWS. I usually use the console for one offs. When something needs to be repeatable, I’ll create a Cloud Formation template. Anything that’s more conplicated, I’ll either use Python directly or create a custom resource that gets called from CF. |
|