|
|
|
|
|
by scarface74
2485 days ago
|
|
I use the console for discoverability, proof of concepts, and quickly reviewing what’s going on. But for any real resource creation, I will then duplicate the steps with CloudFormation or a Python script (or both) and once I verify it, tear down the manually created resources. The only time I find the CLI useful is for S3. |
|