Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Additional AWS scripts #26

Open
hrothwell opened this issue Jan 2, 2022 · 0 comments
Open

Additional AWS scripts #26

hrothwell opened this issue Jan 2, 2022 · 0 comments
Labels
aws Admin only: things specific to AWS changes

Comments

@hrothwell
Copy link
Owner

More scripts will be needed for if/whenever the EBS volume is wiped from instance. These scripts will need to:

  • yum update
  • yum install -y ruby
  • yum install wget
  • Install CodeDeploy agent using wget
  • chmod +x ./install
  • ./install auto
  • service codedeploy-agent start
  • Install java 11 : amazon-linux-extras install java-openjdk11 might work, forget what I used on initial setup
@hrothwell hrothwell added the aws Admin only: things specific to AWS changes label Jan 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aws Admin only: things specific to AWS changes
Projects
None yet
Development

No branches or pull requests

1 participant