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 → Project management → Integrations → GitHub Sponsors → Customer stories → Security → Team Enterprise Explore Explore GitHub → Learn & 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 → Nonprofit → 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 Watch 7 Star 0 Fork 2 A terraform script for deploying Fedora Repository to AWS. Apache-2.0 License 0 stars 2 forks Star Watch Code Issues 0 Pull requests 1 Actions Projects 0 Security Insights More Code Issues Pull requests Actions Projects Security Insights main 1 branch 0 tags Go to file 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 If nothing happens, download the GitHub extension for Visual Studio and try again. Go back Latest commit   Git stats 6 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 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/lyrasis/fcrepo-terraform 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.