-
Suggestion
-
Resolution: Fixed
-
None
-
None
The rc.local script will be modified to perform the following:
- Execute a tool that
- Gets the instance user data from the EC2 web service (Already implemented)
- Extracts the EBS snapshot ID, AWS private key, certificate if supplied.
- If a snapshot id was found, create a new volume from it and attach it as /dev/sdh,
- If an unexpected error occurs, exits with return code 1.
- If no volume id was in the user data, exits with return code 2.
- If no valid user data was found, exits with return code 3. (Can be used to implement
BAM-3107) - Mount /dev/sdh as /mnt/bamboo-ebs
- If there is an executable file at /mnt/bamboo-data/bamboo-mount.sh, execute it.
- Run the Elastic Agent.
- is detailed by
-
BAM-3335 Elastic Bamboo implementation M3
- Closed