environment-manager icon indicating copy to clipboard operation
environment-manager copied to clipboard

DEPRECATED - Self-service portal for infrastructure config management, operational reporting and deployment

Results 6 environment-manager issues
Sort by recently updated
recently updated
newest added

Whenever we want to completely redeploy a stack, it would be great if we could do it from the API and the UI instead of having to do it manually...

The current process implies that every machine pushes directly its deployment logs into an S3 bucket. Therefore we share a S3 bucket on which all machine has R/W access. Wouldn't...

Would it be possible to be able to configure per user the order in which we want the log to be delivered. Appened lines might not feel natural for everyone.

As of now, when the artifact is not reachable, the deployment hangs, whether on : ``` [10:50:00.63] Deployment started [10:50:00.26] Reading infrastructure configuration... ``` or ``` [10:31:20.92] Creating [LaunchConfig_myapp] LaunchConfiguration......

When deployment hangs, it would be great to have deeper troubleshooting capabilities. Specially when this is due to timeout issues on some unreachable or misconfigured critical components.

Within the cluster configuration, being able to test the connectivity and the consistency against the following would be very useful: - consul : - connectivity - datacenter existence - readable...