Anuj Bansal ba21713c49 Remove pre built AMI option for single node | há 3 anos atrás | |
---|---|---|
.. | ||
group_vars | há 3 anos atrás | |
library | há 3 anos atrás | |
roles | há 3 anos atrás | |
.gitignore | há 3 anos atrás | |
README.md | há 3 anos atrás | |
ansible.cfg | há 3 anos atrás | |
bash-config.sample.cfg | há 3 anos atrás | |
build-code.yml | há 3 anos atrás | |
chain-spec-pioneer.yml | há 3 anos atrás | |
common.sh | há 3 anos atrás | |
delete-stack.sh | há 3 anos atrás | |
deploy-infra.sh | há 3 anos atrás | |
deploy-single-node.sh | há 3 anos atrás | |
github-action-playbook.yml | há 3 anos atrás | |
infrastructure.yml | há 3 anos atrás | |
new-node-playbook.yml | há 3 anos atrás | |
requirements.yml | há 3 anos atrás | |
setup-admin.yml | há 3 anos atrás | |
single-instance.yml | há 3 anos atrás |
We’re going to use the AWS CLI to access AWS resources from the command line.
Follow the official directions for your system.
Once the AWS CLI is installed, configure a profile
aws configure --profile joystream-user
Change profile and region parameters according to your configuration
aws ec2 create-key-pair --key-name joystream-key --profile joystream-user --region us-east-1 --query 'KeyMaterial' --output text > joystream-key.pem
Set the permissions for the key pair
chmod 400 joystream-key.pem
On Mac run the command:
brew install ansible
Follow the official installation guide for your system.
Edit the file bash-config.cfg
and update parameters like AWS_KEY_PAIR_NAME, KEY_PATH
Run the deploy-infra.sh
script to deploy the infrastructure
cd devops/infrastructure
./deploy-infra.sh