Skip to content

MatteoPierro/mob-cloud-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A EC2 throwaway instance to MOB

Introduction

In order to learn how to set up an AWS instance on which we can mob together, we decided to try to set up our own instance taking inspiration from the instructions from Jay Bazuzi and Llewellyn Falco.

Install the prerequisites

brew install awscli
brew install terraform
terraform init

Current Instructions to Run

  1. terraform apply (on @MatteoPierro machine)
  2. Connect to instance. Username: Administrator Pwd: [See step above]
  3. Launch Administrator Powershell console (Windows Key + x if you have it)
  4. Run: Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/approvals/ApprovalTests.java.StarterProject/master/install.windows.ps1 | Invoke-Expression
  5. When done: terraform destroy

Commands used

  1. ssh-keygen -m PEM
  2. Command for getting the windows admin password data of the instance: aws ec2 get-password-data --instance-id i-1234567890abcdef0 --priv-launch-key C:\Keys\MyKeyPair.pem

Relevant links

  1. Machine instance IP address: ``
  2. How to get password data for an Amazon Windows AMI
  3. How do I retrieve my Windows administrator password after launching an instance?
  4. Jay Bazuzi Script for Java setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages