Skip to content

Commit

Permalink
grammar and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Van Dyke committed Feb 21, 2024
1 parent f47293a commit e8fce9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/guides/fast-startup-and-shutdown.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Fast Startup and Shutdown Script and Concourse Pipelines

# Fast Startup and Shutdown Script and Concourse Pipelines

The idea of this set of processes is to save on uneccessary AWS infrastructure expendature in dev environments, and to provide an automated way to impliment a scheduled shutdown of each environment, and to provide a manual mechanism to start dev environments back up, or shut them down before the configured schedule. The [script](https://github.com/alphagov/paas-cf/blob/main/concourse/scripts/fast-startup-and-shutdown-cf-env.sh) that is utimately run, toggles the BOSH ressurector in order to prevent it from interfering with the state changes, and powers up/down the relevant EC2 and RDS instances for the environment. The script does not affect the BOSH or Concourse instances to maintain the ability to quickly startup and shutdown each env. The cost saving is based around the fact that the majority of the cost is incurred by instances being online. Even a powered-down environment does incur some cost due to the block storage being maintained, and the BOSH and Concourse instances that are not affected.
The idea of this set of processes is to save on unnecessary AWS infrastructure expendature in dev environments, and to provide an automated way to implement a scheduled shutdown of each environment, and to provide a manual mechanism to start dev environments back up, or shut them down before the configured schedule. The [script](https://github.com/alphagov/paas-cf/blob/main/concourse/scripts/fast-startup-and-shutdown-cf-env.sh) that is utimately run, toggles the BOSH resurrector in order to prevent it from interfering with the state changes, and powers up/down the relevant EC2 and RDS instances for the environment. The script does not affect the BOSH or Concourse instances to maintain the ability to quickly startup and shutdown each env. The cost saving is based around the fact that the majority of the cost is incurred by instances being online. Even a powered-down environment does incur some cost due to the block storage being maintained, and the BOSH and Concourse instances that are not affected.

Each dev environment has a fast-startup-cf-env and fast-shutdown-cf-env deployed into it's concourse by default, enabled or disabled by setting the environment variable ENABLE_FAST_STARTUP_AND_SHUTDOWN_CF_ENV to either true or false. These pipelines configure the shutdown process to run each day at 19:00, and allow for both the startup and shutdown processes to be run manually.
Each dev environment has a fast-startup-cf-env and fast-shutdown-cf-env deployed into concourse by default, enabled or disabled by setting the environment variable ENABLE_FAST_STARTUP_AND_SHUTDOWN_CF_ENV to either true or false. These pipelines configure the shutdown process to run each day at 19:00, and allow for both the startup and shutdown processes to be run manually.

## fast-startup-and-shutdown-cf-env group
![fast-startup-and-shutdown-cf-env group](/screenshots/fast-start-and-shutdown-1.png)
Expand Down

0 comments on commit e8fce9c

Please sign in to comment.