GitHub - fcrepo-exts/fcrepo-aws-deployer: A terraform script for deploying Fedora Repository to AWS. Skip to content Sign up Why GitHub? Features → Mobile → Actions → Codespaces → Packages → Security → Code review → Issues → Integrations → GitHub Sponsors → Customer stories→ Team Enterprise Explore Explore GitHub → Learn and contribute Topics → Collections → Trending → Learning Lab → Open source guides → Connect with others The ReadME Project → Events → Community forum → GitHub Education → GitHub Stars program → Marketplace Pricing Plans → Compare plans → Contact Sales → Education → In this repository All GitHub ↵ Jump to ↵ No suggested jump to results In this repository All GitHub ↵ Jump to ↵ In this organization All GitHub ↵ Jump to ↵ In this repository All GitHub ↵ Jump to ↵ Sign in Sign up {{ message }} fcrepo-exts / fcrepo-aws-deployer Notifications Star 0 Fork 2 A terraform script for deploying Fedora Repository to AWS. Apache-2.0 License 0 stars 2 forks Star Notifications Code Issues 0 Pull requests 1 Actions Projects 0 Wiki Security Insights More Code Issues Pull requests Actions Projects Wiki Security Insights main Switch branches/tags Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 2 branches 0 tags Code Clone HTTPS GitHub CLI Use Git or checkout with SVN using the web URL. Work fast with our official CLI. Learn more. Open with GitHub Desktop Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit   Git stats 8 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time elasticbeanstalk     .gitignore     LICENSE     README.md     main.tf     variables.tf     View code fcrepo-aws-deployer Requirements Installation Deploy Fedora Tear it down Other variables README.md fcrepo-aws-deployer A terraform script for automatically deploying a Fedora repository to AWS. By default, Fedora is deployed on a t3.small instance and is backed by postgresql 12.3 hosted in RDS on a db.t2.micro instance. Requirements terraform (https://www.terraform.io/downloads.html) Installation After installing terraform git clone https://github.com/fcrepo-exts/fcrepo-aws-deployer terraform init Then set up an aws profile in ~/.aws/config (c.f. https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) Deploy Fedora terraform apply -var 'aws_profile=' -var 'ec2_keypair=' -var 'aws_artifact_bucket_name=' NB: make sure that the aws bucket you designate does not already exist and do not anything in that bucket that you do not want deleted on teardown. Tear it down terraform destroy -var 'aws_profile=' -var 'ec2_keypair=' Other variables See ./variables.tf for a complete list of optional parameters. About A terraform script for deploying Fedora Repository to AWS. Resources Readme License Apache-2.0 License Releases No releases published Packages 0 No packages published Contributors 2     Languages HCL 100.0% © 2021 GitHub, Inc. Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.