Mokhtar Naamani c0e9e66f32 playground deployment use correct runtime_profile when starting | há 2 anos atrás | |
---|---|---|
.. | ||
cloudformation | há 2 anos atrás | |
group_vars | há 2 anos atrás | |
library | há 3 anos atrás | |
roles | há 2 anos atrás | |
templates | há 2 anos atrás | |
.gitignore | há 3 anos atrás | |
README.md | há 3 anos atrás | |
ansible.cfg | há 3 anos atrás | |
build-arm64-playbook.yml | há 3 anos atrás | |
build-code.yml | há 2 anos atrás | |
common.sh | há 3 anos atrás | |
configure-network.yml | há 2 anos atrás | |
create-joystream-node-ami-playbook.yml | há 2 anos atrás | |
deploy-infra.sample.cfg | há 2 anos atrás | |
deploy-infra.sh | há 2 anos atrás | |
deploy-playground-playbook.yml | há 2 anos atrás | |
deploy-playground.sh | há 2 anos atrás | |
deploy-single-node-playbook.yml | há 3 anos atrás | |
deploy-single-node.sample.cfg | há 2 anos atrás | |
deploy-single-node.sh | há 3 anos atrás | |
destroy-infra.sh | há 2 anos atrás | |
requirements.yml | há 3 anos atrás | |
setup-build-server.yml | há 2 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.
Copy and edit the file deploy-infra.sample.cfg
and update parameters like AWS_KEY_PAIR_NAME, KEY_PATH
Run the deploy-infra.sh
script to deploy the infrastructure
cd devops/aws
./deploy-infra.sh your-deploy-config.cfg
./destroy-infra.sh your-deploy-config.cfg