8000 GitHub - Cingulara/openrmf-at-aws: Provisioning OpenRMF using Terraform and Ansible.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cingulara/openrmf-at-aws

 
 

Repository files navigation

OpenRMF at AWS

This project provisions an EC2 server with the OpenRMF software running on it.

Links

Create PKI Public Key

You'll need an EC2 key pair in order to SSH into the server and to let Ansible run its playbooks. After creating a key pair, generate a public key using the following command:

ssh-keygen -y -f $HOME/Downloads/pem/openrmf.pem > $HOME/Downloads/pem/openrmf.pub

Initialization

  • Copy the variable example file.
cp variables.tf.example variables.tf
  • Setup variables.tf. Make sure to update these variables:

    • aws_profile
    • pki_private_key
    • rmf_admin_password
    • subnet_id
    • vpc_id
  • Terraform

terraform init
terraform apply
  • SSH to the EC2 server.
./ssh-to-server.sh
  • Visit the Keycloak web page.
./open-keycloak-page.sh
  • Visit the OpenRMF web page.
./open-openrmf-page.sh

About

Provisioning OpenRMF using Terraform and Ansible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.9%
  • HCL 26.1%
0