Git Product home page Git Product logo

openrmf-at-aws's Introduction

OpenRMF at AWS

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

See Caution section below.

2020-Jun-18 - The project is based on OpenRMF Core OSS 1.0.

Security

When provisioning the server, the RMF Admin password will be displayed in the output.

Please manually change the admin password for keycloak. It is hardcoded in the OpenRMF project.

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

Caution

In order to make this automation work, I needed to provide my own versions of two files. These are setup-realm-linux.sh and docker-compose.yml from the OpenRMF zip file. This makes this project brittle.

openrmf-at-aws's People

Contributors

medined avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

cingulara

openrmf-at-aws's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.