commit | d9ff5278f9b047011b0f3e8b7cc8d37320b53f77 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sun May 17 23:03:20 2020 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sun May 17 22:14:45 2020 +0000 |
tree | 3cbdafb98dedcfb96e97867471c97820ec94e8d2 | |
parent | 3a590ffc191c7eeb2c12dd082d0cefbcfcfa4495 [diff] |
Add SSH keys to AWS Secret Manager The addition of Gerrit SSH keys was broken because it was just display the command instead of actually executing it. Add the echo of the key being added and remove the echo to the command execution. Bug: Issue 12765 Change-Id: I23bc939541ac630f1e77e2701e8d4047b831ba63
Those are a collection of AWS CloudFormation templates and scripts to deploy Gerrit in AWS.
The aim is to provide some guidelines and example on how to deploy different Gerrit setups in the Cloud using AWS as provider.
The goal of Gerrit AWS Templates is to provide fully-functional Gerrit installations to helps users deploying Gerrit on AWS by providing out-of-the-box templates.
With Gerrit AWS Templates, developers and administrator can create a production-ready installation on the cloud in minutes and in a repeatable way, allowing them to focus on fine tuning of the Gerrit configuration to suit the user needs.
The provided CloudFormation templates automate the entire creation and deployment of the infrastructure and the application.
To manage your AWS services via command line you will need to install AWS CLI and set it up to point to your account.