Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy benchrunner to AWS #7

Open
wants to merge 13 commits into
base: cinder/3.10
Choose a base branch
from
Open

Commits on Oct 10, 2023

  1. Add Terraform configuration file

    File contains configuration needed for Terraform to an EC2 t2.micro instance
    emilyllim committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    495352e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Add sensitive Terraform files to .gitignore

    Include Terraform state files, directories, and logs in .gitignore. Format Terraform configuration.
    emilyllim committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0cafb54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e2cab View commit details
    Browse the repository at this point in the history
  3. Add workflow and configuration files for Actions

    Add requirements.txt to create the new files. Update .gitignore to ignore venv files.
    emilyllim committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    09f2cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Add workflow file with AWS configuration

    Workflow file to be updated with steps to deploy benchrunner
    emilyllim committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7d9d788 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    0211600 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from MLH-Fellowship/sample-terraform

    Add Terraform configuration to benchrunner branch
    emilyllim authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    308b756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96301c2 View commit details
    Browse the repository at this point in the history
  4. Update workflow to run on push

    Workflow will run on push instead of manually.
    emilyllim committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0fa566c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update Terraform configuration for SSH

    Add key pair for SSH access to instance. Add resources for traffic rules.
    emilyllim committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b439df3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Add key pair resource in Terraform configuration

    Existing key pair referenced in a separate resource instead of directly in instance resource.
    emilyllim committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    99b78b5 View commit details
    Browse the repository at this point in the history
  2. Remove key pair resource

    Key pair resource does not match with how SSH key is created.
    emilyllim committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2c57cf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update Terraform configuration to add user data

    During initialization, a test script is run. Update workflow.
    emilyllim committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    90c0c0a View commit details
    Browse the repository at this point in the history