Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 965 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 965 Bytes

Deploy your own private cloud with OpenStack on AWS

Blog post

Requirements

Getting started

Everything happens in the infrastructure folder:

cd infrastructure
  1. Copy terraform.tfvars.tbd into terraform.tfvars

  2. Add your public SSH key in this file

  3. Deploy the infrastructure

    terraform init
    terraform workspace new openstack-test
    terraform apply # type 'yes' to confirm
  4. You can connect to your newly created VM. Follow the rest of the article to deploy OpenStack.

    ssh -i <PRIVATE_KEY_PATH> ubuntu@<PUBLIC_IP>

Destroy the infrastructure

terraform destroy # type 'yes' to confirm

License

License