|
|
|
|
|
by devonbleak
2972 days ago
|
|
"Sandbox" accounts where devs have admin access to go figure out how services work and fit together. Once they're ready to go into actual dev environment it's Terraform. We also have a service catalog for standing up ec2 instances that are fully managed like in the datacenter and cloudfoundry. Personally I tend to use a mix of terraform, boto3 and CLI for the vast majority of things, and log into the console when I need to go look at things occasionally. |
|